Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handle password reset for users with 2FA enabled2fa | Robert Speicher | 2015-05-11 | 3 | -2/+76 |
| | |||||
* | Remove extra `devise` call that got added by accident | Robert Speicher | 2015-05-10 | 1 | -3/+0 |
| | |||||
* | Remove unnecessary User#login accessor override | Robert Speicher | 2015-05-09 | 1 | -5/+0 |
| | |||||
* | Add CHANGELOG entry | Robert Speicher | 2015-05-09 | 1 | -1/+1 |
| | |||||
* | Clear all 2FA-related fields when user disables the feature | Robert Speicher | 2015-05-09 | 2 | -2/+133 |
| | |||||
* | Prevent "You are already signed in." error message upon 2FA login | Robert Speicher | 2015-05-09 | 2 | -3/+26 |
| | |||||
* | Move "invalid 2FA code" error message to the flash | Robert Speicher | 2015-05-09 | 2 | -4/+1 |
| | | | | | This makes it consistent with the Invalid email/password error message from the previous step. | ||||
* | Autofocus the pin field on 2FA enable form | Robert Speicher | 2015-05-09 | 1 | -1/+1 |
| | |||||
* | Add otp_attempt to filtered parameters | Robert Speicher | 2015-05-09 | 1 | -1/+1 |
| | |||||
* | Generate 10 2FA backup codes instead of the default of 5 | Robert Speicher | 2015-05-09 | 2 | -3/+3 |
| | |||||
* | Add :two_factor trait to User factory | Robert Speicher | 2015-05-09 | 2 | -8/+11 |
| | |||||
* | Fix 2FA backup code removal | Robert Speicher | 2015-05-09 | 2 | -7/+8 |
| | |||||
* | Make otp_backup_codes a text field | Robert Speicher | 2015-05-09 | 2 | -1/+6 |
| | |||||
* | Quotes, icon helper in profiles/accounts/show view | Robert Speicher | 2015-05-09 | 1 | -5/+5 |
| | |||||
* | Re-annotate User model | Robert Speicher | 2015-05-09 | 2 | -0/+10 |
| | |||||
* | Add a hint on login form about using a recovery code | Robert Speicher | 2015-05-09 | 1 | -0/+1 |
| | |||||
* | Improve copy for enabling 2FA | Robert Speicher | 2015-05-09 | 2 | -4/+5 |
| | |||||
* | Update copy for generating new recovery codes | Robert Speicher | 2015-05-09 | 1 | -4/+4 |
| | |||||
* | Refactor SessionsController | Robert Speicher | 2015-05-09 | 3 | -23/+33 |
| | | | | | Also adds test case for providing an invalid 2FA code and then a valid one without re-entering username and password. | ||||
* | Fix nav and layout for TwoFactorAuthsController | Robert Speicher | 2015-05-09 | 2 | -2/+2 |
| | |||||
* | Add page titles for two_factor_auths views | Robert Speicher | 2015-05-09 | 3 | -0/+6 |
| | |||||
* | Make two-factor login work and add a feature spec | Robert Speicher | 2015-05-09 | 2 | -7/+106 |
| | |||||
* | Update User model for two-factor auth | Robert Speicher | 2015-05-09 | 1 | -2/+10 |
| | |||||
* | Update login views for two-factor auth | Robert Speicher | 2015-05-09 | 2 | -6/+2 |
| | |||||
* | Fix Devise parameter sanitizer for otp_attempt | Robert Speicher | 2015-05-09 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | Be consistent with what we call the 2FA feature | Robert Speicher | 2015-05-09 | 4 | -11/+13 |
| | | | | "Two-factor" vs. "2-Factor" | ||||
* | Update copy for recovery codes | Robert Speicher | 2015-05-09 | 1 | -5/+4 |
| | |||||
* | Render 2fa recovery codes instead of downloading it | Dmitriy Zaporozhets | 2015-05-09 | 6 | -12/+28 |
| | |||||
* | Add support for backup codes | Dmitriy Zaporozhets | 2015-05-09 | 6 | -14/+42 |
| | |||||
* | Use non-broken version of attr_encrypted | Dmitriy Zaporozhets | 2015-05-09 | 2 | -2/+10 |
| | |||||
* | Turn 2-factor authentication into 2 steps process. Disabled 2fa UI for ldap ↵ | Dmitriy Zaporozhets | 2015-05-09 | 5 | -18/+59 |
| | | | | users since it is not supported | ||||
* | Fix rubocop complain | Dmitriy Zaporozhets | 2015-05-09 | 3 | -3/+2 |
| | |||||
* | Make 2 factor authentication work | Dmitriy Zaporozhets | 2015-05-09 | 3 | -9/+37 |
| | |||||
* | Create Two-factor authentication resource for user | Dmitriy Zaporozhets | 2015-05-09 | 4 | -0/+48 |
| | |||||
* | Init 2 factor authentication for user model | Dmitriy Zaporozhets | 2015-05-09 | 4 | -2/+18 |
| | |||||
* | Add 2 factor authentication gems | Dmitriy Zaporozhets | 2015-05-09 | 2 | -0/+20 |
| | |||||
* | Merge branch 'rs-disallow-id-class' into 'master' | Dmitriy Zaporozhets | 2015-05-09 | 5 | -36/+59 |
|\ | | | | | | | | | | | | | | | Remove class and id attributes from SanitizationFilter whitelist Closes internal https://dev.gitlab.org/gitlab/gitlabhq/issues/2302 See merge request !631 | ||||
| * | Remove class and id attributes from SanitizationFilter whitelistrs-disallow-id-class | Robert Speicher | 2015-05-08 | 5 | -36/+59 |
| | | |||||
* | | Merge pull request #9244 from dreis2211/firefox_issuable_filter_patch | Dmitriy Zaporozhets | 2015-05-08 | 2 | -2/+7 |
|\ \ | | | | | | | Fix Firefox problems when it wants to render issuable component | ||||
| * | | Fix Firefox problems when it wants to render issuable component | dreis | 2015-05-05 | 2 | -2/+7 |
| | | | |||||
* | | | Merge branch 'show_project_visibility' into 'master' | Dmitriy Zaporozhets | 2015-05-08 | 2 | -2/+4 |
|\ \ \ | |_|/ |/| | | | | | | | | | | | Move project visibility from clone bar to repository details block for non empty project. See merge request !1818 | ||||
| * | | Move project visibility from clone bar to repository details block for non ↵ | Marin Jankovski | 2015-05-08 | 2 | -2/+4 |
|/ / | | | | | | | empty project. | ||||
* | | Merge branch 'master' of github.com:gitlabhq/gitlabhq | Marin Jankovski | 2015-05-08 | 15 | -31/+132 |
|\ \ | |||||
| * \ | Merge pull request #9214 from Bugagazavr/hook-events | Valeriy Sizov | 2015-05-08 | 15 | -31/+132 |
| |\ \ | | | | | | | | | Added X-GitLab-Event header for web hooks | ||||
| | * | | Added X-GitLab-Event header for web hooks | bugagazavr | 2015-05-08 | 15 | -31/+132 |
| | | | | |||||
* | | | | Merge branch 'How_to_Reset_your_root_password' into 'master' | Job van der Voort | 2015-05-08 | 2 | -0/+41 |
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | How to reset your root password Added link and file correctly on Security doc. Please review to make sure it's correct. See merge request !1811 | ||||
| * | | | make it more obvious what happens in the code | Job van der Voort | 2015-05-08 | 1 | -4/+4 |
| | | | | |||||
| * | | | remove redundant colon | Job van der Voort | 2015-05-08 | 1 | -1/+1 |
| | | | |