summaryrefslogtreecommitdiff
path: root/app/mailers
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove duplicate settings for default_url_optionsRobert Speicher2015-04-251-6/+1
* 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.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
|\
| * Fix errors.Douwe Maan2015-04-024-8/+16
* | Add ability to configure Reply-To address in gitlab.ymlStan Hu2015-04-031-1/+1
|/
* 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 configurableVyacheslav Slinko2015-03-111-1/+1
* | Use Gitlab::Git helper methods and constants as much as possible.Douwe Maan2015-03-101-1/+1
|/
* Fix EmailsOnPush comparison link to include first commit.Douwe Maan2015-02-251-2/+2
* Fix EmailsOnPush to allow sending from @company.com for GitLab at gitlab.corp...Douwe Maan2015-02-251-1/+16
* Send EmailsOnPush when deleting commits using force push.Douwe Maan2015-02-251-1/+5
* Add option to disable code diffs to EmailOnPush.Douwe Maan2015-02-251-1/+2
* Add option to send EmailsOnPush from committer email if domain matches.Douwe Maan2015-02-252-4/+9
* Remove incorrect footer from EmailsOnPush body.Douwe Maan2015-02-251-0/+2
* Change EmailsOnPush subject to include namespace, repo and branch.Douwe Maan2015-02-251-3/+6
* Upgrade to Rails 4.1.9Vinnie Okada2015-02-144-16/+37
* Merge pull request #8749 from sashkab/b8748-emailheaderDmitriy Zaporozhets2015-02-081-0/+2
|\