summaryrefslogtreecommitdiff
path: root/app/services/notification_service.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
| * Remove notification level fild from users, improve migrations and specsissue_3359_2Felipe Artur2016-06-101-3/+5
| * Remove notification level from user modelFelipe Artur2016-06-101-8/+8
* | adding notifications stuff and more refactoring for exporting projectsJames Lopez2016-06-141-0/+8
|/
* Incorportate feedbackZ.J. van de Weg2016-06-011-1/+1
* Create table for award emojiZeger-Jan van de Weg2016-05-061-1/+0
* Reuse `User#notification_settings_for` when it's possibleDouglas Barbosa Alexandre2016-04-111-2/+2
* Remove useless Notification modelDmitriy Zaporozhets2016-03-301-9/+15
* Refactor notification helper and fix notification serviceDmitriy Zaporozhets2016-03-301-1/+1
* Update NotificationService to use NotificationSettings instead of membershipDmitriy Zaporozhets2016-03-301-18/+16
* Restrict notifications for confidential issuesDouglas Barbosa Alexandre2016-03-221-1/+11
* Add new notifications for issue move actionGrzegorz Bizon2016-03-171-0/+10
* Reuse existing issue services when moving issueGrzegorz Bizon2016-03-171-8/+0
* Add initial notifications and hooks for issue moveGrzegorz Bizon2016-03-171-0/+8
* Improving the original label-subscribing implementationRémy Coutable2016-03-151-36/+36
* Original implementation to allow users to subscribe to labelsTimothy Andrew2016-03-151-0/+44
* This will ensure previous assignee gets an email even if his notif level is "...fix-consider-re-assign-as-a-mentionRémy Coutable2016-01-151-5/+4
* Consider re-assign as a mention from a notification point of viewRémy Coutable2016-01-151-5/+11
* Don't notify users twice if they are both project watchers and subscribersStan Hu2016-01-041-0/+1
* Fixed duplicated issue note email notifications.Anton Baklanov2015-12-061-0/+1
* fix notification_service specsValery Sizov2015-11-301-3/+2
* Migrate mailers to ActiveJobValery Sizov2015-11-261-22/+52
* award emojiValery Sizov2015-11-191-0/+1
* Merge branch 'adamliesko/gitlab-ce-notification-upon-unassignment' into 'mast...Robert Speicher2015-11-171-4/+8
|\
| * Remove extra spaceadamliesko/gitlab-ce-notification-upon-unassignmentDouwe Maan2015-11-171-1/+1
| * Don't fail when there was no previous assigneeDouwe Maan2015-11-171-8/+10
| * Add notification to the former assignee upon unassignmentadamliesko2015-11-091-2/+4