summaryrefslogtreecommitdiff
path: root/lib/gitlab/o_auth
Commit message (Collapse)AuthorAgeFilesLines
...
* Allow custom label to be set for authentication providers.auth-icons-labelsDouwe Maan2015-07-231-8/+20
|
* Make provider a select for identities form in admin areaDmitriy Zaporozhets2015-06-221-0/+19
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix behavior of ldap_person method in Gitlab::OAuth::UserAlex Lossent2015-06-171-4/+5
| | | | | Code tweaks in 45e9150a caused the ldap_person method to not return expected results. Improved tests to cover the ldap_person method, which was previously stubbed.
* Tweak code.cernvcs/gitlab-ce-feature/auto_link_ldap_omniauthDouwe Maan2015-06-051-21/+24
|
* Add option to automatically link omniauth and LDAP identitiesAlex Lossent2015-06-031-4/+58
| | | | | | | | | | | | | | | Until now, a user needed to first sign in with his LDAP identity and then manually link his/her account with an omniauth identity from their profile. Only when this is done can the user authenticate with the omniauth provider and at the same time benefit from the LDAP integration (HTTPS authentication with LDAP username/password and in EE: LDAP groups, SSH keys etc.). This feature automates the process by looking up a corresponding LDAP person when a user connects with omniauth for the first time and then automatically linking the LDAP and omniauth identities (of course, like the existing allow_single_sign_on setting, this is meant to be used with trusted omniauth providers). The result is identical to a manual account link. Add config initializers for other omniauth settings.
* Improve OAuth signup error message.Douwe Maan2015-05-131-2/+2
|
* add common method to force utf8 and force oauth properties to be utf8Onur Küçük2015-05-031-7/+12
|
* Move lib/gitlab/oauth to lib/gitlab/o_authRobert Speicher2015-04-092-0/+160
Lets Rails autoload these files by name