mastodon/app/controllers
Jakub Mendyk 6cb3514d64 Add ability to change an instance default theme from the administration panel () ()
* Add default_settings class method to ScopedSettings

ScopedSettings was extended to use value of unscoped setting instead of
only using defaults set in config/settings.yml for selected settings.
This adds possibility for admins to set default values of users' settings,
for example default theme (as requested in ).

* Add ability to change an instance default theme

Closes 
..
activitypub Better pagination for ActivityPub outbox ()
admin Add ability to change an instance default theme from the administration panel () ()
api Add API endpoint to list featured accounts (fixes ) ()
auth Compensate for scrollbar disappearing when media modal visible ()
concerns Redesign public profiles and toots ()
oauth Ensure push subscription is immediately removed when application is revoked ()
settings Allow selecting default posting language instead of auto-detect ()
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 Add ability to change an instance default theme from the administration panel () ()
authorize_interactions_controller.rb Add remote interaction dialog for toots ()
emojis_controller.rb Unuse ActiveRecord::Base#cache_key ()
filters_controller.rb Fix whole-word selection and i18n: Add Japanese translation for Whole-word ()
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 Order invites by recent first ()
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 Unuse ActiveRecord::Base#cache_key ()
stream_entries_controller.rb Fix "Show more" URL on paginated threads for remote statuses ()
tags_controller.rb Compensate for scrollbar disappearing when media modal visible ()