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
2016-06-08Merge branch 'password-min-length-placeholder' into 'master' Robert Speicher
2016-06-06Add a U2F-specific audit log entry after logging in.Timothy Andrew
2016-06-06Implement authentication (login) using a U2F device.Timothy Andrew
2016-06-03Added minimum password length to password fieldPhil Hughes
2016-05-31Pass the "Remember me" value to the 2FA token formRobert Speicher
2016-04-07Fix 2FA authentication spoofing vulnerabilityGrzegorz Bizon
2016-03-05Allow the initial admin to set a passwordRobert Speicher
2016-01-24Skip the 2FA requirement during logoutRobert Speicher
2015-12-28reCAPTCHA is configurable through Admin Settings, no reload needed.Gabriel Mazetto
2015-12-27Add support for Google reCAPTCHA in user registration to prevent spammersStan Hu
2015-09-20Bump devise-two-factor to 2.0.0Robert Speicher
2015-09-02Crowd integrationValery Sizov
2015-08-12Fix redirection after sign in when using auto_sign_in_with_providerAlex Lossent
2015-07-23Allow custom label to be set for authentication providers.Douwe Maan
2015-07-06Audit log for user authenticationValery Sizov
2015-06-19Use User#two_factor_enabled instead of otp_required_for_loginRobert Speicher
2015-05-29Add an option to automatically sign-in with an Omniauth provider without show...Alex Lossent
2015-05-14Refactor SessionsController to use a controller concernRobert Speicher
2015-05-10Prevent "You are already signed in." error message upon 2FA loginRobert Speicher
2015-05-10Move "invalid 2FA code" error message to the flashRobert Speicher
2015-05-10Refactor SessionsControllerRobert Speicher
2015-05-10Make two-factor login work and add a feature specRobert Speicher
2015-05-10Don't use hard-coded sign_in pathRobert Speicher
2015-05-10prepend_before_filter -> prepend_before_actionRobert Speicher
2015-05-10Add support for backup codesDmitriy Zaporozhets
2015-05-10Turn 2-factor authentication into 2 steps process. Disabled 2fa UI for ldap u...Dmitriy Zaporozhets
2015-04-08Upon successful login, clear `reset_password_token` fieldRobert Speicher
2015-01-08Improve application settings and write testsDmitriy Zaporozhets
2014-10-14Use Hash syntax for LDAP server declarationJan-Willem van der Meer
2014-10-13Add refactoring for multiple LDAP server supportJan-Willem van der Meer
2014-07-28Only redirect to referrer from public GitLab pagesJacob Vosmaer
2014-07-22Call store_location_for once.Marin Jankovski
2014-07-21If the referer is not set, use fullpath.Marin Jankovski
2014-07-11Use devise stored_location to redirect after signing for both public and priv...Marin Jankovski