summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorAlex Lossent <alexandre.lossent@cern.ch>2015-08-12 17:20:01 +0200
committerAlex Lossent <alexandre.lossent@cern.ch>2015-08-12 17:31:35 +0200
commitfb6e8008c4010aa5445b129e5b18e379a0ef487e (patch)
treeb02a83c7bfc51bbeb3307ce9a10659044dae4313 /CHANGELOG
parentcd579cb2ff45f3fc1513bb6ea74b53a2229276ae (diff)
downloadgitlab-ce-fb6e8008c4010aa5445b129e5b18e379a0ef487e.tar.gz
Fix redirection after sign in when using auto_sign_in_with_provider
Logic for redirect path moved to a filter.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 16ed0470f8e..49c6bae437c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -56,6 +56,7 @@ v 7.14.0 (unreleased)
- Include branch/tag name in archive file and directory name
- Add dropzone upload progress
- Add a label for merged branches on branches page (Florent Baldino)
+ - Fix redirection after sign in when using auto_sign_in_with_provider
v 7.13.3
- Fix bug causing Bitbucket importer to crash when OAuth application had been removed.