summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Show groups in members box on project overview page (#33174).Go MAEDA2020-04-221-4/+10
* Unify CSS classes for custom fields in issue#show, issue#edit and issue#bulk_...Go MAEDA2020-04-111-1/+1
* Fix that bulk download raises Errno::EACCES on Windows (#7056).Go MAEDA2020-04-111-5/+8
* CodeCleanup: Fix a RuboCop offense Layout/LeadingCommentSpace introduced in r...Go MAEDA2020-04-111-1/+1
* Don't use User.current in TimeEntryImport model but #user instead (#32774).Jean-Philippe Lang2020-04-051-1/+2
* Set time entry author in controller (#32774).Jean-Philippe Lang2020-04-051-0/+1
* Creating time tracking entry for other user through rest API fails with 403 (...Jean-Philippe Lang2020-04-051-1/+6
* Email address with Punycode top-level domain is not accepted (#32793).Jean-Philippe Lang2020-04-051-1/+1
* Fix sort does not work with group by datetime columns (#33110).Jean-Philippe Lang2020-04-051-1/+6
* Editing a time entry for a locked user changes the user to the current user (...Jean-Philippe Lang2020-04-051-1/+3
* Replace File#readable? with Attachment#readable? (#7056).Go MAEDA2020-04-011-1/+1
* Download all attachments at once (#7056).Go MAEDA2020-03-211-0/+25
* Show warning and the reason when the issue cannot be closed or reopen because...Go MAEDA2020-03-101-2/+25
* Add a link to the issues list in a reminder email (#33099).Go MAEDA2020-03-071-1/+7
* Fix a RuboCop offense Style/MultipleComparison (#33083).Go MAEDA2020-03-071-1/+1
* Projects filter "Subproject of" does not work when the given value is "My pro...Go MAEDA2020-03-041-1/+1
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-0378-78/+78
* Auto select fields mapping in import based on the internal field name (ex: es...Go MAEDA2020-02-193-0/+27
* Use 'user' as internal field instead of user_id because the column accepts al...Go MAEDA2020-02-191-2/+2
* Fix logging time via a commit message for project specific activities (#29838).Go MAEDA2020-02-112-7/+12
* Add system setting for default results display format of project query (#32818).Go MAEDA2020-02-112-1/+9
* Allow adding user groups as watchers for issues (#4511).Go MAEDA2020-02-063-4/+6
* Rails 6: Fix deprecation warning "Class level methods will no longer inherit ...Go MAEDA2020-02-031-2/+2
* 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 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-213-0/+9
* 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-141-1/+12
* Fix sort projects table by custom field (#32769).Go MAEDA2020-01-121-1/+1
* CSV import does not keep the project it was clicked from (#21766).Jean-Philippe Lang2019-12-201-1/+9
* Issue relations filter lacks "is not" (#32546).Go MAEDA2019-12-121-1/+1
* 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
* 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/models/workflow_transition.rbToshi MARUYAMA2019-11-251-1/+6
* cleanup: rubocop: fix Layout/SpaceInsidePercentLiteralDelimiters in app/model...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/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