summaryrefslogtreecommitdiff
path: root/app/mailers
Commit message (Collapse)AuthorAgeFilesLines
* Support e-mail notifications for comments on project snippetsStan Hu2016-05-021-0/+8
| | | | Closes #2334
* Merge branch 'mr-formatting' into 'master' Robert Speicher2016-04-192-2/+2
|\ | | | | | | | | | | | | use ! rather than # for merge request references Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/15278 See merge request !3740
| * format merge request references properlyBen Bodenmiller2016-04-182-2/+2
| |
* | Improve 'auto fsck' admin emailsJacob Vosmaer2016-04-181-1/+1
|/
* Changes suggested by RobertJacob Vosmaer2016-04-121-2/+0
|
* Rename almost all the thingsJacob Vosmaer2016-04-061-1/+1
|
* Rebase repo check MRJacob Vosmaer2016-04-041-0/+16
|
* Improve and finish the fallback to the In-Reply-To and References header for ↵2364-fallback-to-in-reply-to-headerRémy Coutable2016-03-251-7/+5
| | | | | | | | | | | | | | | | the reply-by-email feature A few things to note: - The IncomingEmail feature is now enabled even without a correctly-formatted sub-address - Message-ID for new thread mail are kept the same so that subsequent notifications to this thread are grouped in the thread by the email service that receives the notification (i.e. In-Reply-To of the answer == Message-ID of the first thread message) - To maximize our chance to be able to retrieve the reply key, we look for it in the In-Reply-To header and the References header - The pattern for the fallback reply message id is "reply-[key]@[gitlab_host]" - Improve docs thanks to Axil
* Fix #2364. Fall back to In-Reply-To header when reply key not availableDavid Padilla2016-03-251-1/+7
|
* Add new notifications for issue move actionGrzegorz Bizon2016-03-171-0/+8
| | | | [ci skip]
* Create a SentNotification record for #relabeled_issue_email / ↵Rémy Coutable2016-03-152-10/+6
| | | | #relabeled_merge_request_email
* Improving the original label-subscribing implementationRémy Coutable2016-03-152-43/+37
| | | | | | | 1. Make the "subscribed" text in Issuable sidebar reflect the labels subscription status 2. Current user mut be logged-in to toggle issue/MR/label subscription
* Original implementation to allow users to subscribe to labelsTimothy Andrew2016-03-152-4/+21
| | | | | | | | | | | | | | | | | | 1. Allow subscribing (the current user) to a label - Refactor the `Subscription` coffeescript class - The main change is that it accepts a container, and conducts all DOM queries within its scope. We need this because the labels page has multiple instances of `Subscription` on the same page. 2. Creating an issue or MR with labels notifies users subscribed to those labels - Label `has_many` subscribers through subscriptions. 3. Adding a label to an issue or MR notifies users subscribed to those labels - This only applies to subscribers of the label that has just been added, not all labels for the issue.
* Ensure "new SSH key" email do not ends up as dead Sidekiq jobsfix/ensure-no-new_ssh_key_email-dead-jobsRémy Coutable2016-03-151-1/+4
| | | | | | | | Related to #2235. This is done by: 1. Delaying the notification sending after the SSH key is commited in DB 2. Gracefully exit the mailer method if the record cannot be found
* 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
|