diff options
author | Sean McGivern <sean@mcgivern.me.uk> | 2016-10-11 15:26:00 +0000 |
---|---|---|
committer | Sean McGivern <sean@mcgivern.me.uk> | 2016-10-11 15:26:00 +0000 |
commit | 960cd184d3357b5ca62794028f1f59435486adc1 (patch) | |
tree | a5e035faac042f4da5d0145ecf736460911ae133 /CHANGELOG | |
parent | 02a4cf4f32f5e555bd481ed767990e1abb43f782 (diff) | |
parent | b4004488f76d7360acd2f38277d617447c76b888 (diff) | |
download | gitlab-ce-960cd184d3357b5ca62794028f1f59435486adc1.tar.gz |
Merge branch 'guests_cant_see_mrs' into 'master'
Make guests unable to view MRs
## What does this MR do?
Make guests unable to view MRs. This also fixes a bug when a non-member user could get notification if mentioned (in private project, it's OK for public project).
Now if you are a guest and you will be mentioned in one of the MRs you won't get a notification.
## What are the relevant issue numbers?
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/1410
See merge request !6673
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 693f5179297..ba6c3f7c558 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -97,6 +97,7 @@ v 8.13.0 (unreleased) - Cleanup Ci::ApplicationController. !6757 (Takuya Noguchi) - Fix a typo in doc/api/labels.md - API: all unknown routing will be handled with 404 Not Found + - Make guests unable to view MRs on private projects v 8.12.5 (unreleased) - Update the mail_room gem to 0.8.1 to fix a race condition with the mailbox watching thread |