summaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
* Merged r22913-r22917 from trunk to 5.0-stable (#40946).Marius Balteanu2024-10-281-6/+21
* Merged r22746 from trunk to 5.0-stable (#40043).Marius Balteanu2024-02-2752-52/+52
* Merge r22584 from trunk to 5.0-stable (#39999).Marius Balteanu2024-01-031-0/+5
* Merge r22538 and r22539 from trunk to 5.0-stable (#39894).Marius Balteanu2023-12-211-1/+6
* Merged r22294 and r22295 from trunk to 5.0-stable (#38417).Go MAEDA2023-09-182-1/+11
* Merged r22122 from trunk to 5.0-stable (#38297).Go MAEDA2023-03-021-2/+10
* Merged r22096 from trunk to 5.0-stable (#35066).Go MAEDA2023-02-151-0/+1
* Merged r22066 from trunk to 5.0-stable (#38063).Go MAEDA2023-01-201-1/+4
* Merged r22023 from trunk to 5.0-stable (#38144).Go MAEDA2023-01-051-3/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-0152-52/+52
* Merged r21948 from trunk to 5.0-stable (#37880).Go MAEDA2022-11-031-1/+18
* Merged r21907 from trunk to 5.0-stable (#37772).Go MAEDA2022-10-201-12/+3
* Merge r21886 to 5.0-stable (#37626).Marius Balteanu2022-10-021-1/+1
* Merge r21883-r21884 from trunk to 5.0-stable (#37626).Marius Balteanu2022-10-021-1/+2
* Merged r21766 from trunk to 5.0-stable (#37562).Go MAEDA2022-08-101-0/+3
* Merged r21741 and r21742 from trunk to 5.0-stable (#33953).Go MAEDA2022-07-311-1/+1
* Merged r21568 to 5.0-stable (#37030).Marius Balteanu2022-05-121-0/+3
* Add support for PUT API to journals (#10171).Go MAEDA2022-03-231-0/+2
* Only check for @set_filter@ param when retriving the default query (#7360, 35...Marius Balteanu2022-03-202-2/+2
* Deprecate and rename rss_* methods to atom_* methods (#15118).Marius Balteanu2022-03-1910-22/+39
* Avoid passing ActionController::Parameters outside of MailHandlerController (...Marius Balteanu2022-03-181-1/+26
* Disable API authentication with username and password when two-factor authent...Marius Balteanu2022-02-241-1/+8
* Allow users to be mentioned using @ in issues and wiki pages (#13919):Marius Balteanu2022-02-231-1/+42
* Return 404 if revision URL doesn't exist (#36561).Marius Balteanu2022-02-181-1/+1
* Fix autocomplete for users fails with 403 error when there are multiple objec...Marius Balteanu2022-02-011-2/+6
* Add "Two-factor authentication" filter and column to Users list in administra...Marius Balteanu2022-01-221-0/+9
* Set default protect from forgery true (#36317).Marius Balteanu2022-01-221-7/+10
* Display source project for cross-project associated revisions for issues (#52...Go MAEDA2022-01-181-1/+1
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-0252-52/+52
* Fixes for Performance/StringIdentifierArgument introduced in RuboCop Performa...Go MAEDA2021-12-291-1/+1
* Drop OpenID support (#35755).Go MAEDA2021-12-141-57/+2
* Issue Summary: add statistics about issues without assignee, version or categ...Go MAEDA2021-12-121-6/+6
* Download all attachments in a journal (#35462).Go MAEDA2021-11-222-1/+2
* You can configure default project queries in the following places (#35795):Marius Balteanu2021-11-151-0/+16
* Adds button to "Create and follow" when adding a subtask from the parent issu...Marius Balteanu2021-11-061-0/+2
* Enforce stricter class filtering in WatchersController (35463).Marius Balteanu2021-10-051-1/+3
* Fix Layout/MultilineArrayBraceLayout offense (#21210).Marius Balteanu2021-09-111-2/+1
* Fix that deleting a closed or archived projects not working anymore after r20...Marius Balteanu2021-09-061-1/+3
* Return 404 when filtering by a non-visible user in activity view (#35789).Marius Balteanu2021-09-061-1/+1
* Remove unused argument from Redmine::Helpers::TimeReport (#33079).Go MAEDA2021-08-191-1/+1
* File upload fails when run with uWSGI (#35715).Go MAEDA2021-08-141-1/+11
* Fixed create duplicate follow relation fails with 500 internal error (#35655).Marius Balteanu2021-08-101-3/+6
* Fix typo (#33521).Marius Balteanu2021-08-051-1/+1
* Fix that updating an issue from context menu to a none value do not set the f...Marius Balteanu2021-08-052-2/+11
* Show warning in admin/info when there are pending migrations (#35562).Go MAEDA2021-07-301-0/+1
* Set :wiki menu_item for WikisController#destroy (#35610).Marius Balteanu2021-07-261-1/+1
* Redirect_to project_path after WikisController#destroy (#35610).Marius Balteanu2021-07-261-1/+1
* Allow non-admin users to see group members (#12795).Go MAEDA2021-07-191-2/+6
* User sessions not reset after 2FA activation (#35417).Go MAEDA2021-07-151-0/+2
* API to close/reopen projects (#35507).Go MAEDA2021-07-091-3/+9