-
- Downloads
Add an option to have a private profile on GitLab
parent
adc327d3
No related branches found
No related tags found
Showing
- app/controllers/profiles_controller.rb 2 additions, 1 deletionapp/controllers/profiles_controller.rb
- app/controllers/users_controller.rb 6 additions, 0 deletionsapp/controllers/users_controller.rb
- app/finders/personal_projects_finder.rb 4 additions, 0 deletionsapp/finders/personal_projects_finder.rb
- app/finders/user_recent_events_finder.rb 3 additions, 0 deletionsapp/finders/user_recent_events_finder.rb
- app/helpers/users_helper.rb 7 additions, 1 deletionapp/helpers/users_helper.rb
- app/policies/user_policy.rb 6 additions, 0 deletionsapp/policies/user_policy.rb
- app/services/users/build_service.rb 2 additions, 1 deletionapp/services/users/build_service.rb
- app/views/profiles/show.html.haml 6 additions, 0 deletionsapp/views/profiles/show.html.haml
- app/views/users/show.html.haml 44 additions, 30 deletionsapp/views/users/show.html.haml
- changelogs/unreleased/38604-add-private-profile.yml 5 additions, 0 deletionschangelogs/unreleased/38604-add-private-profile.yml
- db/migrate/20180722103201_add_private_profile_to_users.rb 10 additions, 0 deletionsdb/migrate/20180722103201_add_private_profile_to_users.rb
- db/schema.rb 2 additions, 1 deletiondb/schema.rb
- doc/api/users.md 12 additions, 5 deletionsdoc/api/users.md
- doc/user/profile/index.md 22 additions, 0 deletionsdoc/user/profile/index.md
- lib/api/entities.rb 2 additions, 1 deletionlib/api/entities.rb
- lib/api/keys.rb 1 addition, 1 deletionlib/api/keys.rb
- lib/api/users.rb 6 additions, 5 deletionslib/api/users.rb
- spec/controllers/users_controller_spec.rb 57 additions, 7 deletionsspec/controllers/users_controller_spec.rb
- spec/features/users/show_spec.rb 47 additions, 9 deletionsspec/features/users/show_spec.rb
- spec/finders/user_recent_events_finder_spec.rb 13 additions, 2 deletionsspec/finders/user_recent_events_finder_spec.rb
Please register or sign in to comment