summaryrefslogtreecommitdiffstats
path: root/app/models/mailer.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r17918 from trunk to 4.0-stable (#30955).Go MAEDA2019-03-031-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
* 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-101-351/+218
* Fixed that test_email raises an error with #deliver_later (#26791).Jean-Philippe Lang2018-10-061-41/+4
* Ensure that ActiveRecord::Base objects are fully serialized for mail sending ...Jean-Philippe Lang2018-10-061-1/+38
* Send individual emails for each mail recipient (#26791).Jean-Philippe Lang2018-10-061-108/+405
* Replace String#gsub with faster String#tr (#29363).Go MAEDA2018-08-121-1/+1
* Security notification on password recovery is empty (#28302).Jean-Philippe Lang2018-04-071-2/+7
* Remove unused method Mailer#mylogger (#28028).Go MAEDA2018-02-111-4/+0
* Fix typo in error message when target version was not found (#28024).Go MAEDA2018-01-241-1/+1
* Replace tabs with spaces (#26333).Toshi MARUYAMA2017-07-041-1/+1
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Prevent clash with Rails 5.1 Mailer class.Jean-Philippe Lang2017-06-031-4/+4
* Send reminders about visible issues only (#25713).Jean-Philippe Lang2017-05-131-1/+4
* Don't send a notification to the dummy email address of the default admin acc...Jean-Philippe Lang2016-05-081-0/+5
* Adds a specific string for password changed notification (#21421).Jean-Philippe Lang2016-05-081-2/+1
* Adds instance name to the security notification subject (#21421).Jean-Philippe Lang2016-03-201-2/+2
* Let the mailer set the email content (#21421).Jean-Philippe Lang2016-03-201-0/+10
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Send a notification when security settings are changed (#21421).Jean-Philippe Lang2016-02-051-0/+16
* Security notifications when password or email adress is changed (#21421).Jean-Philippe Lang2016-02-051-0/+14
* add roadie-rails gem for e-mail inline styles (#8335, #20641)Toshi MARUYAMA2015-08-311-0/+3
* Mail handler should not ignore emails with x-auto-response-suppress header (#...Jean-Philippe Lang2015-04-111-1/+1
* Incorrect links generated in emails if host setup uses other port (#19323).Jean-Philippe Lang2015-03-141-1/+10
* Raise an error if version is not found (#18983).Jean-Philippe Lang2015-02-071-2/+5
* Allow filtering of Redmine Reminders by Version (#18983).Jean-Philippe Lang2015-02-071-0/+3
* Send password reset email to the email used in lost password form (#4244).Jean-Philippe Lang2015-01-171-2/+3
* Add support for multiple email addresses per user (#4244).Jean-Philippe Lang2015-01-171-22/+49
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Don't overwrite headers that were already set (#14699).Jean-Philippe Lang2014-12-211-1/+1
* Mailer.token_for generates invalid message_id when using from address with fu...Jean-Philippe Lang2014-05-021-1/+1
* Remove users from cc if they are already notified (#16415).Jean-Philippe Lang2014-03-291-1/+1
* Enable the watching of news (#2549).Jean-Philippe Lang2014-02-091-0/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* remove unneeded Relation#all from Mailer modelToshi MARUYAMA2014-01-271-3/+3
* Fixed that the mail method should return a Mail::Message (#15113).Jean-Philippe Lang2013-10-131-5/+10
* Don't notify users about relations that are not visible (#1005).Jean-Philippe Lang2013-07-131-3/+4
* Role-based issue custom field visibility (#5037).Jean-Philippe Lang2013-07-131-30/+58
* Removed dead code.Jean-Philippe Lang2013-07-131-25/+0
* Log email delivery errors (#14403).Jean-Philippe Lang2013-07-131-1/+11
* gender neutral source comment at app/models/mailer.rbToshi MARUYAMA2013-07-061-1/+2
* remove trailing white-space from app/models/mailer.rbToshi MARUYAMA2013-05-251-1/+1
* Fixed that locking and unlocking a user resets the email notification checkbo...Jean-Philippe Lang2013-05-131-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-021-1/+1
* Fixed that watchers receive notifications for private comments without permis...Jean-Philippe Lang2012-11-051-1/+1
* Private issue notes (#1554).Jean-Philippe Lang2012-10-031-1/+1