gitlab-org--gitlab-foss/app/mailers
Timothy Andrew 0444fa560a Original implementation to allow users to subscribe to labels
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.
2016-03-15 17:25:37 +01:00
..
emails Original implementation to allow users to subscribe to labels 2016-03-15 17:25:37 +01:00
.gitkeep init commit 2011-10-09 00:36:38 +03:00
abuse_report_mailer.rb Make AbuseReportMailer responsible for knowing if it should deliver 2016-01-04 18:59:25 -05:00
base_mailer.rb Migrate mailers to ActiveJob 2015-11-26 17:03:43 +02:00
devise_mailer.rb Revert "Allow to configure smtp and sendmail in gitlab.yml" 2015-05-06 17:39:18 +03:00
email_rejection_mailer.rb Generate valid Message-ID in email rejection mailer 2016-01-30 18:30:53 +08:00
notify.rb Added X-GitLab-... headers to emails from CI and Email On Push services 2016-01-19 20:18:39 +02:00