summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/oauth
Commit message (Collapse)AuthorAgeFilesLines
* Supporting for multiple omniauth provider for the same userValery Sizov2014-12-041-3/+4
|
* Fix account existing blockingDmitriy Zaporozhets2014-10-171-10/+66
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add regressiontest to verify allow_single_sign_on settingJan-Willem van der Meer2014-10-161-11/+8
| | | | | | | verification for #1677 Since testing omniauth_callback_controller.rb is very difficult, the logic is moved to the models
* Remove LDAP save testJan-Willem van der Meer2014-10-161-8/+8
| | | | This is handled within the LDAP class
* Refactor OAuth refactorings to CEJan-Willem van der Meer2014-10-102-58/+85
|
* Get uid from auth instead of info hashJan-Willem van der Meer2014-09-011-9/+8
| | | | As found in the omniauth specs: https://github.com/intridea/omniauth/wiki/Auth-Hash-Schema
* Ensure oath callbacks without a nickname work (google)Jan-Willem van der Meer2014-09-011-0/+12
|
* Handle user creation if email is not providedJan-Willem van der Meer2014-09-011-0/+12
| | | | This fixes #1541
* Use local vars for testsJan-Willem van der Meer2014-09-011-6/+6
|
* Add tests for finding an oauth authenticated userJan-Willem van der Meer2014-09-011-11/+26
|
* Move and rename ldap / oauth specsJan-Willem van der Meer2014-08-291-0/+45