Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Skip the 2FA requirement during logoutrs-skip-2fa-on-signout | Robert Speicher | 2016-01-23 | 1 | -0/+2 |
| | |||||
* | reCAPTCHA is configurable through Admin Settings, no reload needed. | Gabriel Mazetto | 2015-12-28 | 1 | -0/+5 |
| | |||||
* | Add support for Google reCAPTCHA in user registration to prevent spammers | Stan Hu | 2015-12-27 | 1 | -6/+7 |
| | |||||
* | Bump devise-two-factor to 2.0.0rs-bump-two-factor | Robert Speicher | 2015-09-19 | 1 | -1/+1 |
| | | | | | | Addresses internal https://dev.gitlab.org/gitlab/gitlabhq/issues/2605 See https://github.com/tinfoil/devise-two-factor/pull/43 | ||||
* | Crowd integration | Valery Sizov | 2015-09-02 | 1 | -0/+2 |
| | |||||
* | Fix redirection after sign in when using auto_sign_in_with_provider | Alex Lossent | 2015-08-12 | 1 | -18/+21 |
| | | | | Logic for redirect path moved to a filter. | ||||
* | Allow custom label to be set for authentication providers.auth-icons-labels | Douwe Maan | 2015-07-23 | 1 | -1/+1 |
| | |||||
* | Audit log for user authentication | Valery Sizov | 2015-07-06 | 1 | -0/+7 |
| | |||||
* | Use User#two_factor_enabled instead of otp_required_for_loginrs-dev-issue-2415 | Robert Speicher | 2015-06-19 | 1 | -1/+1 |
| | |||||
* | Add an option to automatically sign-in with an Omniauth provider without ↵ | Alex Lossent | 2015-05-29 | 1 | -0/+16 |
| | | | | | | | showing the GitLab sign-in page This is useful when integrating with existing SSO environments and we want to use a single Omniauth provider for all user authentication. | ||||
* | Refactor SessionsController to use a controller concernrs-refactor-2fa | Robert Speicher | 2015-05-14 | 1 | -9/+3 |
| | |||||
* | Prevent "You are already signed in." error message upon 2FA login | Robert Speicher | 2015-05-09 | 1 | -2/+8 |
| | |||||
* | Move "invalid 2FA code" error message to the flash | Robert Speicher | 2015-05-09 | 1 | -1/+1 |
| | | | | | This makes it consistent with the Invalid email/password error message from the previous step. | ||||
* | Refactor SessionsController | Robert Speicher | 2015-05-09 | 1 | -22/+25 |
| | | | | | Also adds test case for providing an invalid 2FA code and then a valid one without re-entering username and password. | ||||
* | Make two-factor login work and add a feature spec | Robert Speicher | 2015-05-09 | 1 | -7/+24 |
| | |||||
* | Don't use hard-coded sign_in path | Robert Speicher | 2015-05-09 | 1 | -1/+1 |
| | |||||
* | prepend_before_filter -> prepend_before_action | Robert Speicher | 2015-05-09 | 1 | -1/+1 |
| | |||||
* | Add support for backup codes | Dmitriy Zaporozhets | 2015-05-09 | 1 | -1/+2 |
| | |||||
* | Turn 2-factor authentication into 2 steps process. Disabled 2fa UI for ldap ↵ | Dmitriy Zaporozhets | 2015-05-09 | 1 | -0/+24 |
| | | | | users since it is not supported | ||||
* | Upon successful login, clear `reset_password_token` field | Robert Speicher | 2015-04-08 | 1 | -1/+7 |
| | | | | Closes #1942 | ||||
* | Improve application settings and write tests | Dmitriy Zaporozhets | 2015-01-08 | 1 | -11/+11 |
| | |||||
* | Use Hash syntax for LDAP server declaration | Jan-Willem van der Meer | 2014-10-14 | 1 | -1/+1 |
| | |||||
* | Add refactoring for multiple LDAP server support | Jan-Willem van der Meer | 2014-10-13 | 1 | -0/+4 |
| | | | | These changes are ported from EE to CE. Apply changes for app directory | ||||
* | Only redirect to referrer from public GitLab pages | Jacob Vosmaer | 2014-07-28 | 1 | -2/+6 |
| | |||||
* | Call store_location_for once. | Marin Jankovski | 2014-07-22 | 1 | -10/+12 |
| | |||||
* | If the referer is not set, use fullpath. | Marin Jankovski | 2014-07-21 | 1 | -1/+8 |
| | |||||
* | Use devise stored_location to redirect after signing for both public and ↵ | Marin Jankovski | 2014-07-11 | 1 | -0/+14 |
private pages. |