mastodon/app/controllers
ThibG 720daa8143 Add instance-wide setting to disable profile directory ()
* Add instance-wide setting to disable profile directory

Fixes 

When the profile directory is disabled:
- The “discoverable” setting is hidden from users
- The “profile directory” link is not shown on public pages
- /explore returns 404

* Move Setting.profile_directory check to a before_action filter
..
activitypub Add specs for activitypub collections controller ()
admin Add instance-wide setting to disable profile directory ()
api Add profile directory ()
auth Revert "feat(auth/session_controller): Send Clear-Site-Data when logging out (8627)" ()
concerns Remove RemoteAccountControllerConcern never used ()
oauth Add force_login option to OAuth authorize page ()
settings Add setting to not aggregate reblogs ()
well_known Make host_meta/webfinger replies cacheable (fixes ) ()
about_controller.rb Update /terms and /about/more to use public layout ()
account_follow_controller.rb Restful refactor of accounts/ routes ()
account_unfollow_controller.rb Restful refactor of accounts/ routes ()
accounts_controller.rb Unuse ActiveRecord::Base#cache_key ()
application_controller.rb Remove intermediary arrays when creating hash maps from results ()
authorize_interactions_controller.rb Add remote interaction dialog for toots ()
custom_css_controller.rb Add admin custom CSS setting ()
directories_controller.rb Add instance-wide setting to disable profile directory ()
emojis_controller.rb Unuse ActiveRecord::Base#cache_key ()
filters_controller.rb Set @body_classes to admin layout ()
follower_accounts_controller.rb Add preference to hide following/followers lists ()
following_accounts_controller.rb Add preference to hide following/followers lists ()
home_controller.rb Ensure single user is a local user (fixes ) ()
intents_controller.rb Add remote interaction dialog for toots ()
invites_controller.rb Set @body_classes to admin layout ()
manifests_controller.rb Make Chrome splash screen same color as web UI's background color ()
media_controller.rb Save video metadata and improve video OpenGraph tags ()
media_proxy_controller.rb Raise Mastodon::RaceConditionError if Redis lock failed ()
remote_follow_controller.rb Add remote interaction dialog for toots ()
remote_interaction_controller.rb Add remote interaction dialog for toots ()
remote_unfollows_controller.rb Add tests for remote_unfollows_controller ()
shares_controller.rb Add REST API for Web Push Notifications subscriptions ()
statuses_controller.rb Fix thread depth computation in statuses_controller ()
stream_entries_controller.rb Fix "Show more" URL on paginated threads for remote statuses ()
tags_controller.rb Allow joining several hashtags in a single column ()