-
- Downloads
Allow users that signed up via OAuth to set their password in order to use Git over HTTP(S).
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- app/assets/javascripts/project.js.coffee 7 additions, 1 deletionapp/assets/javascripts/project.js.coffee
- app/controllers/admin/users_controller.rb 1 addition, 1 deletionapp/controllers/admin/users_controller.rb
- app/controllers/profiles/passwords_controller.rb 5 additions, 3 deletionsapp/controllers/profiles/passwords_controller.rb
- app/controllers/profiles_controller.rb 1 addition, 1 deletionapp/controllers/profiles_controller.rb
- app/models/user.rb 2 additions, 0 deletionsapp/models/user.rb
- app/views/profiles/passwords/edit.html.haml 14 additions, 9 deletionsapp/views/profiles/passwords/edit.html.haml
- app/views/profiles/passwords/new.html.haml 5 additions, 4 deletionsapp/views/profiles/passwords/new.html.haml
- app/views/projects/empty.html.haml 1 addition, 0 deletionsapp/views/projects/empty.html.haml
- app/views/projects/show.html.haml 1 addition, 0 deletionsapp/views/projects/show.html.haml
- app/views/shared/_clone_panel.html.haml 14 additions, 2 deletionsapp/views/shared/_clone_panel.html.haml
- app/views/shared/_no_password.html.haml 8 additions, 0 deletionsapp/views/shared/_no_password.html.haml
- app/views/shared/_no_ssh.html.haml 1 addition, 1 deletionapp/views/shared/_no_ssh.html.haml
- db/migrate/20150213114800_add_hide_no_password_to_user.rb 5 additions, 0 deletionsdb/migrate/20150213114800_add_hide_no_password_to_user.rb
- db/migrate/20150213121042_add_password_automatically_set_to_user.rb 5 additions, 0 deletions.../20150213121042_add_password_automatically_set_to_user.rb
- db/schema.rb 22 additions, 19 deletionsdb/schema.rb
- lib/gitlab/oauth/user.rb 6 additions, 5 deletionslib/gitlab/oauth/user.rb
app/views/shared/_no_password.html.haml
0 → 100644
Please register or sign in to comment