summaryrefslogtreecommitdiff
path: root/app/services/notification_service.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2014-03-251-0/+1
|\
| * Merge branch 'no-emails-for-mentions' into 'master'Dmitriy Zaporozhets2014-03-241-0/+1
| |\
| | * Don't send an email for "mentioned in" notesPierre de La Morinerie2014-02-241-0/+1
* | | Fix the merge notification email not being sentPierre de La Morinerie2014-03-241-1/+1
|/ /
* | Send emails from the authorPierre de La Morinerie2014-02-191-1/+1
|/
* Add email aliases for usersJason Hollingsworth2014-02-131-0/+7
* Remove deprecated findersskv2014-01-191-2/+2
* Move repo rename email to notification serviceDmitriy Zaporozhets2014-01-151-0/+9
* We welcome everyone to contribute.Sytse Sijbrandij2013-12-011-12/+12
* notify commit author of new notesJakub Zienkiewicz2013-09-131-6/+7
* Enable UsersGroup observer, Add group_member methods to NotificationServiceDmitriy Zaporozhets2013-09-121-0/+8
* Merge branch 'master' into karlhungus-mr-on-forkDmitriy Zaporozhets2013-08-081-7/+10
|\
| * Fix sending 2 emails on issue closeDmitriy Zaporozhets2013-08-041-0/+3
| * Merge pull request #4618 from jacargentina/notification-on-commitsDmitriy Zaporozhets2013-08-021-7/+7
| |\
| | * Fix notifications to handle participants and mentions on commits tooJavier Castro2013-07-241-7/+7
* | | Merge branch 'mr-on-fork' of https://github.com/karlhungus/gitlabhq into karl...Dmitriy Zaporozhets2013-07-301-17/+17
|\ \ \ | |/ / |/| |
| * | Style changes from review with @randxIzaak Alpert2013-07-171-4/+2
| * | Merge Request on forked projectsIzaak Alpert2013-07-171-18/+20
| |/
* | Fix typosJohannes Schleifenbaum2013-07-291-2/+2
|/
* Merge branch 'master' into 6-0-devDmitriy Zaporozhets2013-06-241-4/+11
|\
| * Show participants on issues, including mentions, and notify email to all part...Javier Castro2013-06-241-4/+11
* | Fix notifications for group projectsDmitriy Zaporozhets2013-06-211-8/+8
* | Respect group membership in notification serviceDmitriy Zaporozhets2013-06-211-0/+4
* | Adding groups to notification settingsDmitriy Zaporozhets2013-06-211-6/+11
|/
* Disable mailer for spinachDmitriy Zaporozhets2013-04-111-9/+13
* save each notification setting with ajax on changeDmitriy Zaporozhets2013-04-041-9/+31
* Fix notification issueDmitriy Zaporozhets2013-04-011-1/+1
* Fix Note notification for entities without assigneeDmitriy Zaporozhets2013-03-281-1/+4
* inslude author & assignee to note notification recipientsDmitriy Zaporozhets2013-03-281-1/+3
* rebuild notification on notes logicDmitriy Zaporozhets2013-03-281-16/+28
* Improve notification service testsDmitriy Zaporozhets2013-03-281-1/+1
* Add close issue/mr methods to Notify. Refactored NotificationserviceDmitriy Zaporozhets2013-03-281-33/+28
* add watchers to email recipients list. Add emails for close/merge MRDmitriy Zaporozhets2013-03-281-18/+60
* Fix NotificationService reassign_email methodDmitriy Zaporozhets2013-03-271-2/+2
* Fix NotificationService NameError for new issueDmitriy Zaporozhets2013-03-271-1/+1
* NotificationService respects disabled notifications nowDmitriy Zaporozhets2013-03-271-19/+43
* refactor observers test since email logic moved to serviceDmitriy Zaporozhets2013-03-261-0/+8
* Move new_note email logic to NotificationServiceDmitriy Zaporozhets2013-03-261-0/+28
* Use notificationService for MR reassignedDmitriy Zaporozhets2013-03-261-2/+16
* use NotificationService for handle notify logic when MR createdDmitriy Zaporozhets2013-03-261-1/+11
* reject current_user from close issue emailsDmitriy Zaporozhets2013-03-261-2/+10
* NotificationService for resolving email notification logicDmitriy Zaporozhets2013-03-261-0/+51