summaryrefslogtreecommitdiff
path: root/app/services/notification_service.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Replace regex methods by string ones since fasterCiro Santilli2014-12-281-1/+1
* | New feature: add 'Mention' notification levelDmitriy Zaporozhets2014-12-291-0/+33
|/
* Supporting for multiple omniauth provider for the same userValery Sizov2014-12-041-1/+1
* Remove unused password argument from notificationJacob Vosmaer2014-12-011-1/+1
* Mentioned users are not limited by project scope any moreDmitriy Zaporozhets2014-10-301-0/+1
* DRY mentioned in magic note constantCiro Santilli2014-10-191-1/+1
* Fix adminarea and emails for new membership logicDmitriy Zaporozhets2014-09-151-12/+12
* Huge replace of old users_project and users_group referencesDmitriy Zaporozhets2014-09-141-8/+8
* Do not sent a generated password via email for admin created user.Marin Jankovski2014-07-151-2/+2
* Merge branch 'notification_when_reopened' into 'master'Dmitriy Zaporozhets2014-07-051-0/+18
|\
| * Reopen mr email notification.Marin Jankovski2014-07-031-0/+4
| * Notification for reopened issue.Marin Jankovski2014-07-031-0/+14
* | Merge branch 'no_notification_for_merger' into 'master'Dmitriy Zaporozhets2014-07-031-0/+1
|\ \ | |/ |/|
| * Don't notify the user that triggered the mr notification.Marin Jankovski2014-07-031-1/+1
| * Remove new lines.Marin Jankovski2014-07-021-2/+0
| * Do not notify person who merged the MR.Marin Jankovski2014-07-021-0/+3
* | Remove unecessary return.Marin Jankovski2014-07-021-2/+1
* | When assigning an unassigned issue send notification with the correct text.Marin Jankovski2014-07-021-2/+13
|/
* Wipe wall notes featureDmitriy Zaporozhets2014-06-131-1/+0
* Fix testsDmitriy Zaporozhets2014-06-101-1/+1
* Add comments, fix style, better names for notification methods.Marin Jankovski2014-04-011-29/+40
* Use group notification settings while honoring project settings.Marin Jankovski2014-04-011-32/+41
* Add or remove watchers from list based on their notification settings.Marin Jankovski2014-04-011-15/+31
* Refactor project watchers collecting.Marin Jankovski2014-03-281-13/+33
* Use current_user for Notification#merge_mrDmitriy Zaporozhets2014-03-251-2/+2