-
- Downloads
Code improvements and add Create group service
parent
de251bcf
No related branches found
No related tags found
Showing
- app/assets/stylesheets/framework/common.scss 18 additions, 28 deletionsapp/assets/stylesheets/framework/common.scss
- app/assets/stylesheets/framework/mobile.scss 1 addition, 1 deletionapp/assets/stylesheets/framework/mobile.scss
- app/assets/stylesheets/pages/projects.scss 0 additions, 22 deletionsapp/assets/stylesheets/pages/projects.scss
- app/controllers/groups_controller.rb 1 addition, 3 deletionsapp/controllers/groups_controller.rb
- app/controllers/users_controller.rb 1 addition, 8 deletionsapp/controllers/users_controller.rb
- app/finders/joined_groups_finder.rb 1 addition, 1 deletionapp/finders/joined_groups_finder.rb
- app/models/ability.rb 2 additions, 2 deletionsapp/models/ability.rb
- app/services/groups/base_service.rb 4 additions, 0 deletionsapp/services/groups/base_service.rb
- app/services/groups/create_service.rb 17 additions, 0 deletionsapp/services/groups/create_service.rb
- app/services/groups/update_service.rb 3 additions, 10 deletionsapp/services/groups/update_service.rb
- app/services/projects/create_service.rb 5 additions, 1 deletionapp/services/projects/create_service.rb
- app/views/groups/show.html.haml 2 additions, 2 deletionsapp/views/groups/show.html.haml
- app/views/projects/_home_panel.html.haml 1 addition, 1 deletionapp/views/projects/_home_panel.html.haml
- db/migrate/20160308212903_add_default_group_visibility_to_application_settings.rb 18 additions, 2 deletions...3_add_default_group_visibility_to_application_settings.rb
- db/schema.rb 1 addition, 1 deletiondb/schema.rb
- spec/features/security/group/internal_access_spec.rb 0 additions, 2 deletionsspec/features/security/group/internal_access_spec.rb
- spec/services/groups/create_service_spec.rb 22 additions, 0 deletionsspec/services/groups/create_service_spec.rb
Loading
Please register or sign in to comment