summaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
* Downloading .js files from the repository browser fails with a 422 error due ...Go MAEDA14 days1-1/+9
* Fix N+1 query in Wiki history page by preloading the author of each Wiki cont...Go MAEDA2025-06-291-0/+1
* Add OAuth2 provider capability using doorkeeper gem (#24808).Marius Balteanu2025-06-122-0/+46
* Reverts r23835 due to wrong issue ID (#40856).Marius Balteanu2025-06-122-46/+0
* Add OAuth2 provider capability using doorkeeper gem (#40856).Marius Balteanu2025-06-112-0/+46
* Improve method and variable naming for clarity and consistency (#42630).Go MAEDA2025-05-151-1/+1
* Introduce reactions feature (so-called "like button") to issues, notes, news,...Go MAEDA2025-05-113-1/+70
* Optimize the rendering of versions on the roadmap by preloading the email add...Go MAEDA2025-05-071-2/+2
* Avoid unnecessary SQL query for subprojects in `ProjectsController#show` when...Go MAEDA2025-05-061-1/+1
* Optimize autocomplete issue listing triggered by typing "##" by eager loading...Go MAEDA2025-04-161-1/+1
* Fix RuboCop Style/RedundantCondition (#41884).Go MAEDA2025-04-112-4/+4
* Improve role deletion error message to display projects containing members un...Go MAEDA2025-04-101-1/+9
* Add administration setting to allow time logging on closed issues. By default...Marius Balteanu2025-03-301-1/+1
* Fixes rubocop offense (#42352).Marius Balteanu2025-03-101-0/+1
* Extract project query for admins to a separate ProjectAdminQuery model (#42352).Marius Balteanu2025-03-092-11/+8
* Allow query class to select layout for QueriesController (#42352).Marius Balteanu2025-03-091-4/+14
* Simplify URL components omission in ApplicationController#verify_back_url (#4...Go MAEDA2025-01-281-1/+1
* Redirection after signing in fails when the back_url includes a port number (...Go MAEDA2025-01-281-4/+2
* Optimize IssuesController#show by skipping time tracking queries when disable...Go MAEDA2025-01-251-2/+7
* Remove navigation parameters from issue detail URLs after updates (#42073).Go MAEDA2025-01-072-11/+15
* Fix random test failure by ensuring @WatchersController#find_objects_from_par...Marius Balteanu2024-11-291-1/+1
* Fix project links in tracker deletion error message to set the status_id filt...Go MAEDA2024-11-041-1/+1
* Improve tracker deletion error message to display projects containing issues ...Go MAEDA2024-11-031-1/+5
* 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