summaryrefslogtreecommitdiff
path: root/app/mailers
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Make Reply-To config apply to change e-mail confirmation and other notificationsStan Hu2015-05-011-0/+4
| | | | | | | | sent through Devise Fix test case that was passing due to a broken `around` statement. Closes #1556
* Remove duplicate settings for default_url_optionsRobert Speicher2015-04-251-6/+1
| | | | Closes internal https://dev.gitlab.org/gitlab/gitlabhq/issues/2269
* Let commit model know about its project.Douwe Maan2015-04-241-3/+3
|
* Merge branch 'emailsonpush-replyto' into 'master'Dmitriy Zaporozhets2015-04-152-12/+24
|\ | | | | | | | | | | | | | | Set EmailsOnPush reply-to address to committer email when enabled. Addresses private issue https://dev.gitlab.org/gitlab/gitlabhq/issues/2227. See merge request !520
| * Set EmailsOnPush reply-to address to committer email when enabled.emailsonpush-replytoDouwe Maan2015-04-142-12/+24
| |
* | Follow newline guidelines.Douwe Maan2015-04-142-0/+13
| |
* | Consistently use "invitation" rather than "invite" in text.Douwe Maan2015-04-142-9/+13
| |
* | Let invites be declined.Douwe Maan2015-04-142-0/+26
| |
* | Add emails around invitation.Douwe Maan2015-04-142-4/+42
|/
* Merge branch 'reference-access-control' into 'master'Dmitriy Zaporozhets2015-04-134-8/+16
|\ | | | | | | | | | | | | | | Only allow users to reference groups, projects, issues, MRs, commits they have access to. Addresses https://dev.gitlab.org/gitlab/gitlabhq/issues/2183. See merge request !1742
| * Fix errors.Douwe Maan2015-04-024-8/+16
| |
* | Add ability to configure Reply-To address in gitlab.ymlStan Hu2015-04-031-1/+1
|/ | | | Closes #1305
* Enable more rubocop style checksDmitriy Zaporozhets2015-03-241-1/+1
|
* Don't use required keyword arguments to maintain support for Ruby 2.0.Douwe Maan2015-03-231-3/+7
|
* Clean up code by using keyword arguments.Douwe Maan2015-03-231-1/+7
|
* Send EmailsOnPush email when branch or tag is created or deleted.Douwe Maan2015-03-181-16/+44
|
* Use `group_member` instead of `users_group` or `membership`.Douwe Maan2015-03-151-4/+4
|
* Merge branch 'master' into 'master'Hannes Rosenögger2015-03-111-1/+1
|\ | | | | | | | | | | | | | | Make email display name configurable #216 See merge request !80
| * Make email display name configurableVyacheslav Slinko2015-03-111-1/+1
| |
* | Use Gitlab::Git helper methods and constants as much as possible.Douwe Maan2015-03-101-1/+1
|/