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
2018-12-11 19:18:29 +01:00
..
activitypub Add specs for activitypub collections controller () 2018-12-10 21:39:25 +01:00
admin Add instance-wide setting to disable profile directory () 2018-12-11 19:18:29 +01:00
api Add profile directory () 2018-12-06 17:36:11 +01:00
auth
concerns Remove RemoteAccountControllerConcern never used () 2018-12-10 21:38:01 +01:00
oauth
settings Add setting to not aggregate reblogs () 2018-12-09 13:03:01 +01:00
well_known
about_controller.rb
account_follow_controller.rb
account_unfollow_controller.rb
accounts_controller.rb
application_controller.rb Remove intermediary arrays when creating hash maps from results () 2018-11-16 15:02:18 +01:00
authorize_interactions_controller.rb
custom_css_controller.rb
directories_controller.rb Add instance-wide setting to disable profile directory () 2018-12-11 19:18:29 +01:00
emojis_controller.rb
filters_controller.rb
follower_accounts_controller.rb
following_accounts_controller.rb
home_controller.rb
intents_controller.rb
invites_controller.rb
manifests_controller.rb
media_controller.rb
media_proxy_controller.rb
remote_follow_controller.rb
remote_interaction_controller.rb
remote_unfollows_controller.rb
shares_controller.rb
statuses_controller.rb Fix thread depth computation in statuses_controller () 2018-12-05 02:12:29 +01:00
stream_entries_controller.rb
tags_controller.rb