summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* 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
* code cleanup: rubocop: fix Style/ParenthesesAroundCondition in app/models/tim...Toshi MARUYAMA2019-10-221-2/+2
* code cleanup: rubocop: fix Style/ParenthesesAroundCondition in app/models/que...Toshi MARUYAMA2019-10-221-1/+1
* code cleanup: rubocop: fix Style/ParenthesesAroundCondition in app/models/pro...Toshi MARUYAMA2019-10-221-2/+2
* code layout clean up app/models/role.rbToshi MARUYAMA2019-10-221-1/+4
* code cleanup: rubocop: fix Layout/AccessModifierIndentation in app/models/rol...Toshi MARUYAMA2019-10-221-1/+1
* code cleanup: rubocop: fix Layout/MultilineArrayBraceLayout in app/models/set...Toshi MARUYAMA2019-10-221-1/+2
* code cleanup: rubocop: fix Layout/AccessModifierIndentation in app/models/set...Toshi MARUYAMA2019-10-221-1/+1
* code cleanup: rubocop: fix Layout/AlignArray in app/models/setting.rbToshi MARUYAMA2019-10-221-1/+1
* code cleanup: rubocop: fix Style/WhileUntilModifier in app/models/attachment.rbToshi MARUYAMA2019-10-191-1/+2
* code cleanup: rubocop: fix Lint/IneffectiveAccessModifier in app/models/mail_...Toshi MARUYAMA2019-10-191-31/+33
* code cleanup: rubocop: fix Lint/IneffectiveAccessModifier in app/models/attac...Toshi MARUYAMA2019-10-191-15/+18
* code cleanup: rubocop: fix Lint/IneffectiveAccessModifier in app/models/issue.rbToshi MARUYAMA2019-10-191-15/+18
* code cleanup: rubocop: fix Lint/IneffectiveAccessModifier in app/models/user.rbToshi MARUYAMA2019-10-191-7/+10
* code cleanup: rubocop: fix Lint/IneffectiveAccessModifier in app/models/maile...Toshi MARUYAMA2019-10-191-22/+25
* code cleanup: rubocop: fix Layout/CommentIndentation in app/models/mailer.rbToshi 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-192-2/+43
* Filter after project custom fields (#29482).Jean-Philippe Lang2019-10-192-0/+6
* Filter after parent project (#29482).Jean-Philippe Lang2019-10-191-0/+3
* Filter after projects (#29482).Jean-Philippe Lang2019-10-192-1/+5
* Filters for Projects page (#29482).Jean-Philippe Lang2019-10-192-0/+69
* code cleanup: rubocop: fix Style/WhileUntilModifier in app/models/project.rbToshi MARUYAMA2019-10-191-1/+2
* Fixed that total estimated time column is shown even when estimated time fiel...Jean-Philippe Lang2019-10-191-0/+1
* code cleanup: rubocop: fix Layout/EmptyLines in app/models/issue.rbToshi MARUYAMA2019-10-191-1/+0
* code cleanup: rubocop: fix Layout/EmptyLines in app/models/issue.rbToshi MARUYAMA2019-10-191-2/+0
* code cleanup: rubocop: fix Layout/CaseIndentation in app/models/issue_query.rbToshi MARUYAMA2019-10-171-3/+2
* code cleanup: rubocop: fix Layout/SpaceBeforeSemicolon and Style/WhenThen in ...Toshi MARUYAMA2019-10-171-7/+6
* code cleanup: rubocop: fix Style/WhenThen in app/models/role.rbToshi MARUYAMA2019-10-171-3/+4
* code cleanup: rubocop: fix Layout/ElseAlignment in app/models/issue_query.rbToshi MARUYAMA2019-10-171-18/+17
* fix MailHandler#assign_string_attribute_with_limit is not privateToshi MARUYAMA2019-10-171-0/+1
* code cleanup: rubocop: fix Layout/AccessModifierIndentation and Layout/EmptyL...Toshi MARUYAMA2019-10-161-1/+2
* fix Setting#find_or_default is not privateToshi MARUYAMA2019-10-161-0/+1
* fix Role#find_or_create_system_role is not privateToshi MARUYAMA2019-10-161-0/+1
* fix AuthSourceLdap#get_attr is not privateToshi MARUYAMA2019-10-161-0/+1
* code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs in app/models/version.rbToshi MARUYAMA2019-10-151-1/+1
* code cleanup: rubocop: fix Layout/ElseAlignment in app/models/issue_priority.rbToshi MARUYAMA2019-10-141-1/+2
* code cleanup: rubocop: fix Layout/ElseAlignment in app/models/issue_import.rbToshi MARUYAMA2019-10-141-6/+7
* code cleanup: rubocop: fix Layout/SpaceAfterSemicolon in app/models/mail_hand...Toshi MARUYAMA2019-10-141-1/+1
* code cleanup: rubocop: fix Layout/ClosingHeredocIndentation in app/models/set...Toshi MARUYAMA2019-10-131-11/+11
* code cleanup: rubocop: fix Layout/IndentationConsistency in app/models/attach...Toshi MARUYAMA2019-10-091-8/+8
* code cleanup: rubocop: fix Layout/ElseAlignment in app/models/changeset.rbToshi MARUYAMA2019-10-091-5/+1
* use "attr_writer" instead of "attr_accessor" for WikiPage#deleted_attachment_idsToshi MARUYAMA2019-10-071-1/+2