summaryrefslogtreecommitdiff
path: root/app/mailers/emails/notes.rb
Commit message (Collapse)AuthorAgeFilesLines
* Support e-mail notifications for comments on project snippetsStan Hu2016-05-021-0/+8
| | | | Closes #2334
* format merge request references properlyBen Bodenmiller2016-04-181-1/+1
|
* Minor improvements, unsubscribe from email footerZeger-Jan van de Weg2016-01-091-4/+4
|
* Unsubscribe from thread through link in email footerZeger-Jan van de Weg2016-01-091-22/+20
|
* Merge pull request GH-9938 from huacnlee/hotfix/note_mail_with_notificationpr-9938Douwe Maan2016-01-041-1/+1
| | | | Hotfix note mail with notification
* Remove duplication in mailers/emails/notes.rbDmitriy Zaporozhets2015-11-171-35/+40
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix reply by email for comments on a specific line in a diff/commit.reply-by-email-diffDouwe Maan2015-09-201-3/+3
|
* Move `sent_notification!` out of Notify.Douwe Maan2015-08-191-3/+3
|
* Reply by email POCDouwe Maan2015-08-181-0/+6
|
* Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-3/+10
| | | | | | 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.
* Allow more mail clients to group emails by threadPierre de La Morinerie2014-07-031-11/+12
| | | | | * send a 'In-Reply-To' header along the 'References' header * subject of answers to an existing thread begins with 'Re: '
* Revert "Merge branch 'fix-email-threading' into 'master'"Jacob Vosmaer2014-06-181-12/+11
| | | | | | | | | This reverts commit 97fd990ecde387290be269ef7daafa5761f94af6, reversing changes made to f451a697e0c018359e6d8ff3aaba4eb0484c4bee. Conflicts: app/mailers/emails/notes.rb app/mailers/emails/projects.rb
* Wipe wall notes featureDmitriy Zaporozhets2014-06-131-9/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Allow more mail clients to group emails by threadPierre de La Morinerie2014-06-101-11/+12
| | | | | | | * 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.
* Send notification emails to the "project", and put people in CcPierre de La Morinerie2014-06-101-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Merge pull request #6109 from jamit/masterDmitriy Zaporozhets2014-05-131-0/+2
|\ | | | | Added email threading for update emails on issues and merge requests
| * Now using correct ids as reference if we are informing about a new note.Philip Blatter2014-05-051-2/+2
| |
| * Added email threading for update emails on issues and merge requests (if the ↵Philip Blatter2014-05-051-0/+2
| | | | | | | | mail client support the References: mail header)
* | Remove markdown notation from notification emailsDrew Blessing2014-04-281-1/+1
|/
* Remove custom link to target in notification emailsPierre de La Morinerie2014-03-031-1/+1
| | | | | | 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.
* Add a "View in GitLab" link in notification emailsPierre de La Morinerie2014-03-031-0/+4
| | | | | | | | | | | | | | 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.
* Send emails from the authorPierre de La Morinerie2014-02-191-4/+8
| | | | | | | | | | | | This changes the email "From" field from "gitlab@example.com" to either: * "John Doe <gitlab@example.com>" if the author of the action is known, * "GitLab <gitlab@example.com>" otherwise. Rationale: this allow mails to appear as if they were sent by the author. It appears in the mailbox more like a real discussion between the sender and the receiver ("John sent: we should refactor this") and less like a robot notifying about something.
* Write the issue/merge request title in the notification email subjectPierre de La Morinerie2014-02-191-4/+8
| | | | | | | | | | | | | | | | | | | | | This changes the email subjects for issues and merge request notifications from: Team / Project | Note for issue #1234 to: Team / Project | Saving issue doesn't work sometimes (#1234) Rationale: * Scan the subject of the email notification more easily when catching up with a lot of notifications. Instead of having to open the email to get the title of the issue or merge request, one can simply read the subject of the email. * Group messages by subject: email clients will group emails in threads if they have the same subject.
* Fix minor errors/annoyances in email templatesDrew Blessing2013-11-081-4/+4
| | | | | | | | There was some funny syntax in merge request email templates. There was a ! before the merge request number when there probably should be a #. This may be some carry over from markdown but should not be in email templates. There were also some capitalization discrepancies among the subject lines. For those OCD people out there I standardized the capitalization. :)
* Fix the sigil for merge request emailsAbe Hassan2013-10-081-1/+1
|
* [#4821] - Fix some missing iidsRomain2013-08-261-2/+2
|
* Extend models functionality with old decorator methods. Use Repository modelDmitriy Zaporozhets2013-03-311-1/+0
|
* refactor emails a bit. Add email on ssh key creationDmitriy Zaporozhets2013-03-191-0/+31