summaryrefslogtreecommitdiff
path: root/app/controllers/concerns/enforces_two_factor_authentication.rb
Commit message (Expand)AuthorAgeFilesLines
* #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