summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Add system setting for default results display format of project query (#32818).Go MAEDA2020-02-113-1/+16
* Fix that selected user on timelog#edit is incorrect (#32959).Go MAEDA2020-02-091-1/+1
* Add download buttons in Files columns of the issues list (#32240).Go MAEDA2020-02-061-1/+14
* Allow adding user groups as watchers for issues (#4511).Go MAEDA2020-02-067-10/+27
* Add Check all / Uncheck all button to filters in permissions report (#32672).Go MAEDA2020-02-061-6/+9
* Repository browser does not render previews for audio/video files (#32153).Go MAEDA2020-02-042-10/+9
* Rails 6: Fix deprecation warning "Class level methods will no longer inherit ...Go MAEDA2020-02-031-2/+2
* Validate back_url everywhere (#32850).Jean-Philippe Lang2020-02-022-5/+6
* 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-022-13/+6
* Reverts r19478 (#32897).Go MAEDA2020-01-3017-18/+18
* Fix 'DEPRECATION WARNING: Uniqueness validator will no longer enforce case se...Go MAEDA2020-01-2817-18/+18
* Fix totals not displayed in projects list view (#32896).Go MAEDA2020-01-281-0/+1
* Rails 6: Use "render template:" instead of "render file:" in app/views/layout...Go MAEDA2020-01-261-1/+1
* Make breadcrumbs of repository browser copy-paste friendly (#32835).Go MAEDA2020-01-255-20/+25
* Fix ruby 2.7 warning: The last argument is used as the keyword parameter (#32...Go MAEDA2020-01-231-1/+1
* 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