summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/o_auth
Commit message (Expand)AuthorAgeFilesLines
* Profile updates from providersAlexander Keramidas2017-09-061-8/+182
* Enable Layout/TrailingWhitespace cop and auto-correct offensesRobert Speicher2017-08-151-1/+1
* Enable the Layout/SpaceBeforeBlockBraces coprc/enable-the-Layout/SpaceBeforeBlockBraces-copRémy Coutable2017-08-091-2/+2
* Uniquify reserved word usernames on OAuth user creationRobin Bobbitt2017-08-021-0/+30
* Use described_class when possibleRémy Coutable2017-07-272-2/+2
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-273-3/+3
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-142-23/+73
* Sync email address from specified omniauth providerRobin Bobbitt2017-06-071-4/+40
* Return nil when looking up config for unknown LDAP providerdm-oauth-config-forDouwe Maan2017-05-301-0/+42
* Ensures that OAuth/LDAP/SAML users don't need to be confirmedRémy Coutable2017-04-261-0/+15
* Fix OAuth, LDAP and SAML SSO when regular sign-ups are disableddm-fix-oauth-user-creationDouwe Maan2017-04-241-0/+14
* Inlude the password_automatically_check param as permitted config in the user...fix-password-required-checkDJ Mountney2017-04-041-0/+9
* Merge branch 'enable-rspec-be_eql-cop' into 'master' Robert Speicher2017-02-231-2/+2
|\
| * Enable the RSpec/BeEql copenable-rspec-be_eql-copRémy Coutable2017-02-231-2/+2
* | Revert "Enable Style/DotPosition"Douwe Maan2017-02-231-2/+2
* | Revert "Prefer leading style for Style/DotPosition"Douwe Maan2017-02-231-2/+2
* | Enable Style/MultilineArrayBraceLayoutDouwe Maan2017-02-231-6/+10
* | Prefer leading style for Style/DotPositionDouwe Maan2017-02-231-2/+2
* | Fix code for copsDouwe Maan2017-02-231-2/+2
* | Enable Style/SpaceInsideBracketsDouwe Maan2017-02-231-2/+2
* | Enable Style/DotPositionDouwe Maan2017-02-231-2/+2
|/
* Omniauth auto link LDAP user falls back to find by DN when user cannot be fou...Drew Blessing2016-11-101-1/+22
* adds second batch of tests changed to active tenseactive-tense-test-coveragetiagonbotelho2016-08-091-3/+3
* Merge branch 'master' into dev-masterTomasz Maczukin2016-07-021-5/+2
|\
| * Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-3/+0
| * Enable Style/SpaceAfterComma Rubocop coprubocop/enable-space-after-copsGrzegorz Bizon2016-06-291-2/+2
* | Fixed privilege escalation issue where manually set external users would be r...Patricio Cano2016-06-291-2/+15
|/
* Added default setting for `external_providers`Patricio Cano2016-04-111-9/+28
* Make new `allow_single_sign_on` feature backwards compatiblePatricio Cano2016-02-181-2/+22
* Decouple SAML authentication from the default Omniauth logicPatricio Cano2016-02-181-3/+3
* Revert "Merge branch 'saml-decoupling' into 'master' "Douwe Maan2016-02-181-3/+3
* Decouple SAML authentication from the default Omniauth logicPatricio Cano2016-02-181-3/+3
* AuthHash should not parameterize email userCorey Hinshaw2015-12-101-2/+2
* Tag lib specsDouwe Maan2015-12-092-2/+2
* Fix rubocop warnings in spec/lib and spec/tasksGuilherme Garnier2015-10-031-4/+0
* Allow configuration of LDAP attributes GitLab will use for the new user account.Douwe Maan2015-09-082-4/+4
* Fix infinite loop when SAML was incorrectly configured.fix-authhash-infinite-loopDouwe Maan2015-08-171-4/+0
* Merge branch 'master' into rubocop-for-testsDmitriy Zaporozhets2015-06-232-38/+49
|\
| * Fix Gitlab::OAuth::User specrs-rspec3Robert Speicher2015-06-221-37/+48
| * Change `to_not` calls to `not_to`Robert Speicher2015-06-221-1/+1
* | Fix Style/Blocks cop violationsRobert Speicher2015-06-221-9/+9
|/
* Fix behavior of ldap_person method in Gitlab::OAuth::UserAlex Lossent2015-06-171-46/+56
* Change `foo.should` syntax to `expect(foo).to` in specsRobert Speicher2015-06-131-7/+7
* Add option to automatically link omniauth and LDAP identitiesAlex Lossent2015-06-031-12/+154
* add common method to force utf8 and force oauth properties to be utf8Onur Küçük2015-05-031-28/+83
* Move lib/gitlab/oauth to lib/gitlab/o_authRobert Speicher2015-04-092-0/+164