gitlab-org--gitlab-foss/app/views/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 Implement U2F registration. 2016-06-06 12:50:31 +05:30
emails Updated spacing between notification label and button 2016-04-28 11:35:46 +01:00
keys Updated project group sharing UI 2016-04-25 14:42:17 +01:00
notifications Implement top navigation concept for profile area 2016-04-19 20:05:30 +02:00
passwords Implement top navigation concept for profile area 2016-04-19 20:05:30 +02:00
preferences Resolve some issues Jacob brought up. 2016-05-24 09:04:43 -06:00
two_factor_auths Implement U2F registration. 2016-06-06 12:50:31 +05:30
_event_table.html.haml audit log UI update 2016-03-02 17:06:01 +00:00
audit_log.html.haml Implement top navigation concept for profile area 2016-04-19 20:05:30 +02:00
show.html.haml Use the new admin settings for gravatar 2016-05-04 17:45:29 +02:00
update_username.js.haml