-
- Downloads
User's blocked field refactored to use state machine
Showing
- app/controllers/admin/users_controller.rb 1 addition, 1 deletionapp/controllers/admin/users_controller.rb
- app/controllers/application_controller.rb 2 additions, 2 deletionsapp/controllers/application_controller.rb
- app/models/user.rb 20 additions, 14 deletionsapp/models/user.rb
- app/views/admin/users/_form.html.haml 1 addition, 1 deletionapp/views/admin/users/_form.html.haml
- app/views/admin/users/index.html.haml 1 addition, 1 deletionapp/views/admin/users/index.html.haml
- app/views/admin/users/show.html.haml 1 addition, 1 deletionapp/views/admin/users/show.html.haml
- app/views/team_members/_team_member.html.haml 1 addition, 1 deletionapp/views/team_members/_team_member.html.haml
- app/views/teams/members/_show.html.haml 1 addition, 1 deletionapp/views/teams/members/_show.html.haml
- db/schema.rb 2 additions, 3 deletionsdb/schema.rb
- lib/api/entities.rb 2 additions, 2 deletionslib/api/entities.rb
- lib/gitlab/auth.rb 4 additions, 2 deletionslib/gitlab/auth.rb
- spec/models/user_spec.rb 3 additions, 3 deletionsspec/models/user_spec.rb
Please register or sign in to comment