summaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
* Use Principal to get users and groups for watchers in watchers controller (#4...Go MAEDA2020-04-251-10/+5
* Show groups in members box on project overview page (#33174).Go MAEDA2020-04-221-1/+1
* Fix that bulk download raises Errno::EACCES on Windows (#7056).Go MAEDA2020-04-111-10/+10
* Set time entry author in controller (#32774).Jean-Philippe Lang2020-04-051-0/+1
* Creating time tracking entry for other user through rest API fails with 403 (...Jean-Philippe Lang2020-04-051-9/+0
* Reverted r19669 and r19670 (#32774).Jean-Philippe Lang2020-04-051-11/+2
* Creating time tracking entry for other user through rest API fails with 403 (...Jean-Philippe Lang2020-04-051-2/+3
* Creating time tracking entry for other user through rest API fails with 403 (...Jean-Philippe Lang2020-04-051-0/+8
* Fix that "Successful deletion" notice is not displayed after deleting some ty...Go MAEDA2020-04-044-3/+13
* Replace File#readable? with Attachment#readable? (#7056).Go MAEDA2020-04-021-1/+1
* Display bulk_download_max_size in human-readable representation (#7056).Go MAEDA2020-03-231-1/+3
* Download all attachments at once (#7056).Go MAEDA2020-03-211-2/+32
* Fix that unable to update the values of a custom field for time tracking acti...Go MAEDA2020-03-201-1/+1
* Reverts r19569 (#33071).Go MAEDA2020-03-1412-24/+0
* Require sudo mode for actions to delete contents (#33071).Go MAEDA2020-03-1012-0/+24
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-0350-50/+50
* "Role" dropdown in Workflow page is unexpectedly expanded when selecting "all...Go MAEDA2020-02-291-1/+1
* Diff view for .js files in repositories is broken (#32449).Go MAEDA2020-02-271-1/+1
* Auto select fields mapping in import based on the internal field name (ex: es...Go MAEDA2020-02-191-1/+33
* Include attachments in forum post notifications (#16006).Go MAEDA2020-02-111-7/+9
* Allow adding user groups as watchers for issues (#4511).Go MAEDA2020-02-061-3/+9
* Repository browser does not render previews for audio/video files (#32153).Go MAEDA2020-02-041-0/+6
* Validate back_url everywhere (#32850).Jean-Philippe Lang2020-02-021-3/+4
* Expose validate_back_url as helper method (#32850).Jean-Philippe Lang2020-02-021-0/+2
* Move duplicated back_url method from ApplicationHelper to ApplicationControll...Jean-Philippe Lang2020-02-021-0/+6
* CSV import does not keep the project it was clicked from (#21766).Jean-Philippe Lang2019-12-201-1/+1
* Fix "Couldn't find template for digesting" error in the log when sending an a...Go MAEDA2019-12-121-2/+2
* Ruby 2.7: Regexp#match and Regexp#match? with a nil argument are deprecated (...Go MAEDA2019-11-301-1/+1
* Add buttons to save/edit/delete a custom query to calendar view (#32194).Go MAEDA2019-11-301-0/+6
* replace multi line block "{}" to "do end" in app/controllers/issues_controlle...Toshi MARUYAMA2019-11-261-28/+28
* cleanup: rubocop: fix Layout/SpaceInsideBlockBraces in app/controllers/issues...Toshi MARUYAMA2019-11-261-12/+12
* cleanup: rubocop: fix Layout/SpaceInsideHashLiteralBraces in app/controllers/...Toshi MARUYAMA2019-11-261-3/+3
* code layout clean up app/controllers/workflows_controller.rbToshi MARUYAMA2019-11-251-2/+6
* code layout clean up app/controllers/application_controller.rbToshi MARUYAMA2019-11-251-1/+3
* cleanup: rubocop: fix Layout/SpaceAfterComma in app/controllers/documents_con...Toshi MARUYAMA2019-11-241-1/+1
* cleanup: rubocop: fix Layout/SpaceInsideParens in app/controllers/application...Toshi MARUYAMA2019-11-241-1/+1
* cleanup: rubocop: fix Layout/EmptyLineAfterGuardClause in app/controllers/iss...Toshi MARUYAMA2019-11-221-0/+6
* cleanup: rubocop: fix Layout/SpaceAfterComma in app/controllers/issues_contro...Toshi MARUYAMA2019-11-221-3/+7
* code layout clean up app/controllers/issues_controller.rbToshi MARUYAMA2019-11-221-4/+15
* code layout clean up IssuesController#build_new_issue_from_paramsToshi MARUYAMA2019-11-221-1/+3
* code layout clean up IssuesController#update_issue_from_paramsToshi MARUYAMA2019-11-221-3/+3
* code layout clean up IssuesController#bulk_editToshi MARUYAMA2019-11-221-2/+3
* code layout clean up IssuesController#createToshi MARUYAMA2019-11-221-2/+8
* code layout clean up IssuesController#showToshi MARUYAMA2019-11-221-4/+11
* code layout clean up IssuesController#indexToshi MARUYAMA2019-11-221-2/+4
* code layout clean up IssuesController#updateToshi MARUYAMA2019-11-221-5/+13
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in app/controllers/pre...Toshi MARUYAMA2019-11-201-1/+0
* Only admin users should be able to manage public queries on the project list ...Jean-Philippe Lang2019-11-201-1/+1
* cleanup: rubocop: fix Layout/MultilineBlockLayout in app/controllers/auto_com...Toshi MARUYAMA2019-11-091-4/+5
* cleanup: rubocop: fix Layout/EmptyLinesAroundAccessModifier in app/controller...Toshi MARUYAMA2019-11-091-0/+1