Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-15Allow disabling group/project email notificationsBrett Walker
2019-06-12Resolve "Email notifications do not work properly (issue due date)"Eugenia Grieff
2019-06-05Simplify notification check for participatingHeinrich Lee Yu
2019-05-31Simplify logic using new group notification settings methodWei-Meng Lee
2019-04-25Merge branch 'security-pb-email-watchers-no-access' into 'master'GitLab Release Tools Bot
2019-04-17Fix unexpected extra notification mailsPatrick Derichs
2019-04-16Stop sending emails to users who can't read commitPatrick Bajao
2019-03-06Adds the Rubocop ReturnNil copAndrew Newdigate
2019-02-26Merge branch 'fix-misspellings-app-comments' into 'master'Rémy Coutable
2019-02-25Revert "Merge branch 'fix-misspellings-app-comments' into 'master'"Michael Kozono
2019-02-25Fix misspellings in app/spec commentsTakuya Noguchi
2018-07-27Enable frozen string in app/models/*.rbgfyoung
2018-06-07Merge branch 'issue_44230' into 'master'Sean McGivern
2018-06-07 Apply notification settings level of groups to all child objectsFelipe Artur
2018-06-07Fix some N+1s when calculating notification recipientsSean McGivern
2018-04-18Resolve "Make a Rubocop that forbids returning from a block"🙈 jacopo beschi 🙉
2018-03-26Send notification emails when push to a merge requestYarNayar
2018-03-19Always notify new mentions even if explicitly unsubscribedMario de la Ossa
2018-02-22Port `read_cross_project` ability from EEBob Van Landuyt
2018-01-17Initial work to add notification reason to emailsMario de la Ossa
2018-01-11Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉
2017-08-22don't rely on order of notification levelshttp://jneen.net/
2017-08-12skip the :read_project check for new_project_memberhttp://jneen.net/
2017-08-12make NotificationRecipient a little more customizablehttp://jneen.net/
2017-08-03move the read_ability logic into NotificationRecipienthttp://jneen.net/
2017-08-03use the accessor for `type`http://jneen.net/
2017-08-03fix commenthttp://jneen.net/
2017-08-03use safe navigation on notification_settinghttp://jneen.net/
2017-08-03short-circuit if there is no policy, and add :read_project checkhttp://jneen.net/
2017-08-03style fixeshttp://jneen.net/
2017-08-03don't require projecthttp://jneen.net/
2017-08-03default the project to target.projecthttp://jneen.net/
2017-08-03move Recipient to its own NotificationRecipient filehttp://jneen.net/