summaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
* 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
* Custom Exception classes should inherit StandardError instead of Exception (#...Go MAEDA2019-05-212-3/+3
* Adds favorites and recently used projects lists to project jump box (#31355).Go MAEDA2019-05-202-0/+21
* Small refactorization of avatar methods (#31391).Go MAEDA2019-05-191-0/+3
* Include a reason in the error message when an issue status cannot be deleted ...Go MAEDA2019-05-161-2/+2
* Do not lose submitted content when attempting to update a wiki page that has ...Go MAEDA2019-05-151-1/+3
* Render PDF thumbnail using ImageMagick/GhostScript (#22481).Go MAEDA2019-05-122-5/+14
* Generalize issues imports (#28234).Go MAEDA2019-05-091-4/+40
* Fix that Content-Type header field is empty when sending a file of unknown ty...Go MAEDA2019-04-301-1/+1
* Use HTTP status code 403 instead of 401 when REST API is disabled (#30086).Go MAEDA2019-04-101-2/+7
* "Create and continue" button for custom fields (#31159).Go MAEDA2019-04-091-1/+5
* Use Regexp#match? to reduce allocations of MatchData object (#28940).Go MAEDA2019-03-273-6/+6
* Fix FrozenError in RepositoriesController#diff (#31052, #26561).Go MAEDA2019-03-191-1/+1
* Support frozen_string_literal in app/**/*.rb (#26561).Go MAEDA2019-03-174-7/+6
* Support frozen_string_literal in issue, journal, and query (#26561).Go MAEDA2019-03-171-2/+2
* Enable frozen_string_literal for some files under app and lib directory (#265...Go MAEDA2019-03-1645-45/+45