summaryrefslogtreecommitdiff
path: root/app/controllers/concerns/enforces_two_factor_authentication.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-1/+1
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-10-051-1/+1
* Add latest changes from gitlab-org/security/gitlab@13-3-stable-eeGitLab Bot2020-09-011-9/+9
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-08-051-1/+8
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-2/+1
* Add latest changes from gitlab-org/gitlab@12-10-stable-eeGitLab Bot2020-04-201-1/+7
* #57815 Password authentication disabled for UltraAuth usersKartikey Tanna2019-06-181-1/+2
* #61441 Allow user to set email ID before setting up 2FAKartikey Tanna2019-05-221-1/+1
* Enable frozen string in app/controllers/**/*.rbrepo-forks/gitlab-ce-frozen-string-app-controllergfyoung2018-09-181-0/+2
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+2
* use Gitlab::UserSettings directly as a singleton instead of including/extendi...Mario de la Ossa2018-02-021-3/+3
* rename cache db column with `_cached` suffixAlexis Reigel2017-04-061-2/+2
* check all groups for 2fa requirementAlexis Reigel2017-04-061-1/+1
* state the reason to the user for the required 2faAlexis Reigel2017-04-061-0/+11
* 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-4/+4
* Extract 2FA-related code from ApplicationControllerMarkus Koller2017-04-061-0/+47