summaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
* use "do end" instead of {} at ImportsControllerToshi MARUYAMA2020-11-061-4/+4
* use "do end" instead of {} at AttachmentsControllerToshi MARUYAMA2020-11-061-6/+6
* use "do end" instead of {} at ActivitiesControllerToshi MARUYAMA2020-11-061-4/+4
* use "do end" instead of {} at WorkflowsControllerToshi MARUYAMA2020-11-061-2/+2
* use "do end" instead of {} at AuthSourcesControllerToshi MARUYAMA2020-11-061-2/+3
* use "do end" instead of {} at VersionsControllerToshi MARUYAMA2020-11-061-10/+10
* shorten long line of WatchersControllerToshi MARUYAMA2020-11-061-7/+20
* add empty line after guard clause to MessagesControllerToshi MARUYAMA2020-11-051-0/+1
* add empty line after guard clause to SysControllerToshi MARUYAMA2020-11-051-0/+1
* use "do end" instead of {} at WatchersControllerToshi MARUYAMA2020-11-051-2/+2
* add empty line after guard clause to AttachmentsControllerToshi MARUYAMA2020-11-041-0/+1
* add empty line after guard clause to IssueRelationsControllerToshi MARUYAMA2020-11-041-0/+1
* add empty line after guard clause to ImportsControllerToshi MARUYAMA2020-11-031-0/+2
* add empty line after guard clause to WikiControllerToshi MARUYAMA2020-10-281-1/+6
* add empty line after guard clause to WatchersControllerToshi MARUYAMA2020-10-281-0/+1
* shorten long line of GroupsControllerToshi MARUYAMA2020-10-281-3/+6
* fix source indent of ContextMenusControllerToshi MARUYAMA2020-10-271-6/+7
* shorten long line of GanttsControllerToshi MARUYAMA2020-10-241-3/+13
* shorten long line of VersionsControllerToshi MARUYAMA2020-10-241-2/+8
* shorten long line of ProjectsControllerToshi MARUYAMA2020-10-241-3/+10
* Replace Hash#merge! with Hash#[]= (#34160).Go MAEDA2020-10-241-1/+1
* shorten long line of NewsControllerToshi MARUYAMA2020-10-221-3/+10
* use "do end" instead of {} at ApplicationControllerToshi MARUYAMA2020-10-111-10/+10
* remove spaces inside {} of TimelogControllerToshi MARUYAMA2020-10-111-7/+7
* add space after comma to ApplicationControllerToshi MARUYAMA2020-10-111-3/+3
* use "do end" instead of {} at TimelogControllerToshi MARUYAMA2020-10-051-16/+16
* add empty line after guard clause to TimelogControllerToshi MARUYAMA2020-10-031-0/+1
* shorten long line of TimelogControllerToshi MARUYAMA2020-10-031-7/+22
* remove spaces inside {} of RepositoriesControllerToshi MARUYAMA2020-10-021-6/+6
* add empty line after guard clause to RepositoriesControllerToshi MARUYAMA2020-10-021-0/+1
* add space after comma to RepositoriesControllerToshi MARUYAMA2020-10-021-1/+1
* fix source indent of AccountControllerToshi MARUYAMA2020-09-261-2/+2
* fix source indent of SysControllerToshi MARUYAMA2020-09-261-4/+3
* use "do end" instead of {} at MyControllerToshi MARUYAMA2020-09-241-2/+2
* remove spaces inside {} of MyControllerToshi MARUYAMA2020-09-241-5/+5
* fix source indent of CalendarsControllerToshi MARUYAMA2020-09-211-10/+16
* add empty line after guard clause to ApplicationControllerToshi MARUYAMA2020-09-171-0/+6
* Allow normal users to delete a project (#33945).Go MAEDA2020-09-151-3/+8
* shorten long line of CalendarsControllerToshi MARUYAMA2020-09-121-5/+10
* Backup codes for 2fa auth (#1237).Go MAEDA2020-08-293-5/+85
* Adds a setting to disable/enable/require 2fa auth (#1237).Go MAEDA2020-08-292-6/+42
* Adds two factor authentication support (#1237).Go MAEDA2020-08-292-2/+214
* remove spaces inside {} of ContextMenusControllerToshi MARUYAMA2020-08-071-1/+1
* fix source indent of IssuesController#destroyToshi MARUYAMA2020-07-191-1/+1
* remove spaces inside {} of AccountControllerToshi MARUYAMA2020-07-151-3/+3
* avoid using rescue in its modifier form at WatchersController#find_objects_fr...Toshi MARUYAMA2020-07-081-1/+6
* avoid using rescue in its modifier form at ImportsController#import_typeToshi MARUYAMA2020-07-081-1/+6
* avoid using rescue in its modifier form at AttachmentsController#find_containerToshi MARUYAMA2020-07-081-1/+6
* avoid using rescue in its modifier form at ApplicationController#find_current...Toshi MARUYAMA2020-07-081-1/+6
* avoid multi-line ternary operators in app/controllers/workflows_controller.rbToshi MARUYAMA2020-07-041-4/+12