-
- Downloads
Merge pull request #6177 from cirosantilli/public-user-pages
User pages are public
No related branches found
No related tags found
Showing
- CHANGELOG 3 additions, 2 deletionsCHANGELOG
- app/assets/stylesheets/sections/header.scss 3 additions, 3 deletionsapp/assets/stylesheets/sections/header.scss
- app/controllers/users_controller.rb 16 additions, 4 deletionsapp/controllers/users_controller.rb
- app/views/help/public_access.html.haml 15 additions, 0 deletionsapp/views/help/public_access.html.haml
- app/views/layouts/_head_panel.html.haml 1 addition, 1 deletionapp/views/layouts/_head_panel.html.haml
- app/views/layouts/_public_head_panel.html.haml 1 addition, 5 deletionsapp/views/layouts/_public_head_panel.html.haml
- app/views/layouts/public.html.haml 1 addition, 2 deletionsapp/views/layouts/public.html.haml
- app/views/layouts/public_projects.html.haml 2 additions, 2 deletionsapp/views/layouts/public_projects.html.haml
- app/views/layouts/public_users.html.haml 7 additions, 0 deletionsapp/views/layouts/public_users.html.haml
- features/admin/groups.feature 3 additions, 3 deletionsfeatures/admin/groups.feature
- features/group/group.feature 3 additions, 3 deletionsfeatures/group/group.feature
- features/steps/admin/admin_groups.rb 5 additions, 8 deletionsfeatures/steps/admin/admin_groups.rb
- features/steps/group/group.rb 5 additions, 8 deletionsfeatures/steps/group/group.rb
- features/steps/public/projects_feature.rb 2 additions, 30 deletionsfeatures/steps/public/projects_feature.rb
- features/steps/shared/paths.rb 8 additions, 0 deletionsfeatures/steps/shared/paths.rb
- features/steps/shared/project.rb 64 additions, 0 deletionsfeatures/steps/shared/project.rb
- features/steps/shared/user.rb 11 additions, 0 deletionsfeatures/steps/shared/user.rb
- features/steps/user.rb 10 additions, 0 deletionsfeatures/steps/user.rb
- features/user.feature 69 additions, 0 deletionsfeatures/user.feature
app/views/layouts/public_users.html.haml
0 → 100644
features/steps/shared/user.rb
0 → 100644
features/steps/user.rb
0 → 100644
features/user.feature
0 → 100644
Please register or sign in to comment