summaryrefslogtreecommitdiff
path: root/app/controllers/omniauth_callbacks_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Moved o_auth/saml/ldap modules under gitlab/authHoratiu Eugen Vlad2018-02-281-11/+11
* use Gitlab::UserSettings directly as a singleton instead of including/extendi...Mario de la Ossa2018-02-021-1/+1
* Merge branch 'jej/fix-disabled-oauth-access-10-3' into 'security-10-3'Robert Speicher2018-01-161-0/+9
* Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉2018-01-111-0/+3
* Allow password authentication to be disabled entirelyMarkus Koller2017-11-231-1/+1
* Changing OAuth lookup to be case insensitiveFrancisco Javier López2017-11-171-2/+4
* Define ldap methods at runtimeBob Van Landuyt2017-08-241-0/+8
* Enable Layout/TrailingWhitespace cop and auto-correct offensesRobert Speicher2017-08-151-2/+2
* [EE Backport] Update log audit event in omniauth_callbacks_controller.rbJames Lopez2017-08-071-6/+15
* Fix build for !11963.Timothy Andrew2017-07-061-1/+1
* Implement "remember me" for OAuth-based login.Timothy Andrew2017-07-061-0/+8
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-2/+2
* Update design of auth error pageAnnabel Dunstone Gray2017-05-051-1/+1
* No more and/orDouwe Maan2017-02-211-1/+1
* Added support for Authentiq Back-Channel LogoutAlexandros Keramidas2017-02-201-0/+7
* Added tests for 2FA check on OAuth requestPatricio Cano2016-07-041-2/+5
* Add 2FA check to the OAuth authentication mechanismPatricio Cano2016-06-291-0/+1
* Enable Style/MethodDefParentheses rubocop copstyle/enable-method-def-parentheses-rubocop-copGrzegorz Bizon2016-05-301-1/+1
* Add missing proper nil and error handling to SAML login process.Patricio Cano2016-04-071-10/+16
* Avoid saving again if the user attributes haven't changedPatricio Cano2016-04-041-1/+1
* Decouple SAML authentication from the default Omniauth logicPatricio Cano2016-02-181-18/+36
* Revert "Merge branch 'saml-decoupling' into 'master' "Douwe Maan2016-02-181-36/+18
* Decouple SAML authentication from the default Omniauth logicPatricio Cano2016-02-181-18/+36
* Support Two-factor Authentication for LDAP usersrs-backport-ldap-2faRobert Speicher2016-02-031-2/+7
* Backport LDAP user assignment changes from EERobert Speicher2016-01-281-7/+8
* add CAS authentication supporttduehr2015-12-141-1/+15
* Fix rubocop warnings in appGuilherme Garnier2015-10-031-2/+2
* Allow custom label to be set for authentication providers.auth-icons-labelsDouwe Maan2015-07-231-2/+3
* Audit log for user authenticationValery Sizov2015-07-061-0/+8
* Add "Remember me" checkbox to LDAP signin form.ldap-remember-meDouwe Maan2015-06-051-1/+1
* Add SAML support via OmniauthAlex Lossent2015-05-271-0/+3
* Improve OAuth signup error message.Douwe Maan2015-05-131-2/+9
* When add new social account - redirect to accounts page and show notice messageDmitriy Zaporozhets2015-02-081-1/+1
* ForbiddenAction constant fixValery Sizov2015-01-121-1/+1
* Supporting for multiple omniauth provider for the same userValery Sizov2014-12-041-3/+2
* Multi-provider auth. LDAP is not reworkedValery Sizov2014-12-041-4/+3
* Refactor error message a bitDmitriy Zaporozhets2014-10-171-2/+10
* Add regressiontest to verify allow_single_sign_on settingJan-Willem van der Meer2014-10-161-8/+5
* Disallow new users from Oauth signup if `allow_single_sign_on` is disabledJan-Willem van der Meer2014-10-161-2/+6
* Move dynamic omniauth declarations to initializerJan-Willem van der Meer2014-10-141-4/+0
* Add refactoring for multiple LDAP server supportJan-Willem van der Meer2014-10-131-20/+19
* Move LDAP timeout code to Gitlab::LDAP::AccessJacob Vosmaer2014-08-061-7/+6
* Use an error page when oauth fails.Marin Jankovski2014-06-241-1/+7
* Return better error when account exists when attempting oauth account create.Marin Jankovski2014-06-241-4/+9
* Check LDAP user filter during sign-inJacob Vosmaer2014-06-131-1/+9
* Use new OAuth classesDmitriy Zaporozhets2013-09-041-9/+15
* Mode User+LDAP functionality from Gitlab::AuthDmitriy Zaporozhets2013-09-021-6/+6
* Update uses of Gitolite.config.foo settingsRiyad Preukschas2012-12-201-1/+1
* Cleanup after omniauthDmitriy Zaporozhets2012-09-121-6/+5
* save newly created users directly in the modelFlorian Unglaub2012-08-311-1/+0