summaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* cleanup: rubocop: fix Layout/BlockEndNewline in app/controllers/files_control...Toshi MARUYAMA2019-11-091-2/+4
* cleanup: rubocop: fix Layout/BlockEndNewline in app/controllers/auth_sources_...Toshi MARUYAMA2019-11-091-10/+11
* cleanup: rubocop: fix Layout/AlignArguments in app/controllers/attachments_co...Toshi MARUYAMA2019-11-081-2/+3
* cleanup: rubocop: fix Layout/AlignArguments in app/controllers/issues_control...Toshi MARUYAMA2019-11-081-1/+2
* Don't paginate the board view for now (#29482).Jean-Philippe Lang2019-10-261-3/+8
* Specific action for updating role permissions.Jean-Philippe Lang2019-10-251-7/+9
* Add roles filter on permissions report (#32343).Jean-Philippe Lang2019-10-251-1/+5
* code cleanup: rubocop: fix Layout/AccessModifierIndentation in app/controller...Toshi MARUYAMA2019-10-221-1/+1
* code cleanup: rubocop: fix Layout/AccessModifierIndentation and Layout/EmptyL...Toshi MARUYAMA2019-10-221-1/+2
* code cleanup: rubocop: fix Layout/AccessModifierIndentation and Layout/EmptyL...Toshi MARUYAMA2019-10-221-1/+2
* code cleanup: rubocop: fix Layout/AccessModifierIndentation and Layout/EmptyL...Toshi MARUYAMA2019-10-221-1/+2
* code cleanup: rubocop: fix Performance/RedundantBlockCall in app/controllers/...Toshi MARUYAMA2019-10-221-1/+1
* code cleanup: rubocop: fix Style/ParenthesesAroundCondition in app/controller...Toshi MARUYAMA2019-10-191-2/+2
* Set default columns for the projects list (#29482).Jean-Philippe Lang2019-10-191-1/+1
* Option to switch between table list and board list (#29482).Jean-Philippe Lang2019-10-191-1/+10