| Commit message (Expand) | Author | Age | Files | Lines |
* | Notify only when unmergeable due to conflict | Mark Chao | 2018-06-20 | 1 | -2/+0 |
* | Plural reason(s) | Mark Chao | 2018-05-18 | 1 | -1/+1 |
* | Notify with email when merge request became unmergeable | lulalala | 2018-05-17 | 1 | -0/+8 |
* | Backport 5480-epic-notifications from EE | Mario de la Ossa | 2018-05-07 | 2 | -6/+12 |
* | Make avatar helpers available to emails | Douwe Maan | 2018-04-26 | 1 | -0/+1 |
* | Merge branch 'master' into 'stuartnelson3/gitlab-ce-stn/issue-due-email' | Sean McGivern | 2018-04-10 | 1 | -0/+1 |
|\ |
|
| * | Fix body of email when commits are pushed to an MR | Sean McGivern | 2018-04-03 | 1 | -0/+1 |
* | | Merge branch 'master' into stuartnelson3/gitlab-ce-stn/issue-due-email | Sean McGivern | 2018-03-30 | 1 | -0/+8 |
|\ \
| |/ |
|
| * | Send notification emails when push to a merge requestYarNayar/gitlab-ce-23460-send-email-when-pushing-more-commits-to-the-merge-request | YarNayar | 2018-03-26 | 1 | -0/+8 |
* | | Send email to recipients | Stuart Nelson | 2018-03-26 | 1 | -0/+6 |
|/ |
|
* | Use Project#full_name instead of name_with_namespace | Dmitriy Zaporozhets | 2018-03-07 | 1 | -1/+1 |
* | Add DNS verification to Pages custom domains | Nick Thomas | 2018-02-23 | 2 | -0/+44 |
* | Resolve "group request membership mail with too long list of "To:"" | 🙈 jacopo beschi 🙉 | 2018-02-19 | 1 | -9/+2 |
* | use Gitlab::UserSettings directly as a singleton instead of including/extendi... | Mario de la Ossa | 2018-02-02 | 2 | -7/+3 |
* | Initial work to add notification reason to emails | Mario de la Ossa | 2018-01-16 | 3 | -34/+38 |
* | Make discussion mail References all notes in the discussiontc-correct-email-in-reply-to | Toon Claes | 2017-12-13 | 1 | -4/+4 |
* | Make mail notifications of discussion notes In-Reply-To of each other | Toon Claes | 2017-12-13 | 2 | -5/+17 |
* | Send a confirmation email when the user adds a secondary email address. Utili... | Brett Walker | 2017-09-23 | 1 | -6/+0 |
* | `current_application_settings` belongs on `Gitlab::CurrentSettings` | Sean McGivern | 2017-08-31 | 1 | -1/+3 |
* | Speed up Group#user_ids_for_project_authorizations | Nick Thomas | 2017-08-14 | 1 | -2/+2 |
* | Rename many path_with_namespace -> full_path | Gabriel Mazetto | 2017-08-01 | 1 | -1/+1 |
* | find_by_id -> find_by(:id, ...) | Alexis Reigel | 2017-07-27 | 1 | -2/+2 |
* | notification email on add new gpg key | Alexis Reigel | 2017-07-27 | 1 | -0/+10 |
* | Create and use project path helpers that only need a project, no namespace | Douwe Maan | 2017-07-05 | 5 | -10/+11 |
* | use common devise layout and use heading style | Alexis Reigel | 2017-06-13 | 1 | -1/+1 |
* | use common layout for devise mailer | Alexis Reigel | 2017-06-13 | 1 | -1/+3 |
* | Bugfix: Always use the default language when generating emails.32748-emails-are-being-sent-with-the-wrong-language | Ruben Davila | 2017-05-25 | 1 | -0/+6 |
* | Backport of multiple_assignees_feature [ci skip] | Valery Sizov | 2017-05-04 | 1 | -2/+4 |
* | Rename GitlabMarkdownHelper -> MarkupHelper | Toon Claes | 2017-04-27 | 1 | -1/+1 |
* | Address review comments | Douwe Maan | 2017-04-05 | 1 | -9/+7 |
* | Address review comments | Douwe Maan | 2017-04-05 | 1 | -5/+0 |
* | Fix specs | Douwe Maan | 2017-04-05 | 2 | -2/+3 |
* | Better notification emails for notes and (diff) discussions | Douwe Maan | 2017-04-05 | 1 | -2/+5 |
* | Enable Style/Proc cop for rubocop | mhasbini | 2017-04-02 | 1 | -2/+2 |
* | All CI offline migrations | Kamil Trzciński | 2017-03-17 | 2 | -31/+0 |
* | Fix code for cops | Douwe Maan | 2017-02-23 | 1 | -5/+6 |
* | Enable Style/ConditionalAssignment | Douwe Maan | 2017-02-23 | 1 | -3/+3 |
* | extract pipeline mails layout | Alexis Reigel | 2017-02-22 | 1 | -2/+2 |
* | Update Rubocop to ruby 2.3zj-drop-ruby-21-tests | Z.J. van de Weg | 2017-02-07 | 1 | -1/+1 |
* | Merge branch 'no_project_notes' into 'master'
| Sean McGivern | 2017-01-25 | 1 | -0/+8 |
|\ |
|
| * | Support notes without project | Jarka Kadlecova | 2017-01-18 | 1 | -0/+8 |
* | | Handles unsubscribe from notifications via email | Pawel Chojnacki | 2017-01-13 | 1 | -6/+14 |
|/ |
|
* | Add new template to handle both commit & mr notes | hhoopes | 2016-11-25 | 1 | -0/+2 |
* | Merge remote-tracking branch 'upstream/master' into pipeline-notifications | Lin Jen-Shin | 2016-11-08 | 2 | -8/+8 |
|\ |
|
| * | Use method helper instead of add_template_helper | bogdanvlviv | 2016-11-06 | 2 | -8/+8 |
* | | Use bcc for pipeline emails because: | Lin Jen-Shin | 2016-10-18 | 1 | -6/+11 |
|/ |
|
* | Just show the first merge request we found, feedback: | Lin Jen-Shin | 2016-10-14 | 1 | -1/+1 |
* | Introduce Pipeline#merge_requests_with_active_first, | Lin Jen-Shin | 2016-10-14 | 1 | -4/+1 |
* | skip the premailer compilation step since css is already inlined for the pipe... | Mike Greiling | 2016-10-08 | 1 | -1/+1 |
* | prevent pipeline emails from using the normal layout wrapper | Mike Greiling | 2016-10-07 | 1 | -1/+4 |