summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-02-03 15:17:56 +0000
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-02-03 15:17:56 +0000
commit259c0d022f9ad810949a4f7724cb07590531984c (patch)
tree03a2ab63badff13838d7a3240e0fb043061a2947 /CHANGELOG
parentbb51e9c66ee91f70f11f210b03fe0a36885bb05d (diff)
parent7aa739ddc720dcba42a2f54934b10f369d4cf566 (diff)
downloadgitlab-ce-259c0d022f9ad810949a4f7724cb07590531984c.tar.gz
Merge branch 'stanhu/gitlab-ce-support-token-retrieval-by-headers' into 'master'
Support download access by PRIVATE-TOKEN header Originally opened at !2522. Currently there is no way to download a raw file without embedding the token in the URL, which exposes the token in the URL. There should be an way of sending this information via the header as the API does. Closes https://github.com/gitlabhq/gitlabhq/issues/8137 See merge request !2683
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 7d7154487ad..4c9b00084d5 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -6,6 +6,7 @@ v 8.5.0 (unreleased)
- Add "visibility" flag to GET /projects api endpoint
- Ignore binary files in code search to prevent Error 500 (Stan Hu)
- Render sanitized SVG images (Stan Hu)
+ - Support download access by PRIVATE-TOKEN header (Stan Hu)
- Upgrade gitlab_git to 7.2.23 to fix commit message mentions in first branch push
- New UI for pagination
- Don't prevent sign out when 2FA enforcement is enabled and user hasn't yet