gitlab-org--gitlab-foss/spec/controllers/profiles
Timothy Andrew 128549f10b Implement U2F registration.
- Move the `TwoFactorAuthsController`'s `new` action to `show`, since
  the page is not used to create a single "two factor auth" anymore. We
  can have a single 2FA authenticator app, along with any number of U2F
  devices, in any combination, so the page will be accessed after the
  first "two factor auth" is created.
- Add the `u2f` javascript library, which provides an API to the
  browser's U2F implementation.
- Add tests for the JS components
2016-06-06 12:50:31 +05:30
..
avatars_controller_spec.rb Revert "Merge branch 'avatar-cropping' into 'master' " 2016-03-15 14:55:40 +01:00
keys_controller_spec.rb Make /profile/keys/new redirects to /profile/keys for back-compat 2016-04-15 09:45:58 +02:00
preferences_controller_spec.rb Fix Style/SpaceInsideHashLiteralBraces cop violations 2015-06-22 14:41:00 -04:00
two_factor_auths_controller_spec.rb Implement U2F registration. 2016-06-06 12:50:31 +05:30