- 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
- 26 Sep, 2016 1 commit
-
-
Sean McGivern authored
-
- 20 Sep, 2016 1 commit
-
-
Maximiliano Perez Coto authored
* Created a force=true param that will continue with the previous behaviour of the unsubscribe method * Created a filter for not-logged users so they see a unsubsribe confirmation page * Added the List-Unsubscribe header on emails so the email client can display it on top
-
- 03 Jun, 2016 2 commits
-
-
James Lopez authored
This reverts commit 3e991230.
-
James Lopez authored
# Conflicts: # app/models/project.rb
-
- 24 May, 2016 1 commit
-
-
Robert Speicher authored
Also removes the note from the development/testing.md guide
-
- 05 Apr, 2016 1 commit
-
-
Robert Speicher authored
Closes #14943.
-
- 25 Mar, 2016 2 commits
-
-
Rémy Coutable authored
Improve and finish the fallback to the In-Reply-To and References header for the reply-by-email feature A few things to note: - The IncomingEmail feature is now enabled even without a correctly-formatted sub-address - Message-ID for new thread mail are kept the same so that subsequent notifications to this thread are grouped in the thread by the email service that receives the notification (i.e. In-Reply-To of the answer == Message-ID of the first thread message) - To maximize our chance to be able to retrieve the reply key, we look for it in the In-Reply-To header and the References header - The pattern for the fallback reply message id is "reply-[key]@[gitlab_host]" - Improve docs thanks to Axil
-
David Padilla authored
-
- 15 Mar, 2016 1 commit
-
-
Rémy Coutable authored
1. Make the "subscribed" text in Issuable sidebar reflect the labels subscription status 2. Current user mut be logged-in to toggle issue/MR/label subscription
-
- 12 Feb, 2016 1 commit
-
-
Grzegorz Bizon authored
This also extracts shared examples for notification emails to separate file.
-