summaryrefslogtreecommitdiff
path: root/app/models/notification_recipient.rb
Commit message (Expand)AuthorAgeFilesLines
* Port `read_cross_project` ability from EEBob Van Landuyt2018-02-221-0/+1
* Initial work to add notification reason to emailsMario de la Ossa2018-01-161-19/+17
* Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉2018-01-111-0/+1
* 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