summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Add anonymous user to author list in issue/time query (#16904).Jean-Philippe Lang2019-11-101-0/+1
* Add support for grouping by issue on timelog view (#32436).Jean-Philippe Lang2019-11-101-1/+1
* Removed invalid association IssueCustomField#issue_custom_values (#32431).Jean-Philippe Lang2019-11-101-1/+0
* Adds "Target Version" column to the list of "Available columns" in "Spent tim...Go MAEDA2019-11-101-0/+4
* cleanup: rubocop: fix Layout/IndentFirstArrayElement in app/models/project.rbToshi MARUYAMA2019-11-091-10/+12
* cleanup: rubocop: fix Layout/BlockEndNewline in app/models/message.rbToshi MARUYAMA2019-11-091-9/+11
* cleanup: rubocop: fix Layout/BlockAlignment in app/models/time_entry.rbToshi MARUYAMA2019-11-091-5/+6
* cleanup: rubocop: fix Layout/BlockAlignment in app/models/project.rbToshi MARUYAMA2019-11-091-1/+2
* cleanup: rubocop: fix Layout/BlockAlignment in app/models/principal.rbToshi MARUYAMA2019-11-091-5/+6
* cleanup: rubocop: fix Layout/AlignArguments in app/models/time_entry_query.rbToshi MARUYAMA2019-11-091-19/+23
* cleanup: rubocop: fix Layout/AlignArguments in app/models/auth_source.rbToshi MARUYAMA2019-11-091-2/+3
* cleanup: rubocop: fix Layout/AlignArguments in app/models/project_query.rbToshi MARUYAMA2019-11-091-4/+10
* cleanup: rubocop: fix Layout/AlignArguments in app/models/project.rbToshi MARUYAMA2019-11-091-6/+9
* cleanup: rubocop: fix Layout/AlignArguments in app/models/user_preference.rbToshi MARUYAMA2019-11-091-2/+3
* cleanup: rubocop: fix Layout/AlignArguments in app/models/custom_field.rbToshi MARUYAMA2019-11-091-6/+8
* cleanup: rubocop: fix Layout/AlignArguments in app/models/group.rbToshi MARUYAMA2019-11-091-2/+3
* cleanup: rubocop: fix Layout/AlignArguments in app/models/email_address.rbToshi MARUYAMA2019-11-091-1/+2
* cleanup: rubocop: fix Layout/AlignArguments in app/models/workflow_rule.rbToshi MARUYAMA2019-11-091-3/+3
* cleanup: rubocop: fix Layout/AlignArguments in app/models/repository.rbToshi MARUYAMA2019-11-091-4/+6
* cleanup: rubocop: fix Layout/AlignArguments in app/models/issue_status.rbToshi MARUYAMA2019-11-091-2/+3
* cleanup: rubocop: fix Layout/AlignArguments in app/models/query.rbToshi MARUYAMA2019-11-081-11/+13
* cleanup: rubocop: fix Layout/AlignArguments in app/models/tracker.rbToshi MARUYAMA2019-11-081-2/+3
* cleanup: rubocop: fix Layout/AlignArguments in app/models/issue_custom_field.rbToshi MARUYAMA2019-11-081-1/+1
* cleanup: rubocop: fix Style/MultilineTernaryOperator and Style/NestedTernaryO...Toshi MARUYAMA2019-11-081-3/+5
* cleanup: rubocop: fix Style/MultilineTernaryOperator in app/models/mail_handl...Toshi MARUYAMA2019-11-081-8/+12
* cleanup: rubocop: fix Layout/SpaceInsideParens in app/models/repository/mercu...Toshi MARUYAMA2019-11-081-1/+1
* cleanup: rubocop: fix Style/MethodCallWithoutArgsParentheses in app/models/re...Toshi MARUYAMA2019-11-081-3/+3
* cleanup: rubocop: fix Layout/AlignArguments in app/models/time_entry.rbToshi MARUYAMA2019-11-081-2/+5
* cleanup: rubocop: fix Layout/AlignArguments in app/models/role.rbToshi MARUYAMA2019-11-081-8/+12
* cleanup: rubocop: fix Layout/AlignArguments in app/models/repository/cvs.rbToshi MARUYAMA2019-11-081-2/+3
* cleanup: rubocop: fix Layout/AlignArguments in app/models/user.rbToshi MARUYAMA2019-11-081-11/+12
* cleanup: rubocop: fix Layout/AlignArguments in app/models/issue.rbToshi MARUYAMA2019-11-081-20/+21
* cleanup: rubocop: fix Layout/AlignArguments in app/models/journal.rbToshi MARUYAMA2019-11-081-4/+6
* cleanup: rubocop: fix Layout/AlignArguments in app/models/mailer.rbToshi MARUYAMA2019-11-081-5/+6
* cleanup: rubocop: fix Layout/AlignArguments in IssueQuery available_columns v...Toshi MARUYAMA2019-11-071-1/+2
* cleanup: rubocop: fix Layout/AlignArguments in IssueQuery#initialize_availabl...Toshi MARUYAMA2019-11-071-37/+50
* cleanup: rubocop: fix Layout/AlignArguments in IssueQuery#available_columnsToshi MARUYAMA2019-11-071-9/+13
* cleanup: rubocop: fix Layout/AlignArguments in app/models/principal.rbToshi MARUYAMA2019-11-061-1/+2
* cleanup: rubocop: fix Layout/AlignArguments in app/models/version.rbToshi MARUYAMA2019-11-061-9/+9
* cleanup: rubocop: fix Layout/AlignArguments in app/models/wiki_page.rbToshi MARUYAMA2019-11-061-3/+3
* cleanup: rubocop: fix Layout/AlignArguments in app/models/issue_relation.rbToshi MARUYAMA2019-11-061-2/+2
* cleanup: rubocop: fix Layout/AlignArguments in app/models/message.rbToshi MARUYAMA2019-11-061-3/+3
* cleanup: rubocop: fix Style/MultilineTernaryOperator in app/models/message.rbToshi MARUYAMA2019-11-051-2/+9
* Identify time entry user just like issue assignee (#32196).Jean-Philippe Lang2019-11-021-1/+5
* Allow import time entries for other users (#32196).Jean-Philippe Lang2019-11-021-1/+25
* Don't try to generate thumbnails if convert command is not available (#32289).Go MAEDA2019-10-311-1/+3
* Add permission to import time entries (#32196, #28234).Go MAEDA2019-10-281-1/+1
* Default sorting on projects by id is not relevant (#29482).Jean-Philippe Lang2019-10-261-1/+1
* Option to filter after my bookmarked projects (#32302, #29482, #31355).Go MAEDA2019-10-232-2/+13
* code cleanup: rubocop: fix Style/ParenthesesAroundCondition in app/models/wik...Toshi MARUYAMA2019-10-221-1/+1