summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Backport the fix r18239 to 4.0-stable (#31503).Go MAEDA2019-06-101-1/+1
* Merged r18122 from trunk to 4.0-stable (#29259).Go MAEDA2019-05-041-1/+1
* Merged r18103 from trunk to 4.0-stable (#31276).Go MAEDA2019-04-301-0/+2
* Merged r18066 from trunk to 4.0-stable (#30457).Go MAEDA2019-04-201-1/+1
* Merged r18008 from trunk to 4.0-stable (#31087).Go MAEDA2019-03-261-1/+1
* Merged r17933 from trunk to 4.0-stable (#30367).Go MAEDA2019-03-131-1/+1
* Merged r17918 from trunk to 4.0-stable (#30955).Go MAEDA2019-03-031-1/+1
* Merged r17878 and r17879 from trunk to 4.0-stable (#30785).Go MAEDA2019-02-182-7/+2
* Merged r17869 from trunk to 4.0-stable (#30718).Go MAEDA2019-02-162-10/+4
* Merged r17862 from trunk to 4.0-stable (#30785).Go MAEDA2019-02-132-1/+7
* Merged r17754 to 4.0-stable (#30115).Jean-Philippe Lang2019-01-191-82/+84
* Merged r17817 to 4.0-stable (#30455).Jean-Philippe Lang2019-01-191-1/+1
* Merged r17786 and r17787 from trunk to 4.0-stable (#30412).Go MAEDA2019-01-121-0/+1
* 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
* Send emails asynchronously (#26791).Jean-Philippe Lang2018-10-1012-382/+255
* Fixed that test_email raises an error with #deliver_later (#26791).Jean-Philippe Lang2018-10-061-41/+4
* Use find_by instead of where.first to remove unnecessary sorting (#26747).Go MAEDA2018-10-069-16/+16
* Ensure that ActiveRecord::Base objects are fully serialized for mail sending ...Jean-Philippe Lang2018-10-061-1/+38
* Cleanup: Remove Issue#each_notification and Journal#each_notification (#26791).Jean-Philippe Lang2018-10-062-28/+0
* Send individual emails for each mail recipient (#26791).Jean-Philippe Lang2018-10-062-115/+413
* Custom queries are broken by updating with nil parameter values (#29701).Go MAEDA2018-10-042-6/+6
* Extend Issue Summary to include subprojects (#2529).Go MAEDA2018-10-031-12/+12
* Remove unused variable 'filter_options' from Query#add_filter (#29710).Go MAEDA2018-10-021-1/+0
* Use the id field as project_key in ProjectCustomField#visibility_by_project_c...Go MAEDA2018-09-241-0/+5
* Remove unused and broken method CustomField.visibility_condition (#29160).Jean-Philippe Lang2018-09-231-13/+0
* Support self-signed LDAPS connections (#29606).Jean-Philippe Lang2018-09-232-2/+45
* Column Project is no longer added by default to the list of default columns f...Jean-Philippe Lang2018-09-231-3/+2
* Fixed that issue details page shows default values for custom fields that are...Jean-Philippe Lang2018-09-232-1/+6
* Replace String#gsub with faster String#tr (#29363).Go MAEDA2018-08-122-2/+2
* Replace Enumerable#sort with faster Enumerable#sort_by (#29299).Go MAEDA2018-08-021-1/+1
* Replace Hash#keys.each with faster Hash#each_key (#29305).Go MAEDA2018-08-013-4/+4
* Use pluck(:id) instead of collect(&:id) in app/models/issue.rb (#26711).Go MAEDA2018-07-291-2/+2
* Use pluck(:id) instead of collect(&:id) (#26711).Go MAEDA2018-07-281-1/+1
* Bulk delete wiki attachments (#16410).Go MAEDA2018-07-251-2/+16
* Add CSS class to identify public projects (#28413).Go MAEDA2018-07-221-0/+1
* Extend watched_by_me-issue filter to include all project-members instead of o...Go MAEDA2018-07-092-1/+7
* Ensure that only visible watchers on issues can be queried (#29133).Go MAEDA2018-07-081-2/+20
* Fix: Allow to set no_notification option when receiving emails via IMAP or PO...Go MAEDA2018-07-061-1/+1
* "thumbnail" macro may break filename attribute of the attachment (#29038).Go MAEDA2018-07-021-1/+1
* Allow to filter by all versions on the global issue list (#26091).Go MAEDA2018-06-281-1/+1
* Dangerous query method deprecation warnings (#23630).Jean-Philippe Lang2018-06-232-3/+5
* Upgrade to Rails 5.2.0 (#23630).Jean-Philippe Lang2018-06-231-2/+1