An error occurred fetching the project authors.
- 23 Jul, 2019 1 commit
-
-
Heinrich Lee Yu authored
When a user's notification email is set for a group, we should use that for pipeline emails
-
- 24 Jun, 2019 1 commit
-
-
Sean McGivern authored
A Noteable doesn't have a group directly, unless it's an epic - we need to look for the project's group to find the right email address.
-
- 21 Jun, 2019 2 commits
-
-
Frank van Rest authored
Uniform new_issue_email html and text emails Uniform note_email html and text emails Uniform new_merge_request_email html and text emails Uniform new_epic_email html and text emails
-
Frank van Rest authored
Uniform new_issue_email html and text emails Uniform note_email html and text emails Uniform new_merge_request_email html and text emails
-
- 31 May, 2019 4 commits
-
-
Wei-Meng Lee authored
-
Wei-Meng Lee authored
- Select notification email by walking up group/subgroup path - Add settings UI to set group email notification address - Add tests
-
Wei-Meng Lee authored
-
Wei-Meng Lee authored
- Select notification email by walking up group/subgroup path - Add settings UI to set group email notification address - Add tests
-
- 27 Feb, 2019 2 commits
-
-
Alexandru Croitor authored
* Show header and footer system messages in email * Add email_header_and_footer_enabled flag to appearances table * Set email_header_and_footer_enabled default value to false * Add checkbox to appearance to toggle show header and footer in emails * Add email_header_and_footer_enabled to allowed params in controller * Add header and footer messages to the html and text email layouts * Remove the color styling for emails header and footer * Add empty_mailer layout for emails without layout, to have the header and footer applied
-
Alexandru Croitor authored
* Add email_header_and_footer_enabled flag to appearances table * Set email_header_and_footer_enabled default value to false * Add checkbox to appearance to toggle show header and footer in emails * Add email_header_and_footer_enabled to allowed params in controller * Add header and footer messages to the html and text email layouts * Remove the color styling for emails header and footer * Add empty_mailer layout for emails without layout, to have the header and footer applied
-
- 13 Dec, 2018 1 commit
-
-
Olivier Crête authored
-
- 16 Oct, 2018 1 commit
-
-
Lukas Eipert authored
These headers can be used to build URLs for API requests. Good examples would be Issues and Merge Requests
-
- 03 Aug, 2018 1 commit
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 27 Jul, 2018 1 commit
-
-
Toon Claes authored
The References header is an ordered list of mails, and some clients only look at the last mail in the list to determine to which mail the mail is in reply to. Therefore, to be a less obtrusive as possible, put the fallback address first. Some info about the reply key lookup in the References header: https://docs.gitlab.com/ee/administration/reply_by_email.html#how-it-works
-
- 03 Jun, 2018 1 commit
-
-
Takuya Noguchi authored
-
- 07 May, 2018 2 commits
-
-
Mario de la Ossa authored
-
Mario de la Ossa authored
-
- 23 Apr, 2018 2 commits
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 01 Sep, 2017 1 commit
-
-
Grzegorz Bizon authored
-
- 03 Aug, 2017 2 commits
-
-
Lin Jen-Shin authored
`:mailer` is needed to pick it easily, while `type: :mailer` is needed for picking it automatically for tests located in spec/mailers/*_spec.rb It's a bit complicated in spec/services/notification_service_spec.rb but we'll leave it alone for now.
-
Lin Jen-Shin authored
`:mailer` is needed to pick it easily, while `type: :mailer` is needed for picking it automatically for tests located in spec/mailers/*_spec.rb It's a bit complicated in spec/services/notification_service_spec.rb but we'll leave it alone for now.
-
- 02 Aug, 2017 2 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
-
- 01 Aug, 2017 2 commits
-
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
- 29 Mar, 2017 1 commit
-
-
Robert Speicher authored
-
- 27 Mar, 2017 1 commit
-
-
Robert Speicher authored
-
- 21 Mar, 2017 3 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
This one-off test case is covered in the Notify mailer spec, so there was no benefit in testing it every time this shared example was referenced.
-
Robert Speicher authored
This shared example was only used by this spec so having it in a separate file provided no benefit, at the cost of clarity. This also reduces the three `it` blocks into a single test with `aggregate_failures`.
-
- 13 Jan, 2017 1 commit
-
-
Pawel Chojnacki authored
- allows unsubscription processing of email in format "reply+%{key}+unsubscribe@acme.com" (example) - if config.address includes %{key} and replies are enabled every unsubscriable message will include mailto: link in its List-Unsubscribe header
-
- 22 Oct, 2016 1 commit
-
-
Jared Ready authored
-
- 17 Oct, 2016 1 commit
-
-
Lin Jen-Shin authored
-
- 03 Oct, 2016 4 commits
- 28 Sep, 2016 1 commit
-
-
Douwe Maan authored
-
- 26 Sep, 2016 1 commit
-
-
Sean McGivern authored
-