summaryrefslogtreecommitdiff
path: root/app/services/notification_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Quiet pipeline emailsquiet-pipelinesSean McGivern2017-04-031-2/+2
* Merge branch 'master' into sh-bring-back-option-to-be-notified-of-own-activityStan Hu2017-03-171-304/+19
|\
| * Resolve "Extract logic of who should receive notification into separate classes"Dongqing Hu2017-03-171-304/+19
* | Revert "Merge branch '8836-mr-revert' into 'master'Stan Hu2017-03-161-5/+6
|/
* Revert "Merge branch 'option-to-be-notified-of-own-activity' into 'master'Stan Hu2017-03-151-6/+5
* use policies to protect sending emailhttp://jneen.net/2017-03-091-1/+1
* Update occurrences of MWBS to MWPSfix/mwbs-to-mwpsJames Lopez2017-03-011-1/+1
* Remove `try` from NotificationService#build_recipientsRichard Macklin2017-02-031-1/+1
* Refactor NotificationService#pipeline_finished to use skip_current_userRichard Macklin2017-02-031-2/+3
* Update NotificationService to respect User#notified_of_own_activityRichard Macklin2017-02-011-3/+3
* Fix notification when global=disabled, group=watch395-fix-notification-when-group-set-to-watchamaia2017-01-301-4/+4
* address commentsJarka Kadlecova2017-01-251-14/+9
* Support notes without projectJarka Kadlecova2017-01-181-7/+20
* Introduce EXCLUDED_WATCHER_EVENTS to exclude eventsremove-successful-pipeline-emails-for-nowLin Jen-Shin2017-01-051-2/+1
* Make successful pipeline emails off for watchersLin Jen-Shin2017-01-051-1/+5
* Rephrase some system notes to be compatible with new system note stylerephrase-system-notesDouwe Maan2016-11-241-1/+0
* Refactoring notification service to find subscriptions per projectDouglas Barbosa Alexandre2016-11-171-13/+13
* Fix small typo on NotificationServiceDouglas Barbosa Alexandre2016-11-171-1/+1
* Well pusher's privilege for read_build could be removedLin Jen-Shin2016-10-221-1/+3
* Send only to users have :read_build access, feedback:Lin Jen-Shin2016-10-211-3/+8
* Should send to notification_email instead, feedback:Lin Jen-Shin2016-10-201-1/+1
* Use bcc for pipeline emails because:Lin Jen-Shin2016-10-181-3/+1
* recipients should be a list of emailsLin Jen-Shin2016-10-171-2/+2
* Revert "Revert this until we do notifications"Lin Jen-Shin2016-10-171-1/+1
* Revert "Split notification integration into another branch"Lin Jen-Shin2016-10-171-0/+16
* Make guests unable to view MRsguests_cant_see_mrsValery Sizov2016-10-111-2/+4
* Fix RuboCop failure in app/services/notification_service.rbRobert Speicher2016-10-021-2/+7
* Notify current_user about automatic merge after successful buildDimitris Karakasilis2016-09-291-5/+9
* Fix notification_service argument error of declined invitation emailsPaco Guzman2016-08-191-2/+0
* Merge branch 'master' into diff-line-comment-vuejsConnor Shea2016-08-181-0/+37
|\
| * Allow people to subscribe to mentions in updated MRs and IssuesNick Thomas2016-08-151-1/+2
| * Add notifications for new user mentions in merge requestsNick Thomas2016-08-151-0/+14
| * Send notification emails when users are newly mentioned in issue editsNick Thomas2016-08-121-1/+23
* | Send notification email when all discussions are resolvedDouwe Maan2016-07-281-1/+9
|/
* Services: code style fixes, minor refactoringservices_refactoring1Valery Sizov2016-07-061-0/+2
* New Members::DestroyServiceRémy Coutable2016-06-181-14/+7
* Merge branch 'issue_12758' into 'master' Douwe Maan2016-06-171-35/+81
|\
| * Re-use notifications dropdown/modal for user profileFelipe Artur2016-06-171-6/+26
| |\
| | * Re-use notifications dropdown on user profileFelipe Artur2016-06-161-6/+24
| | * Refactor custom notifications controller code and add specsFelipe Artur2016-06-141-1/+2
| | * Remove schema from branch historyFelipe Artur2016-06-131-0/+5
| | * Improve notification settings event keys and add some specsFelipe Artur2016-06-131-29/+33
| | * Implement custom notification level optionsFelipe Artur2016-06-131-22/+38
| * | Implement custom notification level optionsFelipe Artur2016-06-151-34/+60
* | | Fix a 'wrong number of arguments' errorRémy Coutable2016-06-171-1/+1
* | | fixed merge conflicts on UI branchJames Lopez2016-06-161-18/+40
|\ \ \ | |/ /
| * | UI and copywriting improvements13948-access-request-to-projects-and-groupsRémy Coutable2016-06-141-15/+15
| * | Factorize members mails into a new Emails::Members moduleRémy Coutable2016-06-141-14/+16
| * | Add request access for groupsRémy Coutable2016-06-141-8/+14
| * | Initial implementation of user access request to projectsDavid Alexander2016-06-141-0/+12
| |/