gitlab-org--gitlab-foss/app/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
..
accounts_controller.rb
application_controller.rb
avatars_controller.rb
emails_controller.rb Change deprecated usage of rendering without response body 2016-03-16 03:16:25 +02:00
keys_controller.rb Merge branch 'meinac/gitlab-ce-change_deprecated_render_usage' 2016-05-18 12:48:23 -05:00
notifications_controller.rb Change how notification settings in profile are rendered and updated 2016-03-30 10:44:20 +02:00
passwords_controller.rb
preferences_controller.rb added user preference to change layout width 2015-10-05 17:22:47 +02:00
two_factor_auths_controller.rb Implement U2F registration. 2016-06-06 12:50:31 +05:30