summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* 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
* use "attr_writer" instead of "attr_accessor" for QueryColumn#sortableToshi MARUYAMA2019-10-071-1/+2
* use "attr_reader" instead of "attr_accessor" for CustomFieldValue#valueToshi MARUYAMA2019-10-071-1/+2
* code cleanup: fix source code comment in r18607Toshi MARUYAMA2019-10-071-1/+1
* code cleanup: rubocop: fix Lint/UselessAccessModifier in app/models/changeset.rbToshi MARUYAMA2019-10-071-8/+9
* Option to send email notification on "Target version updated" (#17840).Go MAEDA2019-10-051-1/+2
* Use Redmine::MimeType.of instead of regexp to check if the attachment is Text...Go MAEDA2019-10-031-1/+1
* Render Textile and Markdown attachments on the preview page (#29752).Go MAEDA2019-10-031-0/+8
* fix Watcher#prune_single_user is not privateToshi MARUYAMA2019-10-011-2/+1
* Add support for "start with" and "end with" operators to "Files" filter (#318...Go MAEDA2019-09-301-0/+3
* code cleanup: rubocop: fix Layout/ElseAlignment in Issue class total_spent_ho...Toshi MARUYAMA2019-09-301-5/+6
* code cleanup: rubocop: fix Layout/ElseAlignment in Issue class visible? methodToshi MARUYAMA2019-09-301-12/+13
* code cleanup: rubocop: fix Layout/ElseAlignment in Issue class visible_condit...Toshi MARUYAMA2019-09-301-14/+15
* code cleanup: rubocop: fix Layout/EmptyLinesAroundBlockBody in app/models/set...Toshi MARUYAMA2019-09-301-3/+0
* code cleanup: rubocop: fix Layout/EmptyLinesAroundBlockBody in app/models/att...Toshi MARUYAMA2019-09-301-5/+0
* code cleanup: rubocop: fix Layout/MultilineBlockLayout in app/models/issue.rbToshi MARUYAMA2019-09-301-2/+3
* svn propdel svn:executable app/models/mail_handler.rbToshi MARUYAMA2019-09-261-0/+0
* "starts with" and "ends with" filter operators for string values (#31879).Go MAEDA2019-09-251-5/+17
* code cleanup: rubocop: fix Style/ZeroLengthPredicate in app/models/issue.rbToshi MARUYAMA2019-09-241-1/+1
* code cleanup: rubocop: fix Layout/BlockEndNewline in app/models/issue.rbToshi MARUYAMA2019-09-241-1/+2
* code cleanup: rubocop: fix Style/ParenthesesAroundCondition in app/models/rep...Toshi MARUYAMA2019-09-241-1/+1
* code cleanup: rubocop: fix Layout/SpaceInsideRangeLiteral in app/models/repos...Toshi MARUYAMA2019-09-241-1/+1
* code cleanup: rubocop: fix Style/CommentedKeyword in app/models/repository/cv...Toshi MARUYAMA2019-09-201-1/+1
* remove "attr_reader :current_journal" from Issue classToshi MARUYAMA2019-09-201-1/+0
* use "attr_writer" instead of "attr_accessor" for Issue#deleted_attachment_idsToshi MARUYAMA2019-09-201-1/+1
* code clean up app/models/repository.rbToshi MARUYAMA2019-09-201-6/+4
* code cleanup: rubocop: fix Layout/LeadingCommentSpace in app/models/repositor...Toshi MARUYAMA2019-09-201-2/+2
* Log info messages when MailHandler ignored a reply to a nonexistent issue, jo...Go MAEDA2019-09-191-21/+34
* Add additional mail headers for issue tracker (#31910).Go MAEDA2019-09-121-0/+2
* Force passwords to contain specified character classes (#4221).Go MAEDA2019-08-292-3/+25
* CodeCleanup: RuboCop: Fix Style/RaiseArgs in app/models/mail_handler.rbGo MAEDA2019-08-271-1/+1
* Improve MailHandler logging for unauthorized attempts (#31899).Go MAEDA2019-08-271-4/+4
* Reject version custom field values not visible for the user (#31954, #23997).Go MAEDA2019-08-271-0/+28
* Reject project custom field values not visible for the user (#31954, #31925).Go MAEDA2019-08-271-0/+17
* Code cleanup: RuboCop: Fix Style/UnneededCondition in app/models/setting.rbGo MAEDA2019-08-261-3/+2
* Reject setting RFC non-compliant emission email addresses (#31154).Go MAEDA2019-08-262-1/+11
* Code cleanup: RuboCop: Fix Style/RedundantReturn in app/models/user.rbGo MAEDA2019-08-251-2/+1
* Code cleanup: RuboCop: Fix Lint/UnneededRequireStatement in app/models/wiki_p...Go MAEDA2019-08-251-1/+0
* Fix hard-coded string "no subject" in app/models/mail_handler.rb (#5820).Go MAEDA2019-08-251-1/+1
* Per role visibility settings for version custom fields (#23997).Go MAEDA2019-08-242-0/+11
* Code cleanup: RuboCop: Fix Style/IdenticalConditionalBranches in app/models/p...Go MAEDA2019-08-201-8/+2
* Per role visibility settings for project custom fields (#31925).Go MAEDA2019-08-202-0/+11
* Code cleanup: RuboCop: Rails/ActiveRecordAliasesGo MAEDA2019-08-171-1/+1
* Code cleanup: RuboCop: Layout/TrailingBlankLinesGo MAEDA2019-08-142-2/+0
* Per role visibility settings for spent time custom fields (#31859).Go MAEDA2019-08-093-3/+20
* Limit total_estimated_hours to visible issues (#31778).Go MAEDA2019-08-072-3/+3
* Increase maximum size for role name (#27625).Jean-Philippe Lang2019-06-201-1/+1
* Support external ID when importing issues (#28213).Jean-Philippe Lang2019-06-202-12/+29