summaryrefslogtreecommitdiff
path: root/app/services/notification_service.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Remove code duplication in notification_service.rbDmitriy Zaporozhets2015-11-171-28/+18
|/
* Note the original location of a moved project when notifying users of the moveproject_movingValery Sizov2015-10-011-2/+2
* Don't notify users without access to the project when they are (accidentally)...dont-notify-users-without-project-accessDouwe Maan2015-08-261-3/+8
* Send notification to all participants when MR is merged.Douwe Maan2015-07-301-40/+9
* Fix.Douwe Maan2015-05-151-1/+1
* Move stuff around a bit in NotifictionService.Douwe Maan2015-05-151-8/+15
* No longer needed to pass project argument to commit methods.Douwe Maan2015-04-241-3/+1
* Only send note notifications to people accessible by the note author.Douwe Maan2015-04-151-2/+2