| Commit message (Expand) | Author | Age | Files | Lines |
* | Syntax-highlight diffs in push emails17464-backport-email-syntax-highlighting | Sean McGivern | 2016-05-17 | 1 | -1/+2 |
* | Only generate repository push email once | Sean McGivern | 2016-05-11 | 1 | -3/+2 |
* | Support e-mail notifications for comments on project snippets | Stan Hu | 2016-05-02 | 1 | -0/+8 |
* | format merge request references properly | Ben Bodenmiller | 2016-04-18 | 2 | -2/+2 |
* | Add new notifications for issue move action | Grzegorz Bizon | 2016-03-17 | 1 | -0/+8 |
* | Create a SentNotification record for #relabeled_issue_email / #relabeled_merg... | Rémy Coutable | 2016-03-15 | 2 | -10/+6 |
* | Improving the original label-subscribing implementation | Rémy Coutable | 2016-03-15 | 2 | -43/+37 |
* | Original implementation to allow users to subscribe to labels | Timothy Andrew | 2016-03-15 | 2 | -4/+21 |
* | Ensure "new SSH key" email do not ends up as dead Sidekiq jobsfix/ensure-no-new_ssh_key_email-dead-jobs | Rémy Coutable | 2016-03-15 | 1 | -1/+4 |
* | Fix broken link in CI build notification emails | Grzegorz Bizon | 2016-02-12 | 1 | -6/+7 |
* | Added X-GitLab-... headers to emails from CI and Email On Push services | Anton Baklanov | 2016-01-19 | 2 | -1/+18 |
* | Minor improvements, unsubscribe from email footer | Zeger-Jan van de Weg | 2016-01-09 | 1 | -4/+4 |
* | Unsubscribe from thread through link in email footer | Zeger-Jan van de Weg | 2016-01-09 | 3 | -76/+59 |
* | Merge pull request GH-9938 from huacnlee/hotfix/note_mail_with_notificationpr-9938 | Douwe Maan | 2016-01-04 | 1 | -1/+1 |
* | Merge branch 'ci-services-migrate' into 'master'
| Kamil Trzciński | 2015-12-14 | 1 | -0/+15 |
|\ |
|
| * | Migrate CI::Services and CI::WebHooks to Services and WebHooks | Kamil Trzcinski | 2015-12-10 | 1 | -0/+15 |
* | | Fix specs by adding forgotten instance variable | Grzegorz Bizon | 2015-12-08 | 1 | -0/+3 |
* | | Remove obsolete variables in `repository_push_email` | Grzegorz Bizon | 2015-12-08 | 1 | -20/+5 |
* | | Improve Messagee::RepositoryPush | Grzegorz Bizon | 2015-12-08 | 1 | -3/+3 |
* | | Refactor RepositoryPush, move to Message namespace | Grzegorz Bizon | 2015-12-08 | 1 | -18/+20 |
* | | Extract repository_push_email to separate class | Grzegorz Bizon | 2015-12-08 | 1 | -77/+19 |
|/ |
|
* | Remove duplication in mailers/emails/notes.rb | Dmitriy Zaporozhets | 2015-11-17 | 2 | -45/+52 |
* | Remove duplication in issue emails | Dmitriy Zaporozhets | 2015-11-16 | 1 | -36/+30 |
* | Note the original location of a moved project when notifying users of the moveproject_moving | Valery Sizov | 2015-10-01 | 1 | -1/+2 |
* | Fix reply by email for comments on a specific line in a diff/commit.reply-by-email-diff | Douwe Maan | 2015-09-20 | 1 | -3/+3 |
* | Move `sent_notification!` out of Notify. | Douwe Maan | 2015-08-19 | 3 | -12/+12 |
* | Make MR notification email subject more standard. | Douwe Maan | 2015-08-19 | 1 | -42/+1 |
* | Reply by email POC | Douwe Maan | 2015-08-18 | 3 | -1/+24 |
* | Prefix EmailsOnPush email subject with `[Git]`.emailsonpush-prefix | Douwe Maan | 2015-05-25 | 1 | -1/+2 |
* | Revert "Allow to configure smtp and sendmail in gitlab.yml" | Dmitriy Zaporozhets | 2015-05-06 | 1 | -1/+1 |
* | Allow to configure smtp and sendmail in gitlab.yml | Jakub Jirutka | 2015-05-06 | 1 | -1/+1 |
* | Let commit model know about its project. | Douwe Maan | 2015-04-24 | 1 | -3/+3 |
* | Merge branch 'emailsonpush-replyto' into 'master' | Dmitriy Zaporozhets | 2015-04-15 | 1 | -3/+11 |
|\ |
|
| * | Set EmailsOnPush reply-to address to committer email when enabled.emailsonpush-replyto | Douwe Maan | 2015-04-14 | 1 | -3/+11 |
* | | Follow newline guidelines. | Douwe Maan | 2015-04-14 | 2 | -0/+13 |
* | | Consistently use "invitation" rather than "invite" in text. | Douwe Maan | 2015-04-14 | 2 | -9/+13 |
* | | Let invites be declined. | Douwe Maan | 2015-04-14 | 2 | -0/+26 |
* | | Add emails around invitation. | Douwe Maan | 2015-04-14 | 2 | -4/+42 |
|/ |
|
* | Fix errors. | Douwe Maan | 2015-04-02 | 3 | -5/+7 |
* | Don't use required keyword arguments to maintain support for Ruby 2.0. | Douwe Maan | 2015-03-23 | 1 | -3/+7 |
* | Clean up code by using keyword arguments. | Douwe Maan | 2015-03-23 | 1 | -1/+7 |
* | Send EmailsOnPush email when branch or tag is created or deleted. | Douwe Maan | 2015-03-18 | 1 | -16/+44 |
* | Use `group_member` instead of `users_group` or `membership`. | Douwe Maan | 2015-03-15 | 1 | -4/+4 |
* | Use Gitlab::Git helper methods and constants as much as possible. | Douwe Maan | 2015-03-10 | 1 | -1/+1 |
* | Fix EmailsOnPush comparison link to include first commit. | Douwe Maan | 2015-02-25 | 1 | -2/+2 |
* | Send EmailsOnPush when deleting commits using force push. | Douwe Maan | 2015-02-25 | 1 | -1/+5 |
* | Add option to disable code diffs to EmailOnPush. | Douwe Maan | 2015-02-25 | 1 | -1/+2 |
* | Add option to send EmailsOnPush from committer email if domain matches. | Douwe Maan | 2015-02-25 | 1 | -3/+3 |
* | Remove incorrect footer from EmailsOnPush body. | Douwe Maan | 2015-02-25 | 1 | -0/+2 |
* | Change EmailsOnPush subject to include namespace, repo and branch. | Douwe Maan | 2015-02-25 | 1 | -3/+6 |