summaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
* 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
* Filters for Projects page (#29482).Jean-Philippe Lang2019-10-192-5/+19
* code layout clean up app/controllers/issues_controller.rbToshi MARUYAMA2019-10-171-1/+3
* code cleanup: rubocop: fix Layout/SpaceAroundBlockParameters in app/controlle...Toshi MARUYAMA2019-10-171-1/+1
* Fix that "Associated revisions" tab has no content when the user displays com...Go MAEDA2019-10-051-1/+1
* code cleanup: rubocop: fix Layout/LeadingCommentSpace in app/controllers/repo...Toshi MARUYAMA2019-09-151-2/+2
* Code cleanup: RuboCop: Fix Performance/RedundantMatch and Rails/DynamicFindBy...Go MAEDA2019-09-111-2/+2
* Issue auto complete should return last 10 issues (#31994).Go MAEDA2019-09-111-8/+6
* REST API for updating news (#13468).Go MAEDA2019-09-091-6/+14
* REST API for deleting news (#13468).Go MAEDA2019-09-091-2/+5
* REST API for retrieving news (#13468).Go MAEDA2019-09-091-1/+1
* REST API for creating news (#13468).Go MAEDA2019-09-091-6/+14
* Code cleanup: RuboCop: Rails/ActiveRecordAliasesGo MAEDA2019-08-171-1/+1
* Replace RMagick with MiniMagick (#30492).Go MAEDA2019-08-141-1/+1
* Set the first status as a default status in "New tracker" form (#29589).Jean-Philippe Lang2019-06-201-1/+1
* Load changesets and time entries tabs async (#3058).Jean-Philippe Lang2019-06-201-7/+22
* Add time entries tab to issue history tabs (#3058).Jean-Philippe Lang2019-06-201-0/+1
* Enables API access to /my/account for updating user account data (#31399).Go MAEDA2019-06-161-4/+16
* Remove trailing whitespaces from app (#31506).Go MAEDA2019-06-062-2/+2
* Send the journal_indice as param in order to get rid of extra queries (#31427).Go MAEDA2019-06-021-2/+1
* Insert a link to the source to the attribution line when quoting a note or a ...Go MAEDA2019-06-022-2/+8
* scm: fix error when *.yml and *.txt show (#31141, #30850)Toshi MARUYAMA2019-05-301-0/+1
* scm: early return in diff if diff is nil as same as show, changes, and etc. (...Toshi MARUYAMA2019-05-301-1/+1
* Update copyright year.Go MAEDA2019-05-2550-50/+50
* Don't rescue Exception class (#31387).Go MAEDA2019-05-253-4/+4