summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* 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
* User preference for issue history default tab (#3058).Jean-Philippe Lang2019-06-201-1/+4
* Groups are incorrect when grouping by date without user timezone set.Jean-Philippe Lang2019-06-201-3/+7
* Issues in paginated views may be lost because sorting criteria are not unique...Jean-Philippe Lang2019-06-202-0/+9
* Fix "Undefined local variable sender_email" error in MailHandler#receive_mess...Go MAEDA2019-06-101-1/+1
* Remove trailing whitespaces from app (#31506).Go MAEDA2019-06-061-1/+1
* Add missing frozen string literals and copyrights (#31508).Go MAEDA2019-06-041-0/+19
* Support "YYYY/MM/DD" date format when importing issues (#31450).Go MAEDA2019-05-301-0/+1
* Update copyright year.Go MAEDA2019-05-2576-76/+76
* Don't rescue Exception class (#31387).Go MAEDA2019-05-257-10/+10
* Custom Exception classes should inherit StandardError instead of Exception (#...Go MAEDA2019-05-212-2/+2
* Adds favorites and recently used projects lists to project jump box (#31355).Go MAEDA2019-05-201-1/+5
* Show selected columns in gantt chart (#27672).Go MAEDA2019-05-161-0/+10
* Render PDF thumbnail using ImageMagick/GhostScript (#22481).Go MAEDA2019-05-121-2/+2
* Option to send email notifications while importing issues from CSV files (#22...Go MAEDA2019-05-102-2/+3
* Allows setting the private flag via mail keyword (#31324).Go MAEDA2019-05-091-1/+29
* Import time entries (#28234).Go MAEDA2019-05-091-0/+80
* Generalize issues imports (#28234).Go MAEDA2019-05-092-0/+19
* Attachment preview does not work for some source files such as JavaScript and...Go MAEDA2019-05-041-1/+1
* Issue filtering by spent time (#26826).Go MAEDA2019-04-301-0/+23
* Changes Query#as_params for more complete serialization (#31276).Go MAEDA2019-04-301-0/+2
* New Permission: Edit own issue (#1248).Go MAEDA2019-04-251-1/+3
* Adds a new query column for the parent task subject (#19371).Go MAEDA2019-04-241-0/+1
* Use safe navigation operator (#30457).Go MAEDA2019-04-201-31/+15
* MailHandler.safe_receive does not output any error log (#30457).Go MAEDA2019-04-201-1/+1
* Show the total number of open issues in a reminder (#31104).Go MAEDA2019-04-181-1/+3
* Don't raise an exception when the emission email address is not RFC compliant...Go MAEDA2019-04-081-6/+15
* Code cleanup: use safe navigation operator in app/models/mailer.rbGo MAEDA2019-04-061-3/+3
* Remove useless code in TimeEntryQuery#sql_for_activity_id_field (#31088).Go MAEDA2019-04-031-2/+0
* Use Regexp#match? to reduce allocations of MatchData object (#28940).Go MAEDA2019-03-2711-22/+22
* Fix that deleting a version silently deletes its attachments (#31087).Go MAEDA2019-03-261-1/+1
* Group time entries by created date (#30233).Go MAEDA2019-03-241-1/+1
* Use #b shortcut instead of #force_encoding (#31059).Go MAEDA2019-03-201-3/+1