Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-03-20Add additional link to 2fa pageGosia Ksionek
2018-09-23Enable more frozen string in app/controllers/gfyoung
2018-07-09Updates from `rubocop -a`Lin Jen-Shin
2017-09-28refactor users update serviceJames Lopez
2017-09-28refactor services to match EE signatureJames Lopez
2017-06-23fix spec failuresJames Lopez
2017-06-23update code based on feedbackJames Lopez
2017-06-23refactor update user service not to do auth checksJames Lopez
2017-06-23more refactoringJames Lopez
2017-06-23more refactoring based on feedbackJames Lopez
2017-06-23added service in the rest of controllers and classesJames Lopez
2017-06-07Add a rubocop rule to check if a method 'redirect_to' is used without explici...blackst0ne
2017-04-06state the reason to the user for the required 2faAlexis Reigel
2017-04-06Rename skip_tfa session variable to skip_two_factorMarkus Koller
2017-04-06Rename check_2fa_requirement to check_two_factor_requirementMarkus Koller
2017-02-23Enable Style/ColonMethodCallDouwe Maan
2016-12-16Add GitLab host to 2FA QR and manual infoDrew Blessing
2016-08-18Address review comments from @smcgivern.Timothy Andrew
2016-08-18Allow naming U2F devices.Timothy Andrew
2016-07-14Load Javascript U2F library selectively.Timothy Andrew
2016-06-06Implement U2F registration.Timothy Andrew
2016-02-29Don't show any "2FA required" message if it's not actually requiredRobert Speicher
2016-01-24Update wording for 2FA requirement noticeRobert Speicher
2015-12-25Fixed codestyle and added 2FA documentationGabriel Mazetto
2015-12-25specs for forced two-factor authentication and grace periodGabriel Mazetto
2015-12-25Grace period support for TFAGabriel Mazetto
2015-12-25WIP require two factor authenticationGabriel Mazetto
2015-09-20Bump devise-two-factor to 2.0.0Robert Speicher
2015-07-10Add User#disable_two_factor!Robert Speicher
2015-06-19Use User#two_factor_enabled instead of otp_required_for_loginRobert Speicher
2015-06-16Prefix 2FA issuer with the GitLab host (e.g., 'dev.gitlab.org')Robert Speicher
2015-05-24Bump secret key length to 32Robert Speicher
2015-05-23Add support for manually entering 2FA detailsRobert Speicher
2015-05-10Clear all 2FA-related fields when user disables the featureRobert Speicher
2015-05-10Fix nav and layout for TwoFactorAuthsControllerRobert Speicher
2015-05-10Render 2fa recovery codes instead of downloading itDmitriy Zaporozhets
2015-05-10Add support for backup codesDmitriy Zaporozhets
2015-05-10Fix rubocop complainDmitriy Zaporozhets
2015-05-10Make 2 factor authentication workDmitriy Zaporozhets
2015-05-10Create Two-factor authentication resource for userDmitriy Zaporozhets