gitlab-org--gitlab-foss/app/controllers/profiles
Timothy Andrew 4b33c4c6d1 Load Javascript U2F library selectively.
1. Only on supported Chrome versions

2. Mainly, this lets us simplify the javascript-based U2F check to
   `window.u2f`, where `window.u2f` can either be loaded from the GitLab
   server (for Chrome) or from the Firefox extension.

3. This is a better way to provide browser detection for U2F.
2016-07-14 08:19:09 +05:30
..
accounts_controller.rb Disable the unlink feature for SAML connected accounts (social login). 2016-06-14 18:28:17 -05:00
application_controller.rb Add helpers for header title and sidebar, and move setting those from controllers to layouts. 2015-05-01 10:39:16 +02:00
avatars_controller.rb Add a page title to every page. 2015-04-30 19:12:15 +02:00
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 Re-use notifications dropdown on user profile 2016-06-16 23:34:21 -03:00
passwords_controller.rb Add helpers for header title and sidebar, and move setting those from controllers to layouts. 2015-05-01 10:39:16 +02:00
personal_access_tokens_controller.rb Implement @DouweM's feedback. 2016-06-16 08:24:13 +05:30
preferences_controller.rb added user preference to change layout width 2015-10-05 17:22:47 +02:00
two_factor_auths_controller.rb Load Javascript U2F library selectively. 2016-07-14 08:19:09 +05:30