diff options
author | Dmitriy Zaporozhets <dzaporozhets@gitlab.com> | 2015-02-13 18:12:05 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dzaporozhets@gitlab.com> | 2015-02-13 18:12:05 +0000 |
commit | f91767db3d0d72f34797fffd9a037e75445a2e57 (patch) | |
tree | 90b95eaa5f0e37d73223df9428d9267f61a0533e /CHANGELOG | |
parent | 4d9756c1e8e8bb856dac608bc094c809966099ea (diff) | |
parent | 25e44d05300a6b5b35232b27b4ccb27f47f09a67 (diff) | |
download | gitlab-ce-f91767db3d0d72f34797fffd9a037e75445a2e57.tar.gz |
Merge branch 'oauth-password-http' into 'master'
Allow users that signed up via OAuth to set their password in order to use Git over HTTP(S)
See #1982.
![Screen Shot 2015-02-13 at 13.37.28](https://dev.gitlab.org/uploads/gitlab/gitlabhq/69fe527252/Screen_Shot_2015-02-13_at_13.37.28.png)
There's a similar tooltip for SSH: "Add an SSH key to your profile to pull or push via SSH". These are always shown on-hover, even if the persistent flash above was hidden.
cc @sytse
See merge request !1512
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 88923dcff84..0bf8de6bd17 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -52,6 +52,7 @@ v 7.8.0 (unreleased) - Clean the username acquired from OAuth/LDAP so it doesn't fail username validation and block signing up. - Show assignees in merge request index page (Kelvin Mutuma) - Link head panel titles to relevant root page. + - Allow users that signed up via OAuth to set their password in order to use Git over HTTP(S). v 7.7.2 - Update GitLab Shell to version 2.4.2 that fixes a bug when developers can push to protected branch |