Add preference to hide following/followers lists (#7532)
* Add preference to hide following/followers lists - Public pages - ActivityPub collections (does not return pages but does give total) - REST API (unless it's your own) (does not federate) Fix #6901 * Add preference * Add delegation * Fix issue * Fix issue
Showing
- app/controllers/api/v1/accounts/follower_accounts_controller.rb 2 additions, 0 deletions...ntrollers/api/v1/accounts/follower_accounts_controller.rb
- app/controllers/api/v1/accounts/following_accounts_controller.rb 2 additions, 0 deletions...trollers/api/v1/accounts/following_accounts_controller.rb
- app/controllers/follower_accounts_controller.rb 4 additions, 0 deletionsapp/controllers/follower_accounts_controller.rb
- app/controllers/following_accounts_controller.rb 4 additions, 0 deletionsapp/controllers/following_accounts_controller.rb
- app/controllers/settings/preferences_controller.rb 1 addition, 0 deletionsapp/controllers/settings/preferences_controller.rb
- app/javascript/styles/mastodon/accounts.scss 11 additions, 2 deletionsapp/javascript/styles/mastodon/accounts.scss
- app/javascript/styles/mastodon/footer.scss 1 addition, 1 deletionapp/javascript/styles/mastodon/footer.scss
- app/lib/user_settings_decorator.rb 5 additions, 0 deletionsapp/lib/user_settings_decorator.rb
- app/models/account.rb 1 addition, 0 deletionsapp/models/account.rb
- app/models/user.rb 5 additions, 1 deletionapp/models/user.rb
- app/views/accounts/_follow_grid.html.haml 2 additions, 1 deletionapp/views/accounts/_follow_grid.html.haml
- app/views/accounts/_follow_grid_hidden.html.haml 3 additions, 0 deletionsapp/views/accounts/_follow_grid_hidden.html.haml
- app/views/follower_accounts/index.html.haml 4 additions, 1 deletionapp/views/follower_accounts/index.html.haml
- app/views/following_accounts/index.html.haml 4 additions, 1 deletionapp/views/following_accounts/index.html.haml
- app/views/layouts/public.html.haml 2 additions, 2 deletionsapp/views/layouts/public.html.haml
- app/views/settings/preferences/show.html.haml 3 additions, 0 deletionsapp/views/settings/preferences/show.html.haml
- config/locales/en.yml 1 addition, 0 deletionsconfig/locales/en.yml
- config/locales/simple_form.en.yml 2 additions, 0 deletionsconfig/locales/simple_form.en.yml
- config/settings.yml 1 addition, 0 deletionsconfig/settings.yml
Please register or sign in to comment