summaryrefslogtreecommitdiff
path: root/app/models/notification_recipient.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-10-071-2/+0
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-09-091-0/+10
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-07-191-0/+4
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-09-291-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-07-281-3/+10
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-271-3/+5
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-271-2/+9
* Allow disabling group/project email notificationsBrett Walker2019-08-151-0/+8
* Resolve "Email notifications do not work properly (issue due date)"Eugenia Grieff2019-06-121-2/+3
* Simplify notification check for participatingsimplify-pipeline-notification-checkHeinrich Lee Yu2019-06-061-7/+1
* Simplify logic using new group notification settings methodWei-Meng Lee2019-05-311-17/+5
* Merge branch 'security-pb-email-watchers-no-access' into 'master'GitLab Release Tools Bot2019-04-251-8/+12
|\
| * Stop sending emails to users who can't read commitPatrick Bajao2019-04-161-8/+12
* | Fix unexpected extra notification mailsPatrick Derichs2019-04-171-12/+8
|/
* Adds the Rubocop ReturnNil copAndrew Newdigate2019-03-061-2/+2
* Merge branch 'fix-misspellings-app-comments' into 'master'Rémy Coutable2019-02-261-1/+1
* Revert "Merge branch 'fix-misspellings-app-comments' into 'master'"Michael Kozono2019-02-251-1/+1
* Fix misspellings in app/spec commentsTakuya Noguchi2019-02-251-1/+1
* Enable frozen string in app/models/*.rbrepo-forks/gitlab-ce-frozen-string-enable-app-modelsgfyoung2018-07-261-0/+2
* Merge branch 'issue_44230' into 'master'Sean McGivern2018-06-071-2/+27
|\
| * Apply notification settings level of groups to all child objectsFelipe Artur2018-06-071-2/+27
* | Fix some N+1s when calculating notification recipientsSean McGivern2018-06-071-1/+1
|/
* Resolve "Make a Rubocop that forbids returning from a block"🙈 jacopo beschi 🙉2018-04-181-6/+6
* Send notification emails when push to a merge requestYarNayar/gitlab-ce-23460-send-email-when-pushing-more-commits-to-the-merge-requestYarNayar2018-03-261-3/+12
* Always notify new mentions even if explicitly unsubscribed43933-always-notify-mentionsMario de la Ossa2018-03-191-1/+2
* 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