summaryrefslogtreecommitdiff
path: root/app/mailers
Commit message (Collapse)AuthorAgeFilesLines
* Fix broken link in CI build notification emailsGrzegorz Bizon2016-02-121-6/+7
| | | | Closes #13199
* Generate valid Message-ID in email rejection mailerWarren Guy2016-01-301-1/+1
| | | | | Use a Message-ID that is RFC 2111 compliant. This fix is consistent with how the Message-ID is generated in the 'notify' mailer.
* Added X-GitLab-... headers to emails from CI and Email On Push servicesAnton Baklanov2016-01-193-7/+27
| | | | Fixes #2098
* Minor improvements, unsubscribe from email footerZeger-Jan van de Weg2016-01-091-4/+4
|
* Unsubscribe from thread through link in email footerZeger-Jan van de Weg2016-01-094-79/+61
|
* Merge branch 'rs-abuse-reports-refactor' into 'master' Douwe Maan2016-01-051-1/+9
|\ | | | | | | | | | | | | | | Abuse Report refactors - Redirect back to user profile after report - "Tell, Don't Ask" for sending report notifications See merge request !2293
| * Make AbuseReportMailer responsible for knowing if it should deliverRobert Speicher2016-01-041-1/+9
| |
* | Merge pull request GH-9938 from huacnlee/hotfix/note_mail_with_notificationpr-9938Douwe Maan2016-01-041-1/+1
|/ | | | Hotfix note mail with notification
* Fixed Rubocop offensesGabriel Mazetto2015-12-151-1/+1
|
* Merge branch 'ci-services-migrate' into 'master' Kamil Trzciński2015-12-144-63/+16
|\ | | | | | | | | | | | | Ci Services migrate See merge request !1985
| * Migrate CI::Services and CI::WebHooks to Services and WebHooksKamil Trzcinski2015-12-104-63/+16
| |
* | Fix specs by adding forgotten instance variableGrzegorz Bizon2015-12-081-0/+3
| |
* | Remove obsolete variables in `repository_push_email`Grzegorz Bizon2015-12-081-20/+5
| |
* | Improve Messagee::RepositoryPushGrzegorz Bizon2015-12-081-3/+3
| |
* | Refactor RepositoryPush, move to Message namespaceGrzegorz Bizon2015-12-081-18/+20
| |
* | Make `can_send_from_user_email?` public in NotifyGrzegorz Bizon2015-12-081-2/+2
| |
* | Extract repository_push_email to separate classGrzegorz Bizon2015-12-081-77/+19
|/
* Migrate mailers to ActiveJobValery Sizov2015-11-261-4/+0
|
* Remove duplication in mailers/emails/notes.rbDmitriy Zaporozhets2015-11-172-45/+52
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Remove duplication in issue emailsDmitriy Zaporozhets2015-11-161-36/+30
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Only pass abuse report ID to AbuseReportMailer.Douwe Maan2015-10-181-3/+7
|
* Send an email (to support) when a user is reported for spamJonathan Rochkind2015-10-081-0/+8
|
* Merge branch 'stanhu/gitlab-ce-fix-message-id-notify'Dmitriy Zaporozhets2015-10-011-1/+1
|\
| * Fix Message-ID field to be RFC 2111-compliant to prevent e-mails from being ↵Stan Hu2015-10-011-1/+1
| | | | | | | | | | | | dropped Closes #2867
* | Note the original location of a moved project when notifying users of the moveproject_movingValery Sizov2015-10-011-1/+2
|/
* Fix CI mailercleanup-ci-helpersDmitriy Zaporozhets2015-09-301-1/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge branch 'master' into rename-reply-by-emailDouwe Maan2015-09-211-3/+3
|\
| * Fix reply by email for comments on a specific line in a diff/commit.reply-by-email-diffDouwe Maan2015-09-201-3/+3
| |
* | Rename reply_by_email to incoming_email to prepare for the future.Douwe Maan2015-09-211-2/+2
|/
* fix runners pageValery Sizov2015-09-101-1/+1
|
* remove gitlab_ci configValery Sizov2015-09-101-4/+4
|
* Move helpers back to original directoryDmitriy Zaporozhets2015-09-092-5/+5
|
* Merge branch 'master' into ci-and-ce-sitting-in-a-tree-k-i-s-s-i-n-gDouwe Maan2015-08-261-0/+2
|\
| * Ignore empty incoming messages.Douwe Maan2015-08-241-0/+2
| |
* | Groundwork for merging CI into CEDouwe Maan2015-08-254-4/+68
|/
* Fix Basemailer#can?Douwe Maan2015-08-191-1/+1
|
* Fix BaseMailer.Douwe Maan2015-08-191-19/+1
|
* Move `sent_notification!` out of Notify.Douwe Maan2015-08-194-33/+12
|
* Add BaseMailer to house shared mailer functionality.Douwe Maan2015-08-193-49/+52
|
* Fix responding to commit notesDouwe Maan2015-08-191-4/+14
|
* Send a rejection email when the incoming email couldn't be processed.Douwe Maan2015-08-191-0/+35
|
* Include display name with reply to address.Douwe Maan2015-08-191-2/+15
|
* Correctly set Message-ID for comment notifications.Douwe Maan2015-08-191-11/+13
|
* Make MR notification email subject more standard.Douwe Maan2015-08-191-42/+1
|
* Changes and stuff.Douwe Maan2015-08-181-4/+6
|
* Reply by email POCDouwe Maan2015-08-184-19/+60
|
* Prefix EmailsOnPush email subject with `[Git]`.emailsonpush-prefixDouwe Maan2015-05-251-1/+2
|
* Revert "Allow to configure smtp and sendmail in gitlab.yml"Dmitriy Zaporozhets2015-05-063-7/+7
|
* Allow to configure smtp and sendmail in gitlab.ymlJakub Jirutka2015-05-063-7/+7
|
* Use the configured display name in e-mails from Devise mailerStan Hu2015-05-051-1/+1
|