-
- Downloads
There was an error fetching the commit references. Please try again later.
Added group-specific setting for LFS.
Groups can enable/disable LFS, but this setting can be overridden at the project level. Admin only
Showing
- app/controllers/admin/groups_controller.rb 9 additions, 1 deletionapp/controllers/admin/groups_controller.rb
- app/controllers/groups_controller.rb 11 additions, 1 deletionapp/controllers/groups_controller.rb
- app/helpers/groups_helper.rb 5 additions, 0 deletionsapp/helpers/groups_helper.rb
- app/helpers/projects_helper.rb 2 additions, 2 deletionsapp/helpers/projects_helper.rb
- app/models/group.rb 7 additions, 0 deletionsapp/models/group.rb
- app/models/namespace.rb 5 additions, 0 deletionsapp/models/namespace.rb
- app/models/project.rb 6 additions, 3 deletionsapp/models/project.rb
- app/views/admin/groups/_form.html.haml 2 additions, 0 deletionsapp/views/admin/groups/_form.html.haml
- app/views/admin/groups/show.html.haml 7 additions, 0 deletionsapp/views/admin/groups/show.html.haml
- app/views/admin/projects/show.html.haml 1 addition, 1 deletionapp/views/admin/projects/show.html.haml
- app/views/groups/edit.html.haml 2 additions, 0 deletionsapp/views/groups/edit.html.haml
- app/views/shared/_visibility_level.html.haml 1 addition, 1 deletionapp/views/shared/_visibility_level.html.haml
- app/views/shared/groups/_group_lfs_settings.html.haml 11 additions, 0 deletionsapp/views/shared/groups/_group_lfs_settings.html.haml
- db/migrate/20160901213340_add_lfs_enabled_to_namespaces.rb 29 additions, 0 deletionsdb/migrate/20160901213340_add_lfs_enabled_to_namespaces.rb
- db/schema.rb 1 addition, 0 deletionsdb/schema.rb
- doc/api/groups.md 2 additions, 0 deletionsdoc/api/groups.md
- lib/api/entities.rb 1 addition, 1 deletionlib/api/entities.rb
- lib/api/groups.rb 4 additions, 2 deletionslib/api/groups.rb
- spec/models/project_spec.rb 66 additions, 0 deletionsspec/models/project_spec.rb
Please register or sign in to comment