summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Enable users to receive email notifications about high issues (only) (#32628).Go MAEDA2020-01-214-1/+17
* Add IssuePriority#high? and #low? helpers (#32628).Go MAEDA2020-01-211-0/+8
* Extract finding the default or "middle" issue priority into its own class met...Go MAEDA2020-01-211-3/+10
* Use existing scopes instead of one-off AR condition (#32628).Go MAEDA2020-01-211-1/+1
* Make languages in Highlighted code button in toolbar customizable (#32528).Go MAEDA2020-01-142-1/+13
* Fix sort projects table by custom field (#32769).Go MAEDA2020-01-121-1/+1
* Fix Internal Error when issue text custom field is shown in Spent time query ...Go MAEDA2020-01-121-2/+3
* Wrap submit tags with p.Jean-Philippe Lang2019-12-201-2/+10
* Add missing icons to action links.Jean-Philippe Lang2019-12-202-3/+3
* Move some links to dropdowns.Jean-Philippe Lang2019-12-205-9/+17
* CSV import does not keep the project it was clicked from (#21766).Jean-Philippe Lang2019-12-205-4/+13
* Fix "Couldn't find template for digesting" error in the log when sending an a...Go MAEDA2019-12-121-2/+2
* Issue relations filter lacks "is not" (#32546).Go MAEDA2019-12-121-1/+1
* Fix that spent time report CSV shows translation missing text if custom field...Go MAEDA2019-12-061-1/+1
* Fix that bookmarked and recently used projects are unexpectedly filtered by a...Go MAEDA2019-12-021-2/+3
* Ruby 2.7: Regexp#match and Regexp#match? with a nil argument are deprecated (...Go MAEDA2019-11-301-1/+1
* Fix indentation in app/views/queries/_form.html.erb (#32194).Go MAEDA2019-11-301-52/+52
* Add buttons to save/edit/delete a custom query to calendar view (#32194).Go MAEDA2019-11-303-2/+23
* 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
* cleanup: rubocop: fix Layout/ClosingParenthesisIndentation in app/models/jour...Toshi MARUYAMA2019-11-261-7/+9
* cleanup: rubocop: fix Layout/IndentFirstArgument in app/models/journal.rbToshi MARUYAMA2019-11-251-3/+6
* cleanup: rubocop: fix Layout/IndentFirstHashElement in app/models/setting.rbToshi MARUYAMA2019-11-251-5/+5
* cleanup: rubocop: fix Layout/IndentFirstArgument in app/helpers/repositories_...Toshi MARUYAMA2019-11-251-47/+63
* code layout clean up app/helpers/application_helper.rbToshi MARUYAMA2019-11-251-1/+7
* code layout clean up app/models/user.rbToshi MARUYAMA2019-11-251-1/+4
* cleanup: rubocop: fix Layout/MultilineHashBraceLayout and Layout/SpaceInsideB...Toshi MARUYAMA2019-11-251-8/+6
* cleanup: rubocop: fix Layout/IndentFirstHashElement in app/models/auth_source...Toshi MARUYAMA2019-11-251-5/+5
* cleanup: rubocop: fix Layout/EmptyLineAfterGuardClause in app/models/setting.rbToshi MARUYAMA2019-11-251-0/+6
* code layout clean up app/controllers/workflows_controller.rbToshi MARUYAMA2019-11-251-2/+6
* code layout clean up app/models/workflow_transition.rbToshi MARUYAMA2019-11-251-1/+6
* code layout clean up app/helpers/application_helper.rbToshi MARUYAMA2019-11-251-1/+6
* code layout clean up app/controllers/application_controller.rbToshi MARUYAMA2019-11-251-1/+3
* cleanup: rubocop: fix Layout/SpaceInsidePercentLiteralDelimiters in app/model...Toshi MARUYAMA2019-11-241-1/+1
* cleanup: rubocop: fix Layout/SpaceAfterComma in app/helpers/application_helpe...Toshi MARUYAMA2019-11-241-2/+2
* cleanup: rubocop: fix Layout/SpaceAfterComma in app/controllers/documents_con...Toshi MARUYAMA2019-11-241-1/+1
* cleanup: rubocop: fix Layout/SpaceAfterComma in app/models/mailer.rbToshi MARUYAMA2019-11-241-1/+1
* cleanup: rubocop: fix Layout/SpaceAfterComma in app/models/enumeration.rbToshi MARUYAMA2019-11-241-1/+2
* cleanup: rubocop: fix Layout/SpaceInsideBlockBraces in app/models/mailer.rbToshi MARUYAMA2019-11-241-1/+1
* cleanup: rubocop: fix Layout/SpaceAfterComma in app/models/query.rbToshi MARUYAMA2019-11-241-1/+1
* cleanup: rubocop: fix Layout/SpaceInsideParens in app/controllers/application...Toshi MARUYAMA2019-11-241-1/+1
* cleanup: rubocop: fix Layout/IndentFirstArrayElement in app/models/setting.rbToshi MARUYAMA2019-11-241-13/+17
* cleanup: rubocop: fix Style/MultilineIfModifier in app/models/repository/subv...Toshi MARUYAMA2019-11-231-12/+15
* cleanup: rubocop: fix Layout/EmptyLineAfterGuardClause in app/models/reposito...Toshi MARUYAMA2019-11-231-0/+1
* cleanup: rubocop: fix Layout/SpaceAfterComma in app/helpers/queries_helper.rbToshi MARUYAMA2019-11-231-1/+1
* cleanup: rubocop: fix Layout/SpaceAfterComma in app/models/repository/git.rbToshi MARUYAMA2019-11-231-1/+1
* cleanup: rubocop: fix Layout/ClosingParenthesisIndentation in app/helpers/set...Toshi MARUYAMA2019-11-231-1/+1
* cleanup: rubocop: fix Layout/ClosingParenthesisIndentation in app/helpers/rep...Toshi MARUYAMA2019-11-231-5/+5
* cleanup: rubocop: fix Layout/ClosingParenthesisIndentation in app/helpers/mem...Toshi MARUYAMA2019-11-231-1/+1