summaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix "DEPRECATION WARNING: Rendering actions with '.' in the name is deprecate...Go MAEDA2021-04-012-2/+2
* Fix detach attachments when a conflict occurs (#29914, #32923).Go MAEDA2021-04-011-0/+1
* Remove #filename_for_content_disposition for MS browsers (#29914, #32914).Go MAEDA2021-04-011-1/+1
* Use secure_compare to validate keys (#34950).Go MAEDA2021-03-262-2/+6
* Associated Revision API (#22008).Go MAEDA2021-03-261-2/+13
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-2552-52/+52
* "Add news" button in cross-project News tab (#33167).Go MAEDA2021-03-251-4/+6
* Fix hard-coded error messages in ApplicationController (#33232).Go MAEDA2021-03-251-2/+2
* Fix that users can delete their own accounts unconditionally via REST API (#1...Go MAEDA2021-03-131-0/+2
* Export permissions report to CSV (#13767).Go MAEDA2021-03-121-1/+9
* Allow manually fetching changesets (#8875).Go MAEDA2021-03-111-0/+5
* Fix RuboCop offense Style/BlockDelimiters due to r20755 (#33820).Go MAEDA2021-02-271-2/+2
* Display more detailed error message when attempting to import malformed CSV f...Go MAEDA2021-02-271-1/+1
* Auto complete wiki page links (#33820).Go MAEDA2021-02-251-0/+28
* Ignore from search module params sent with empty values (#34615).Go MAEDA2021-02-061-1/+1
* Fix redirect loop when both enabling two-factor authentication and changing p...Go MAEDA2021-02-021-1/+1
* Do not propose watchers that are not allowed to see the object (#33329).Go MAEDA2021-01-241-1/+6
* Create custom field by copy (#34307).Go MAEDA2020-12-261-0/+3
* Bulk addition of related issues (#33418).Go MAEDA2020-12-251-9/+24
* use 'lambda' instead of '->{}' at UsersControllerToshi MARUYAMA2020-12-171-1/+1
* Fix that disabled trackers of subprojects are listed in project overview (#10...Go MAEDA2020-12-121-2/+3
* Allow to add subtask from context menu (#34303).Go MAEDA2020-12-101-1/+2
* Require to enter project's identifier to confirm project deletion (#34417).Go MAEDA2020-12-101-1/+1
* Require explicit confirmation before deleting a user (#34417).Go MAEDA2020-12-101-4/+10