Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-04-23Replace define_method with alias_method in Omniauth ControllersJames Edwards-Jones
2018-04-23Unify Saml::IdentityLinker and OAuth::IdentityLinkerJames Edwards-Jones
2018-04-23Show error on failed OAuth account linkJames Edwards-Jones
2018-04-23Refactor OmniauthCallbacksController to remove duplicationJames Edwards-Jones
2018-03-22Writes specsTiago Botelho
2018-03-22Tracks the number of failed attempts made by a user trying to authenticate wi...Tiago Botelho
2018-03-21Merge branch 'fix/auth0-unsafe-login-10-6' into 'security-10-6'James Lopez
2018-02-28Moved o_auth/saml/ldap modules under gitlab/authHoratiu Eugen Vlad
2018-02-02use Gitlab::UserSettings directly as a singleton instead of including/extendi...Mario de la Ossa
2018-01-17Merge branch 'jej/fix-disabled-oauth-access-10-3' into 'security-10-3'Robert Speicher
2018-01-11Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉
2017-11-23Allow password authentication to be disabled entirelyMarkus Koller
2017-11-17Changing OAuth lookup to be case insensitiveFrancisco Javier López
2017-08-24Define ldap methods at runtimeBob Van Landuyt
2017-08-15Enable Layout/TrailingWhitespace cop and auto-correct offensesRobert Speicher
2017-08-07[EE Backport] Update log audit event in omniauth_callbacks_controller.rbJames Lopez
2017-07-06Fix build for !11963.Timothy Andrew
2017-07-06Implement "remember me" for OAuth-based login.Timothy Andrew
2017-06-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon
2017-05-05Update design of auth error pageAnnabel Dunstone Gray
2017-02-22No more and/orDouwe Maan
2017-02-20Added support for Authentiq Back-Channel LogoutAlexandros Keramidas
2016-07-04Added tests for 2FA check on OAuth requestPatricio Cano
2016-06-29Add 2FA check to the OAuth authentication mechanismPatricio Cano
2016-05-30Enable Style/MethodDefParentheses rubocop copGrzegorz Bizon
2016-04-08Add missing proper nil and error handling to SAML login process.Patricio Cano
2016-04-05Avoid saving again if the user attributes haven't changedPatricio Cano
2016-02-19Decouple SAML authentication from the default Omniauth logicPatricio Cano
2016-02-19Revert "Merge branch 'saml-decoupling' into 'master' "Douwe Maan
2016-02-18Decouple SAML authentication from the default Omniauth logicPatricio Cano
2016-02-03Support Two-factor Authentication for LDAP usersRobert Speicher
2016-01-28Backport LDAP user assignment changes from EERobert Speicher
2015-12-15add CAS authentication supporttduehr
2015-10-03Fix rubocop warnings in appGuilherme Garnier
2015-07-23Allow custom label to be set for authentication providers.Douwe Maan
2015-07-06Audit log for user authenticationValery Sizov
2015-06-05Add "Remember me" checkbox to LDAP signin form.Douwe Maan
2015-05-27Add SAML support via OmniauthAlex Lossent
2015-05-13Improve OAuth signup error message.Douwe Maan
2015-02-08When add new social account - redirect to accounts page and show notice messageDmitriy Zaporozhets
2015-01-12ForbiddenAction constant fixValery Sizov
2014-12-04Supporting for multiple omniauth provider for the same userValery Sizov
2014-12-04Multi-provider auth. LDAP is not reworkedValery Sizov
2014-10-17Refactor error message a bitDmitriy Zaporozhets
2014-10-16Add regressiontest to verify allow_single_sign_on settingJan-Willem van der Meer
2014-10-16Disallow new users from Oauth signup if `allow_single_sign_on` is disabledJan-Willem van der Meer
2014-10-14Move dynamic omniauth declarations to initializerJan-Willem van der Meer
2014-10-13Add refactoring for multiple LDAP server supportJan-Willem van der Meer
2014-08-06Move LDAP timeout code to Gitlab::LDAP::AccessJacob Vosmaer
2014-06-24Use an error page when oauth fails.Marin Jankovski