-
- Downloads
Allow access to groups with public projects.
Fixed Group avatars to only display when user has read permissions to at least one project in the group.
Showing
- app/controllers/dashboard_controller.rb 1 addition, 0 deletionsapp/controllers/dashboard_controller.rb
- app/controllers/groups_controller.rb 19 additions, 6 deletionsapp/controllers/groups_controller.rb
- app/controllers/public/projects_controller.rb 1 addition, 1 deletionapp/controllers/public/projects_controller.rb
- app/controllers/users_controller.rb 3 additions, 3 deletionsapp/controllers/users_controller.rb
- app/helpers/groups_helper.rb 8 additions, 0 deletionsapp/helpers/groups_helper.rb
- app/helpers/search_helper.rb 2 additions, 13 deletionsapp/helpers/search_helper.rb
- app/models/ability.rb 14 additions, 2 deletionsapp/models/ability.rb
- app/models/group.rb 6 additions, 0 deletionsapp/models/group.rb
- app/models/namespace.rb 8 additions, 0 deletionsapp/models/namespace.rb
- app/models/project.rb 12 additions, 2 deletionsapp/models/project.rb
- app/services/filtering_service.rb 4 additions, 4 deletionsapp/services/filtering_service.rb
- app/services/search/global_service.rb 1 addition, 5 deletionsapp/services/search/global_service.rb
- app/views/groups/issues.html.haml 3 additions, 1 deletionapp/views/groups/issues.html.haml
- app/views/groups/members.html.haml 8 additions, 6 deletionsapp/views/groups/members.html.haml
- app/views/groups/merge_requests.html.haml 3 additions, 1 deletionapp/views/groups/merge_requests.html.haml
- app/views/groups/show.html.haml 11 additions, 9 deletionsapp/views/groups/show.html.haml
- app/views/layouts/nav/_group.html.haml 4 additions, 2 deletionsapp/views/layouts/nav/_group.html.haml
- app/views/layouts/public_group.html.haml 10 additions, 0 deletionsapp/views/layouts/public_group.html.haml
- app/views/layouts/public_projects.html.haml 1 addition, 1 deletionapp/views/layouts/public_projects.html.haml
- app/views/shared/_filter.html.haml 12 additions, 11 deletionsapp/views/shared/_filter.html.haml
Loading
Please register or sign in to comment