summaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
* 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
* Default issue query (#7360).Go MAEDA2021-07-061-0/+19
* Reduce amount of work on projects show API (#35374).Go MAEDA2021-07-011-16/+16
* Preload principal and roles in members#index (#35324).Go MAEDA2021-06-271-1/+1
* Add total estimated hours, spent hours, total spent hours for issues to issue...Go MAEDA2021-06-271-0/+4
* API to archive/unarchive projects (#35420).Go MAEDA2021-06-241-4/+19
* Reject CSV file without data row when importing (#35137).Go MAEDA2021-06-201-1/+5
* Gracefully handle invalid query parameters for custom fields (#35312).Go MAEDA2021-05-283-0/+19
* Add SameSite=Lax to cookies to fix warnings in web browsers (#35226).Go MAEDA2021-05-271-0/+1
* Security notification is not sent when an admin changes the password of a use...Go MAEDA2021-05-241-1/+3
* Uploading a big file fails with NoMemoryError (#33752).Go MAEDA2021-05-111-1/+1
* Stricter validation of given revisions of repositories (#35085).Go MAEDA2021-04-231-8/+13
* Include new statuses allowed by workflow in Issues REST API (#24976).Go MAEDA2021-04-191-0/+1
* Users without two-factor authentication enabled cannot sign out when two-fact...Go MAEDA2021-04-161-0/+1
* Clean-up workflows controller (#33337).Go MAEDA2021-04-131-42/+48
* Fix undefined method 'split' when issue_to_id is numeric (#35039).Go MAEDA2021-04-121-1/+8
* Atom feed of the activity page does not contain items after the second page (...Go MAEDA2021-04-121-1/+6
* Fix "DEPRECATION WARNING: Rendering actions with '.' in the name is deprecate...Go MAEDA2021-04-012-2/+2
* Reverts r20895 (#29914, #34985).Go MAEDA2021-04-012-2/+2