gitlab-org--gitlab-foss/spec/features/admin
Timothy Andrew 791cc9138b Add a U2fRegistrations table/model.
- To hold registrations from U2F devices, and to authenticate them.
- Previously, `User#two_factor_enabled` was aliased to the
  `otp_required_for_login` column on `users`.
- This commit changes things a bit:
    - `User#two_factor_enabled` is not a method anymore
    - `User#two_factor_enabled?` checks both the
      `otp_required_for_login` column, as well as `U2fRegistration`s
    - Change all instances of `User#two_factor_enabled` to
      `User#two_factor_enabled?`
- Add the `u2f` gem, and implement registration/authentication at the
  model level.
2016-06-06 12:50:31 +05:30
..
admin_builds_spec.rb Fix a description for default scope on builds 2016-05-13 01:28:55 +09:00
admin_disables_two_factor_spec.rb
admin_health_check_spec.rb Fix minor typos in admin health check page 2016-05-12 17:11:37 -05:00
admin_hooks_spec.rb
admin_projects_spec.rb Use new "clear all" button in tests 2016-04-13 12:13:53 +02:00
admin_runners_spec.rb Enable RSpec/NotToNot cop and auto-correct offenses 2016-05-24 15:40:29 -04:00
admin_users_spec.rb Add a U2fRegistrations table/model. 2016-06-06 12:50:31 +05:30
admin_uses_repository_checks_spec.rb Clear repository check columns asynchronously 2016-04-13 15:56:05 +02:00