summaryrefslogtreecommitdiff
path: root/app/services/notification_service.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clean up code around commit mentions.Douwe Maan2015-04-151-8/+3
* Fix for snippets.fix-mention-notificationDouwe Maan2015-04-151-2/+4
* Fix Mention notification level.Douwe Maan2015-04-151-24/+13
* Let invites be declined.Douwe Maan2015-04-141-0/+8
* Add emails around invitation.Douwe Maan2015-04-141-0/+16
* Slightly refactor getting note notification recipients.Douwe Maan2015-04-021-14/+23
* Fix cross references when usernames, milestones, or project names contain und...Stan Hu2015-03-191-1/+1
* Merge branch 'issue_subscription' into 'master'Dmitriy Zaporozhets2015-03-171-0/+29
|\
| * testsValery Sizov2015-03-161-1/+3
| * fix specsValery Sizov2015-03-161-10/+19
| * rename table subscribe; make it polymorficValery Sizov2015-03-161-5/+5
| * code folding fixValery Sizov2015-03-161-5/+5
| * SubscriptionValery Sizov2015-03-151-0/+18
* | Use `member` instead of `tm`.Douwe Maan2015-03-151-12/+12
* | Use `project_member` instead of `team_member`.Douwe Maan2015-03-151-6/+6
* | Use `group_member` instead of `users_group` or `membership`.Douwe Maan2015-03-151-5/+5
|/
* Blocking user does not remove him/her from project/groups but show blocked labelDmitriy Zaporozhets2015-03-091-0/+1
* Add issue/mr participants to reasign eventsDmitriy Zaporozhets2015-01-251-37/+15
* Include issue/mr participants in list of recipients for close/reopen emailsDmitriy Zaporozhets2015-01-251-2/+16
* Fix various typosSteven Burgart2015-01-181-1/+1
* Merge pull request #8096 from cirosantilli/regex-to-stringDmitriy Zaporozhets2015-01-151-1/+1
|\