diff options
author | Robert Schilling <rschilling@student.tugraz.at> | 2016-04-12 21:34:24 +0200 |
---|---|---|
committer | Robert Schilling <rschilling@student.tugraz.at> | 2016-04-13 11:11:09 +0200 |
commit | b2f48d8c46cebcf2a576c18b661c3481b3450f3b (patch) | |
tree | 2586e6672f6b3b58bdc26b31d85099074528a43a /CHANGELOG | |
parent | 6bb71869b8c003e9e880646afa35050821e7dac9 (diff) | |
download | gitlab-ce-b2f48d8c46cebcf2a576c18b661c3481b3450f3b.tar.gz |
API: Return 404 if user does not have access to group
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index f3fc54219e4..77a88714517 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -40,6 +40,7 @@ v 8.7.0 (unreleased) - Fix admin/projects when using visibility levels on search (PotHix) - Build status notifications - API: Expose user location (Robert Schilling) + - API: Do not leak group existence via return code (Robert Schilling) - ClosingIssueExtractor regex now also works with colons. e.g. "Fixes: #1234" !3591 - Update number of Todos in the sidebar when it's marked as "Done". !3600 - API: Expose 'updated_at' for issue, snippet, and merge request notes (Robert Schilling) |