summaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
* Partial quoting feature for Issues and Forums (#41294).Go MAEDA2024-10-092-18/+12
* Fix RuboCop offense Style/RedundantInterpolationUnfreeze (#39887).Go MAEDA2024-09-013-5/+5
* Start working on replacing old icons with SVG icons (#23980):Marius Balteanu2024-08-291-0/+2
* Fix RuboCop offenses Style/NegatedIf and Style/NegatedWhile (#39887, #7770).Go MAEDA2024-08-252-4/+4
* Upgrade to Rails 7.2.0 (#36320).Marius Balteanu2024-08-201-1/+1
* Add configurable setting for copying attachments when copying an issue (#36197).Go MAEDA2024-07-141-4/+17
* Add bulk unlock to user list context menu (#40913).Marius Balteanu2024-07-131-5/+13
* Fix RuboCop offense Style/CollectionCompact (#39887).Go MAEDA2024-07-112-6/+5
* Introduces @valid_watcher?@ check on watchables (@40946).Marius Balteanu2024-07-081-5/+6
* Permission check based on the type of @watchables@ (#40946).Marius Balteanu2024-07-081-0/+14
* Improve watcher list permissions check to explicitly require @view_issue_watc...Marius Balteanu2024-07-081-1/+1
* Add bulk lock feature to user list context menu (#40913).Marius Balteanu2024-06-251-5/+10
* Fix "ArgumentError: Invalid response name: unprocessable_entity" with Rack 3....Go MAEDA2024-06-1213-13/+13
* Adds description field to custom queries (#9309).Marius Balteanu2024-06-041-0/+1
* Reduce an extra SQL query in IssuesController#retrieve_default_query (#40775).Go MAEDA2024-06-041-1/+2
* Dynamic generation of supported code highlighting languages in help section (...Go MAEDA2024-05-191-0/+1
* Fix RuboCop offense Rails/HttpStatus (#39889).Go MAEDA2024-05-1816-33/+33
* Replaces use of Digest::MD5 / Digest::SHA1 with ActiveSupport::Digest (#35217).Marius Balteanu2024-05-071-1/+1
* Adds the date of the last activity to the list of available columns for Proje...Marius Balteanu2024-05-032-11/+9
* Fix rubocop warning (#39111, #40137).Marius Balteanu2024-03-031-2/+2
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-2653-53/+53
* Adds route for code highlighting languages page (#39111, #40137).Marius Balteanu2024-02-251-0/+4
* * Remove languages from wiki syntax help files that are identical with en lan...Marius Balteanu2024-02-191-1/+7
* Reorganize all the wiki syntax help files per text formatter (@markdown@, @co...Marius Balteanu2024-02-191-1/+1
* * Introduces @HelpController@ and a new route @help/wiki_syntax/(:type)@ to s...Marius Balteanu2024-02-191-0/+25
* Reverts r22717 (#39111, #40137).Marius Balteanu2024-02-191-25/+0
* * Moves all wiki syntax files from @public/help@ to @app/views/help/wiki_synt...Marius Balteanu2024-02-191-0/+25
* Replaces @URI.parse@ with @Addressable::URI.parse(url)@ to enhance robustness...Marius Balteanu2024-02-131-11/+10
* Stop appending the utf8 checkmark parameter to form URLs (#40190).Marius Balteanu2024-02-131-5/+0
* Remove deprecated @status=@ param used to get all users. @status=*@ should be...Marius Balteanu2024-01-251-4/+0
* Adds deprecation warning when an empty status param (status=) is used to get ...Marius Balteanu2024-01-251-0/+1
* Remove code that is no longer needed as a result of asset pipeline implementa...Marius Balteanu2024-01-251-1/+0
* Restores API compatibility to legacy status when status param is sent blank (...Marius Balteanu2024-01-251-2/+2
* Remove unnecessary use of instance variables in CSV and Atom response handler...Go MAEDA2024-01-245-12/+12
* Use ApplicationRecord instead of ActiveRecord::Base (#38975).Marius Balteanu2024-01-231-1/+1
* Reverts r22438 (#35189).Marius Balteanu2024-01-231-4/+1
* Replace String#sub with delete_prefix / delete_suffix (#40008).Go MAEDA2024-01-083-3/+5
* Explicitly render a 404 on non-JS requests to messages#quote (#39999).Marius Balteanu2024-01-031-0/+5
* Optimize loading of journals, relations, and allowed_statuses in IssuesContro...Go MAEDA2024-01-011-10/+11
* Explicitly render a 404 on non-JS requests to @watchers#new@ (#39894). Marius Balteanu2023-12-211-1/+6
* Fix RuboCop offense Performance/StringIdentifierArgument (#39888).Go MAEDA2023-12-201-2/+2
* Fix RuboCop offense Style/HashEachMethods (#39887).Go MAEDA2023-12-202-8/+4
* Fix RuboCop offense Lint/SymbolConversion (#39887).Go MAEDA2023-12-201-1/+1
* Revert r21883 which was an workaround for #37626 (#37732, #36320).Marius Balteanu2023-11-291-2/+1
* Updates Rails to 7.1.2 (#36320).Marius Balteanu2023-11-271-1/+1
* New email notification option "For any event on my bookmarked projects" (#351...Go MAEDA2023-11-161-1/+4
* Remove @rss_*@ deprecated methods (#36806).Marius Balteanu2023-11-062-17/+0
* Replace hardcoded issues count check with `limit` variable in IssuesControlle...Go MAEDA2023-10-311-1/+1
* Redirect to repositories#show after repository#fetch_changesets to avoid the ...Go MAEDA2023-10-311-1/+5
* Fix reversed display of default queue adapter check (#36695).Go MAEDA2023-10-301-1/+1