summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* 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
* Support frozen_string_literal in app/**/*.rb (#26561).Go MAEDA2019-03-1713-25/+25
* Support frozen_string_literal in issue, journal, and query (#26561).Go MAEDA2019-03-173-7/+7
* Enable frozen_string_literal for some files under app and lib directory (#265...Go MAEDA2019-03-1660-60/+60
* Add a description for trackers (#442).Jean-Philippe Lang2019-03-151-1/+3
* Display details about inheritance when editing a member roles (#31032).Jean-Philippe Lang2019-03-152-0/+15
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-1576-117/+269
* Move custom field classes to a method (#30994).Go MAEDA2019-03-091-0/+4
* "Last updated by" filter causes an SQL error with MariaDB (#30367).Go MAEDA2019-03-071-1/+1
* Issue emails cannot be threaded by some mailers due to inconsistent Message-I...Go MAEDA2019-03-041-10/+16
* "View all issues" link in email reminders points to issues list which does no...Go MAEDA2019-03-031-1/+1
* Parse author's name enclosed in parentheses in the From field when creating a...Go MAEDA2019-03-031-6/+3
* Option to parse HTML part of multipart (HTML) emails first (#30838).Go MAEDA2019-03-031-7/+14
* Multiple issue ids in "Subtasks" filter (#30808).Go MAEDA2019-02-281-3/+5