-
- Downloads
Merge branch 'admin-edit-identities' into 'master'
Admin can see, edit and remove user identities Related to #1415 and https://dev.gitlab.org/gitlab/gitlabhq/issues/2224 Signed-off-by:Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> See merge request !843
No related branches found
No related tags found
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- app/controllers/admin/identities_controller.rb 41 additions, 0 deletionsapp/controllers/admin/identities_controller.rb
- app/controllers/admin/users_controller.rb 10 additions, 1 deletionapp/controllers/admin/users_controller.rb
- app/views/admin/identities/_form.html.haml 19 additions, 0 deletionsapp/views/admin/identities/_form.html.haml
- app/views/admin/identities/_identity.html.haml 12 additions, 0 deletionsapp/views/admin/identities/_identity.html.haml
- app/views/admin/identities/edit.html.haml 6 additions, 0 deletionsapp/views/admin/identities/edit.html.haml
- app/views/admin/identities/index.html.haml 13 additions, 0 deletionsapp/views/admin/identities/index.html.haml
- app/views/admin/users/_head.html.haml 23 additions, 0 deletionsapp/views/admin/users/_head.html.haml
- app/views/admin/users/groups.html.haml 19 additions, 0 deletionsapp/views/admin/users/groups.html.haml
- app/views/admin/users/keys.html.haml 3 additions, 0 deletionsapp/views/admin/users/keys.html.haml
- app/views/admin/users/projects.html.haml 43 additions, 0 deletionsapp/views/admin/users/projects.html.haml
- app/views/admin/users/show.html.haml 150 additions, 236 deletionsapp/views/admin/users/show.html.haml
- config/routes.rb 5 additions, 0 deletionsconfig/routes.rb
- features/admin/users.feature 19 additions, 1 deletionfeatures/admin/users.feature
- features/steps/admin/users.rb 41 additions, 0 deletionsfeatures/steps/admin/users.rb
- lib/gitlab/o_auth/provider.rb 19 additions, 0 deletionslib/gitlab/o_auth/provider.rb
app/views/admin/identities/_form.html.haml
0 → 100644
app/views/admin/identities/edit.html.haml
0 → 100644
app/views/admin/identities/index.html.haml
0 → 100644
app/views/admin/users/_head.html.haml
0 → 100644
app/views/admin/users/groups.html.haml
0 → 100644
app/views/admin/users/keys.html.haml
0 → 100644
app/views/admin/users/projects.html.haml
0 → 100644
lib/gitlab/o_auth/provider.rb
0 → 100644
Please register or sign in to comment