-
- Downloads
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- Gemfile 2 additions, 1 deletionGemfile
- Gemfile.lock 5 additions, 3 deletionsGemfile.lock
- app/assets/javascripts/application.js.coffee 2 additions, 0 deletionsapp/assets/javascripts/application.js.coffee
- app/assets/javascripts/u2f/authenticate.js.coffee 63 additions, 0 deletionsapp/assets/javascripts/u2f/authenticate.js.coffee
- app/assets/javascripts/u2f/error.js.coffee 13 additions, 0 deletionsapp/assets/javascripts/u2f/error.js.coffee
- app/assets/javascripts/u2f/register.js.coffee 63 additions, 0 deletionsapp/assets/javascripts/u2f/register.js.coffee
- app/assets/javascripts/u2f/util.js.coffee.erb 15 additions, 0 deletionsapp/assets/javascripts/u2f/util.js.coffee.erb
- app/controllers/application_controller.rb 13 additions, 2 deletionsapp/controllers/application_controller.rb
- app/controllers/concerns/authenticates_with_two_factor.rb 58 additions, 1 deletionapp/controllers/concerns/authenticates_with_two_factor.rb
- app/controllers/profiles/two_factor_auths_controller.rb 39 additions, 6 deletionsapp/controllers/profiles/two_factor_auths_controller.rb
- app/controllers/sessions_controller.rb 12 additions, 24 deletionsapp/controllers/sessions_controller.rb
- app/helpers/auth_helper.rb 1 addition, 1 deletionapp/helpers/auth_helper.rb
- app/models/u2f_registration.rb 40 additions, 0 deletionsapp/models/u2f_registration.rb
- app/models/user.rb 34 additions, 11 deletionsapp/models/user.rb
- app/views/devise/sessions/two_factor.html.haml 14 additions, 7 deletionsapp/views/devise/sessions/two_factor.html.haml
- app/views/help/_shortcuts.html.haml 1 addition, 1 deletionapp/views/help/_shortcuts.html.haml
- app/views/layouts/_head.html.haml 0 additions, 2 deletionsapp/views/layouts/_head.html.haml
- app/views/layouts/application.html.haml 2 additions, 0 deletionsapp/views/layouts/application.html.haml
- app/views/layouts/devise.html.haml 1 addition, 0 deletionsapp/views/layouts/devise.html.haml
Loading
Please register or sign in to comment