diff options
author | Andrey Krivko <jastkand@gmail.com> | 2014-10-22 22:29:26 +0700 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-10-30 18:29:18 +0200 |
commit | bafd30f92cfb754fe6864c9cd595df10b52b11f2 (patch) | |
tree | 5f46e2435bf87e4b52b4b459bcffe5f2754d3789 /CHANGELOG | |
parent | 8388bbe82918d2fca2600620f48e048ccfab2c97 (diff) | |
download | gitlab-ce-bafd30f92cfb754fe6864c9cd595df10b52b11f2.tar.gz |
Session API: Use case-insensitive authentication like in UI
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG index 1d1c6d26e11..924f9c6204d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -5,6 +5,7 @@ v 7.5.0 - Fix LDAP config lookup for provider 'ldap' - Add Atlassian Bamboo CI service (Drew Blessing) - Mentioned @user will receive email even if he is not participating in issue or commit + - Session API: Use case-insensitive authentication like in UI (Andrey Krivko) v 7.4.2 - Fix internal snippet exposing for unauthenticated users @@ -49,7 +50,7 @@ v 7.4.0 - Fix ambiguous sha problem with mentioned commit - Fixed bug with apostrophe when at mentioning users - Add active directory ldap option - - Developers can push to wiki repo. Protected branches does not affect wiki repo any more + - Developers can push to wiki repo. Protected branches does not affect wiki repo any more - Faster rev list - Fix branch removal |