summaryrefslogtreecommitdiff
path: root/app/controllers/profiles/two_factor_auths_controller.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fixed codestyle and added 2FA documentationfeature/force-tfaGabriel Mazetto2015-12-241-1/+3
|
* specs for forced two-factor authentication and grace periodGabriel Mazetto2015-12-241-1/+8
| | | | simplified code and fixed stuffs
* Grace period support for TFAGabriel Mazetto2015-12-241-1/+13
|
* WIP require two factor authenticationGabriel Mazetto2015-12-241-0/+2
|
* Bump devise-two-factor to 2.0.0rs-bump-two-factorRobert Speicher2015-09-191-1/+1
| | | | | | Addresses internal https://dev.gitlab.org/gitlab/gitlabhq/issues/2605 See https://github.com/tinfoil/devise-two-factor/pull/43
* Add User#disable_two_factor!rs-disable-2faRobert Speicher2015-07-101-7/+1
| | | | | This method encapsulates all the logic for disabling 2FA on a specific User model.
* Use User#two_factor_enabled instead of otp_required_for_loginrs-dev-issue-2415Robert Speicher2015-06-191-2/+2
|
* Prefix 2FA issuer with the GitLab host (e.g., 'dev.gitlab.org')rs-dev-issue-2373Robert Speicher2015-06-161-1/+5
|
* Bump secret key length to 32rs-manual-2fa-entryRobert Speicher2015-05-231-1/+1
|
* Add support for manually entering 2FA detailsRobert Speicher2015-05-231-1/+2
|
* Clear all 2FA-related fields when user disables the featureRobert Speicher2015-05-091-2/+7
|
* Fix nav and layout for TwoFactorAuthsControllerRobert Speicher2015-05-091-1/+1
|
* Render 2fa recovery codes instead of downloading itDmitriy Zaporozhets2015-05-091-3/+3
|
* Add support for backup codesDmitriy Zaporozhets2015-05-091-0/+6
|
* Fix rubocop complainDmitriy Zaporozhets2015-05-091-1/+0
|
* Make 2 factor authentication workDmitriy Zaporozhets2015-05-091-7/+24
|
* Create Two-factor authentication resource for userDmitriy Zaporozhets2015-05-091-0/+22