summaryrefslogtreecommitdiff
path: root/app/models/notification_recipient.rb
Commit message (Expand)AuthorAgeFilesLines
* don't rely on order of notification levelshttp://jneen.net/2017-08-211-27/+26
* skip the :read_project check for new_project_memberhttp://jneen.net/2017-08-111-1/+6
* make NotificationRecipient a little more customizablehttp://jneen.net/2017-08-111-3/+15
* move the read_ability logic into NotificationRecipienthttp://jneen.net/2017-08-031-4/+18
* use the accessor for `type`http://jneen.net/2017-08-031-1/+1
* fix commenthttp://jneen.net/2017-08-031-1/+2
* use safe navigation on notification_settinghttp://jneen.net/2017-08-031-1/+1
* short-circuit if there is no policy, and add :read_project checkhttp://jneen.net/2017-08-031-3/+6
* style fixeshttp://jneen.net/2017-08-031-7/+8
* don't require projecthttp://jneen.net/2017-08-031-3/+1
* default the project to target.projecthttp://jneen.net/2017-08-031-3/+9
* move Recipient to its own NotificationRecipient filehttp://jneen.net/2017-08-031-0/+102