summaryrefslogtreecommitdiff
path: root/app/controllers/omniauth_callbacks_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Backport helpers from GroupSAML failure messagesce-jej/saml-failure-messagesJames Edwards-Jones2018-05-211-2/+2
* Backport IdentityLinker#failed? from GroupSaml callback flowJames Edwards-Jones2018-05-041-1/+1
* Exclude LDAP from OmniauthCallbackController base methodsJames Edwards-Jones2018-04-301-2/+2
* Replace define_method with alias_method in Omniauth ControllersJames Edwards-Jones2018-04-231-7/+5
* Unify Saml::IdentityLinker and OAuth::IdentityLinkerJames Edwards-Jones2018-04-231-2/+2
* Show error on failed OAuth account linkJames Edwards-Jones2018-04-221-0/+6
* Refactor OmniauthCallbacksController to remove duplicationJames Edwards-Jones2018-04-221-81/+53
* Writes specs43525-limit-number-of-failed-logins-using-ldapTiago Botelho2018-03-221-2/+4
* Tracks the number of failed attempts made by a user trying to authenticate wi...Tiago Botelho2018-03-221-0/+10
* Merge branch 'fix/auth0-unsafe-login-10-6' into 'security-10-6'James Lopez2018-03-211-0/+14
* 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