summaryrefslogtreecommitdiff
path: root/spec/services/notification_service_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Allow users to set custom notifications in projects they don't own and severa...Felipe Artur2016-06-171-3/+0
* Re-use notifications dropdown/modal for user profileFelipe Artur2016-06-171-14/+76
|\
| * Re-use notifications dropdown on user profileFelipe Artur2016-06-161-14/+74
| * Improve notification settings event keys and add some specsFelipe Artur2016-06-131-6/+50
* | Implement custom notification level optionsFelipe Artur2016-06-151-6/+50
* | Project members with guest role can't access confidential issuesDouglas Barbosa Alexandre2016-06-131-0/+11
|/
* Remove notification level fild from users, improve migrations and specsissue_3359_2Felipe Artur2016-06-101-3/+4
* Remove notification level from user modelFelipe Artur2016-06-101-10/+286
* Use the right default notification settings for non membersissue_9013Felipe Artur2016-05-191-12/+7
* Update documentationFelipe Artur2016-05-171-33/+34
* Improve documentation and add changelogFelipe Artur2016-05-171-1/+29
* Let users set notification levels in projects which they are not membersFelipe Artur2016-05-171-1/+7
* Support e-mail notifications for comments on project snippetsStan Hu2016-05-021-16/+49
* Reuse `User#notification_settings_for` when it's possibleDouglas Barbosa Alexandre2016-04-111-2/+2
* Small refactoring and cleanup of notification logicDmitriy Zaporozhets2016-03-301-6/+3
* Update NotificationService to use NotificationSettings instead of membershipDmitriy Zaporozhets2016-03-301-13/+13
* Restrict notifications for confidential issuesDouglas Barbosa Alexandre2016-03-221-0/+88
* Improving the original label-subscribing implementationRémy Coutable2016-03-151-64/+65
* Original implementation to allow users to subscribe to labelsTimothy Andrew2016-03-151-12/+75
* 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-0/+40
* Consider re-assign as a mention from a notification point of viewRémy Coutable2016-01-151-1/+17
* Fix notification specfix-notification-specDouwe Maan2016-01-051-1/+1
* Merge branch 'pr-9938' into 'master' Douwe Maan2016-01-051-0/+3
|\
| * Merge pull request GH-9938 from huacnlee/hotfix/note_mail_with_notificationpr-9938Douwe Maan2016-01-041-0/+3
* | Don't notify users twice if they are both project watchers and subscribersStan Hu2016-01-041-0/+12
|/
* Fix specmention-allDouwe Maan2015-12-251-0/+2
* Fix specsDouwe Maan2015-12-241-0/+1
* Tag service specsDouwe Maan2015-12-091-1/+1
* Fixed duplicated issue note email notifications.Anton Baklanov2015-12-061-3/+6
* fix notification_service specsValery Sizov2015-11-301-206/+139
* Note the original location of a moved project when notifying users of the moveproject_movingValery Sizov2015-10-011-3/+3
* Don't notify users without access to the project when they are (accidentally)...dont-notify-users-without-project-accessDouwe Maan2015-08-261-2/+9
* Send notification to all participants when MR is merged.Douwe Maan2015-07-301-1/+6
* Replace remaining references to `Note.create_cross_reference_note`Robert Speicher2015-06-221-2/+2
* Fix specs.unauthorized-participantsDouwe Maan2015-05-151-5/+10
* Link cross-project cross-reference notes to correct project.Douwe Maan2015-04-241-2/+2
* Fix notification service spec.Douwe Maan2015-04-151-1/+1
* Clean up code around commit mentions.Douwe Maan2015-04-151-1/+1
* Merge branch 'issue_subscription' into 'master'Dmitriy Zaporozhets2015-03-171-0/+32
|\
| * testsValery Sizov2015-03-161-0/+32
* | Use `group_member` instead of `users_group` or `membership`.Douwe Maan2015-03-151-3/+3
|/
* Updated rspec to rspec 3.x syntaxJeroen van Baarsen2015-02-121-32/+32
* Add issue/mr participants to reasign eventsDmitriy Zaporozhets2015-01-251-1/+6
* New feature: add 'Mention' notification levelDmitriy Zaporozhets2014-12-291-1/+15
* Huge replace of old users_project and users_group referencesDmitriy Zaporozhets2014-09-141-3/+3
* Test if reopen notifications are sent.Marin Jankovski2014-07-031-0/+38
* Fix tests because previous assignee didn't exist.Marin Jankovski2014-07-021-2/+2
* Test @all mentioning notifications.Marin Jankovski2014-06-231-0/+44
* More test fixesDmitriy Zaporozhets2014-04-031-2/+2
* Add a failing test.Marin Jankovski2014-04-011-4/+31