summaryrefslogtreecommitdiff
path: root/app/mailers/emails
Commit message (Collapse)AuthorAgeFilesLines
...
* Address review commentsDouwe Maan2017-04-051-9/+7
|
* Address review commentsDouwe Maan2017-04-051-5/+0
|
* Fix specsDouwe Maan2017-04-051-0/+1
|
* Better notification emails for notes and (diff) discussionsDouwe Maan2017-04-051-2/+5
|
* All CI offline migrationsKamil Trzciński2017-03-171-30/+0
|
* extract pipeline mails layoutAlexis Reigel2017-02-221-2/+2
|
* Support notes without projectJarka Kadlecova2017-01-181-0/+8
|
* Add new template to handle both commit & mr noteshhoopes2016-11-251-0/+2
| | | | | | | | 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.
* Use bcc for pipeline emails because:Lin Jen-Shin2016-10-181-6/+11
| | | | | | We use bcc here because we don't want to generate this emails for a thousand times. This could be potentially expensive in a loop, and recipients would contain all project watchers so it could be a lot.
* Just show the first merge request we found, feedback:Lin Jen-Shin2016-10-141-1/+1
| | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6019#note_16963209
* Introduce Pipeline#merge_requests_with_active_first,Lin Jen-Shin2016-10-141-4/+1
| | | | | Feedback: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6019#note_16956802
* skip the premailer compilation step since css is already inlined for the ↵Mike Greiling2016-10-081-1/+1
| | | | pipeline emails
* prevent pipeline emails from using the normal layout wrapperMike Greiling2016-10-071-1/+4
|
* include pipeline ref in subject lineMike Greiling2016-10-061-3/+3
|
* update subject and email header messageMike Greiling2016-10-061-2/+4
|
* Merge remote-tracking branch 'upstream/master' into pipeline-emailsLin Jen-Shin2016-10-041-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/master: (372 commits) Enable Lint/StringConversionInInterpolation cop and autocorrect offenses resolve duplicated changelog entry credit myself :smile: change determine conditions override subject method in devise mailer follow the styleguide: Don't use parentheses around a literal wrap subject with method subject move spec back into shared example `an email sent from GitLab` stub config settings in spec remove empty line at block body end remove extra entry create new test in `spec/mailers/notify_spec.rb` move changelog to 8.13 add configurable email subject suffix Fixes sidebar navigation. Convert "SSH Keys" Spinach features to RSpec Enable import/export back for non-admins Update gitlab-shell to 3.6.3 Updated artwork of empty group state. Better empty state for Groups view. ...
| * wrap subject with method subjectFu Xu2016-10-031-1/+1
| |
* | Show open merge request against default branch if existsLin Jen-Shin2016-09-261-0/+4
| |
* | Try to integrate the email into notification systemLin Jen-Shin2016-09-131-7/+7
| |
* | no longer TODOLin Jen-Shin2016-09-011-2/+2
| |
* | Add mock email templatesLin Jen-Shin2016-09-011-9/+8
| |
* | Fix copy pastaLin Jen-Shin2016-08-311-1/+1
| |
* | Add a new pipeline email service. TODO: email templates and testsLin Jen-Shin2016-08-261-0/+38
|/
* Merge branch 'master' into diff-line-comment-vuejsConnor Shea2016-08-182-0/+10
|\
| * Add notifications for new user mentions in merge requestsNick Thomas2016-08-151-0/+5
| |
| * Send notification emails when users are newly mentioned in issue editsNick Thomas2016-08-121-0/+5
| |
* | Send notification email when all discussions are resolvedDouwe Maan2016-07-281-0/+7
|/
* Allow build email service to be testedissue_13343Felipe Artur2016-07-151-0/+1
|
* Simplify HAML code using unless condition and nestingPaco Guzman2016-07-061-1/+0
| | | Extract diff line data attributes to helper methods
* Diffs will create button/diff form on demand no on server sideJacob Schatz2016-07-061-0/+1
|
* Fallback to group's owners/masters when a project has none18757-fixRémy Coutable2016-06-201-0/+5
| | | | | | | A project in a group can have no explicit owners/masters, in that case we fallbacks to the group's owners/masters. Signed-off-by: Rémy Coutable <remy@rymai.me>
* fixed merge conflicts on UI branchJames Lopez2016-06-163-108/+87
|\
| * UI and copywriting improvements13948-access-request-to-projects-and-groupsRémy Coutable2016-06-141-56/+33
| | | | | | | | | | | | | | | | | | + Move 'Edit Project/Group' out of membership-related partial + Show the access request buttons only to logged-in users + Put the request access buttons out of in a more visible button + Improve the copy in the #remove_member_message helper Signed-off-by: Rémy Coutable <remy@rymai.me>
| * Factorize members mails into a new Emails::Members moduleRémy Coutable2016-06-143-144/+104
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * Add request access for groupsRémy Coutable2016-06-142-63/+63
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * Initial implementation of user access request to projectsDavid Alexander2016-06-141-0/+42
| |
* | adding notifications stuff and more refactoring for exporting projectsJames Lopez2016-06-141-0/+13
|/
* Syntax-highlight diffs in push emails17464-backport-email-syntax-highlightingSean McGivern2016-05-171-1/+2
| | | | | Based on: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/151
* Only generate repository push email onceSean McGivern2016-05-111-3/+2
| | | | | | | | | The repository push email can be very expensive to generate, especially with syntax-highlighted diffs. Instead of generating the email for each recipient, generate one email object and reset the Message-Id and To headers for each recipient. (Cloning would also be expensive in the case of large emails, although probably not as bad as generating from scratch.)
* Support e-mail notifications for comments on project snippetsStan Hu2016-05-021-0/+8
| | | | Closes #2334
* format merge request references properlyBen Bodenmiller2016-04-182-2/+2
|
* Add new notifications for issue move actionGrzegorz Bizon2016-03-171-0/+8
| | | | [ci skip]
* Create a SentNotification record for #relabeled_issue_email / ↵Rémy Coutable2016-03-152-10/+6
| | | | #relabeled_merge_request_email
* Improving the original label-subscribing implementationRémy Coutable2016-03-152-43/+37
| | | | | | | 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
* Original implementation to allow users to subscribe to labelsTimothy Andrew2016-03-152-4/+21
| | | | | | | | | | | | | | | | | | 1. Allow subscribing (the current user) to a label - Refactor the `Subscription` coffeescript class - The main change is that it accepts a container, and conducts all DOM queries within its scope. We need this because the labels page has multiple instances of `Subscription` on the same page. 2. Creating an issue or MR with labels notifies users subscribed to those labels - Label `has_many` subscribers through subscriptions. 3. Adding a label to an issue or MR notifies users subscribed to those labels - This only applies to subscribers of the label that has just been added, not all labels for the issue.
* Ensure "new SSH key" email do not ends up as dead Sidekiq jobsfix/ensure-no-new_ssh_key_email-dead-jobsRémy Coutable2016-03-151-1/+4
| | | | | | | | Related to #2235. This is done by: 1. Delaying the notification sending after the SSH key is commited in DB 2. Gracefully exit the mailer method if the record cannot be found
* Fix broken link in CI build notification emailsGrzegorz Bizon2016-02-121-6/+7
| | | | Closes #13199
* Added X-GitLab-... headers to emails from CI and Email On Push servicesAnton Baklanov2016-01-192-1/+18
| | | | Fixes #2098
* 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-093-76/+59
|