summaryrefslogtreecommitdiff
path: root/app/controllers/profiles/two_factor_auths_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-10-stable-eev15.10.0-rc42GitLab Bot2023-03-201-42/+2
* Add latest changes from gitlab-org/gitlab@15-9-stable-eev15.9.0-rc42GitLab Bot2023-02-201-4/+32
* Add latest changes from gitlab-org/gitlab@15-8-stable-eev15.8.0-rc42GitLab Bot2023-01-181-1/+1
* Add latest changes from gitlab-org/gitlab@15-7-stable-eev15.7.0-rc42GitLab Bot2022-12-201-8/+8
* Add latest changes from gitlab-org/gitlab@15-5-stable-eev15.5.0-rc42GitLab Bot2022-10-201-26/+34
* Add latest changes from gitlab-org/gitlab@15-3-stable-eev15.3.0-rc42GitLab Bot2022-08-181-1/+1
* Add latest changes from gitlab-org/gitlab@15-0-stable-eev15.0.0-rc42GitLab Bot2022-05-191-4/+4
* Add latest changes from gitlab-org/gitlab@14-10-stable-eev14.10.0-rc42GitLab Bot2022-04-201-10/+14
* Add latest changes from gitlab-org/gitlab@14-6-stable-eev14.6.0-rc42GitLab Bot2021-12-201-3/+3
* Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot2021-11-181-2/+2
* Add latest changes from gitlab-org/gitlab@14-4-stable-eev14.4.0-rc42GitLab Bot2021-10-201-2/+0
* Add latest changes from gitlab-org/gitlab@14-3-stable-eeGitLab Bot2021-10-121-1/+7
* Add latest changes from gitlab-org/security/gitlab@14-3-stable-eeGitLab Bot2021-09-291-0/+10
* Add latest changes from gitlab-org/gitlab@14-3-stable-eev14.3.0-rc42GitLab Bot2021-09-201-2/+11
* Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot2021-08-191-0/+4
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-1/+6
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-10/+88
* Add latest changes from gitlab-org/security/gitlab@13-3-stable-eeGitLab Bot2020-09-011-1/+3
* Externalize strings of Two-Factor Authentication page in user profileantonyliu2019-05-311-3/+3
* Add additional link to 2fa pageGosia Ksionek2019-03-201-11/+14
* Enable more frozen string in app/controllers/gfyoung2018-09-231-1/+3
* Updates from `rubocop -a`Lin Jen-Shin2018-07-091-1/+1
* refactor users update serviceJames Lopez2017-09-281-3/+3
* refactor services to match EE signatureJames Lopez2017-09-281-3/+3
* fix spec failuresJames Lopez2017-06-231-3/+1
* update code based on feedbackJames Lopez2017-06-231-1/+3
* refactor update user service not to do auth checksJames Lopez2017-06-231-3/+3
* more refactoringJames Lopez2017-06-231-2/+1
* more refactoring based on feedbackJames Lopez2017-06-231-5/+7
* added service in the rest of controllers and classesJames Lopez2017-06-231-3/+3
* Add a rubocop rule to check if a method 'redirect_to' is used without explici...31840-add-a-rubocop-that-forbids-redirect_to-inside-a-controller-destroy-action-without-an-explicit-statusblackst0ne2017-06-071-1/+1
* state the reason to the user for the required 2faAlexis Reigel2017-04-061-4/+17
* Rename skip_tfa session variable to skip_two_factorMarkus Koller2017-04-061-1/+1
* Rename check_2fa_requirement to check_two_factor_requirementMarkus Koller2017-04-061-1/+1
* Enable Style/ColonMethodCallDouwe Maan2017-02-231-1/+1
* Add GitLab host to 2FA QR and manual infoDrew Blessing2016-12-161-2/+6
* Address review comments from @smcgivern.17334-u2f-device-identifiersTimothy Andrew2016-08-181-2/+1
* Allow naming U2F devices.Timothy Andrew2016-08-181-3/+8
* Load Javascript U2F library selectively.Timothy Andrew2016-07-141-2/+1
* Implement U2F registration.Timothy Andrew2016-06-061-6/+39
* Don't show any "2FA required" message if it's not actually requiredrs-improve-grace-periodRobert Speicher2016-02-291-5/+7
* Update wording for 2FA requirement noticers-2fa-requirement-wordingRobert Speicher2016-01-231-2/+2
* 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
* 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
* Add User#disable_two_factor!rs-disable-2faRobert Speicher2015-07-101-7/+1
* 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