- Dec 10, 2019
-
-
GitLab Bot authored
-
- Sep 30, 2019
-
-
GitLab Bot authored
-
- Sep 13, 2019
-
-
GitLab Bot authored
-
GitLab Bot authored
-
- Sep 02, 2019
-
-
The 'assigned' reason doesn't apply to notes, but the other two can ('mentioned' and 'own_activity'), so we can still use this for note emails.
-
- Jul 01, 2019
-
-
Heinrich Lee Yu authored
This reverts to previous behavior where we have the group only when we don't have a project
-
- Jun 24, 2019
-
-
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.
-
- May 31, 2019
-
-
Wei-Meng Lee authored
- Select notification email by walking up group/subgroup path - Add settings UI to set group email notification address - Add tests
-
- Nov 29, 2018
-
-
Cindy Pallares authored
[master]Fixed ability to comment on and edit/delete comments on locked or confidential issues See merge request gitlab/gitlabhq!2612
-
- Nov 28, 2018
-
-
Chantal Rollison authored
-
- Aug 15, 2018
-
-
gfyoung authored
-
- May 07, 2018
-
-
Mario de la Ossa authored
-
- Dec 13, 2017
-
-
Toon Claes authored
When a note is part of a discussion, the email sent out should be `In-Reply-To` the previous note in that discussion. Closes gitlab-org/gitlab-ce#36054
-
- Jul 05, 2017
-
-
Douwe Maan authored
-
- Apr 05, 2017
-
-
- Jan 18, 2017
-
-
Jarka Kadlecova authored
-
- Nov 25, 2016
-
-
hhoopes authored
Currently comments on commits and merge requests do not require merge request- or commit-specific information, but can use the same template. Rather than change the method which calls the template, I opted to keep the templates separate and create a new template to highlight their identicality, while preserving the option to distinguish them from each other in the future. Also removed some of the inconsistencies between text and html email versions. Still needed is a text-only version of git diffs and testing.
-
- May 02, 2016
-
-
Stan Hu authored
Closes #2334
-
- Apr 19, 2016
-
-
Ben Bodenmiller authored
-
- Jan 09, 2016
-
-
Zeger-Jan van de Weg authored
-
Zeger-Jan van de Weg authored
-
- Jan 04, 2016
-
-
Hotfix note mail with notification
-
- Nov 17, 2015
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Sep 20, 2015
-
-
Douwe Maan authored
-
- Aug 19, 2015
-
-
Douwe Maan authored
-
- Aug 18, 2015
-
-
Douwe Maan authored
-
- Feb 14, 2015
-
-
Vinnie Okada authored
Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
-
- Jul 03, 2014
-
-
Pierre de La Morinerie authored
* send a 'In-Reply-To' header along the 'References' header * subject of answers to an existing thread begins with 'Re: '
-
- Jun 18, 2014
-
-
Jacob Vosmaer (GitLab) authored
This reverts commit 97fd990e, reversing changes made to f451a697. Conflicts: app/mailers/emails/notes.rb app/mailers/emails/projects.rb
-
- Jun 13, 2014
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Jun 10, 2014
-
-
Pierre de La Morinerie authored
* send a ‘In-Reply-To’ header along the ‘References’ header * subject of answers to an existing thread begins with ‘Re: ’ This fixes threading with at least Mail.app and Airmail.
-
Pierre de La Morinerie authored
This fixes email threading in Mail.app, that doesn't like when a thread doesn't have stable recipients. For instance, here is a possible sender-recipient combinations before: From: A To: Me New issue From: B To: Me Reply on new issue From: A To: Me Another reply Mail.app doesn't see B as a participant to the original email thread, and decides to break the thread: it will group all messages from A together, and separately all messages from B. This commit makes the thread look like this: From: A To: gitlab/project Cc: Me New issue From: B To: gitlab/project Cc: Me Reply on new issue From: A To: gitlab/project Cc: Me Another reply Mail.app sees a common recipient, and group the thread correctly.
-
- May 05, 2014
-
-
Philip Blatter authored
-
Philip Blatter authored
Added email threading for update emails on issues and merge requests (if the mail client support the References: mail header)
-
- Apr 28, 2014
-
-
Drew Blessing authored
-
- Mar 03, 2014
-
-
Pierre de La Morinerie authored
Every email has a different way of showing a link to the discussion on the website. We don't need this anymore, as we now have a standard "View in GitLab" link in the footer of every email.
-
Pierre de La Morinerie authored
When an email notification concerns a specific object (issue, note, merge request, etc.), add a link to the footer of the email that opens the item's page in a web browser. Rationale: * The link is predictable: always the same text, always at the same location, like any reliable tool. * It allows to remove the inline-title in many emails, and leave only the actual content of the message.
-