summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* 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
* New setting to include the status changes in issue mail notifications subject...Go MAEDA2019-02-281-2/+5
* Daylight savings causes inconsistency of Message-Id (#13888).Go MAEDA2019-02-191-1/+1
* Mail handler does not ignore emails sent from emission email address if Setti...Go MAEDA2019-02-181-1/+2
* Reverts r17862.Go MAEDA2019-02-182-7/+1
* Show author's name in the From field of email notifications (#5913).Go MAEDA2019-02-151-2/+10
* Translation missing error in "Project's Status" filter options (#30718).Go MAEDA2019-02-152-10/+4
* Show full width layout custom fields as block columns in issue listing (#26081).Go MAEDA2019-02-131-1/+1
* Fix: Mail handler does not ignore emails sent from emission email address if ...Go MAEDA2019-02-122-1/+7
* Show Edit/Preview tabs for full width layout custom fields with text formatti...Go MAEDA2019-02-121-0/+4
* Makes sure the generated thumbnail is always of at least the requested size (...Go MAEDA2019-02-051-1/+1
* Multiple issue ids in "Parent task" filter (#30482).Go MAEDA2019-02-011-1/+7
* Adding an issue note via email fails due to NoMethodError (#30455).Jean-Philippe Lang2019-01-191-1/+1
* New date filter operators: tomorrow, next week, next month (#4502).Go MAEDA2019-01-191-3/+19
* Import UTF-8 issue CSV files with BOM and quoted strings (#30412).Go MAEDA2019-01-121-0/+1
* Adds a permission to log time for another user (#3848).Jean-Philippe Lang2018-12-162-2/+24
* Moved Version#fixed_issues extension to a module (#30115).Jean-Philippe Lang2018-12-161-82/+84
* Deletes thumbnails when the attachment diskfile is deleted (#30177).Go MAEDA2018-12-151-1/+9
* Allows re-use of thumbnails for identical attachments (#30177).Go MAEDA2018-12-151-1/+1
* Allow issues grouping by creation, update and closing date (#13803).Jean-Philippe Lang2018-12-122-3/+23
* Allow issues grouping by start and due dates (#13803).Jean-Philippe Lang2018-12-121-2/+2
* Setting to restrict spent times on future dates (#3322).Go MAEDA2018-12-111-0/+3
* Let admin users unarchive subprojects of archived projects (#29993).Jean-Philippe Lang2018-12-021-8/+4
* CSV importer ignores shared version names of other projects (#30001).Jean-Philippe Lang2018-11-291-1/+4
* Fix: Attachments are added even if validation fails when updating an issue vi...Go MAEDA2018-11-231-1/+1
* Sort issues by due date in email reminders (#29771).Go MAEDA2018-11-061-0/+1
* Remove trailing whitespaces from app/models/mailer.rbGo MAEDA2018-11-061-1/+1
* Filter time entries after project status (#20081).Go MAEDA2018-10-291-0/+10
* Filter issues after project status (#20081).Go MAEDA2018-10-293-0/+24
* Removes method_missing override (#26791).Jean-Philippe Lang2018-10-101-9/+0
* Replaces remaining #deliver with #deliver_later (#26791).Jean-Philippe Lang2018-10-101-3/+3