mastodon/spec/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 Use raw status code on have_http_status ()
admin Add confirmation step to account suspensions ()
api Update Rails ()
auth Add missing tests for confirmations controller ()
concerns Update Rails ()
oauth Ensure push subscription is immediately removed when application is revoked ()
settings Change language opt-out to language opt-in ()
well_known Serialize webfinger XML with Ox instead of Nokogiri ()
about_controller_spec.rb Compensate for scrollbar disappearing when media modal visible ()
account_follow_controller_spec.rb Cover AccountFollowController more in spec ()
account_unfollow_controller_spec.rb Cover AccountUnfollowController more in spec ()
accounts_controller_spec.rb Use raw status code on have_http_status ()
application_controller_spec.rb Add ability to change an instance default theme from the administration panel () ()
authorize_interactions_controller_spec.rb Add remote interaction dialog for toots ()
emojis_controller_spec.rb Add a test for emojis_controller ()
follower_accounts_controller_spec.rb Add tests for followers_accounts_controller ()
following_accounts_controller_spec.rb Add tests for following accounts controller ()
home_controller_spec.rb Redirect from Web tag timeline to public tag timeline if not signed in ()
intents_controller_spec.rb Add remote interaction dialog for toots ()
invites_controller_spec.rb Fix tests for invites controller (regression from 4d81809f36) ()
manifests_controller_spec.rb Use raw status code on have_http_status ()
media_controller_spec.rb Use raw status code on have_http_status ()
remote_follow_controller_spec.rb Use raw status code on have_http_status ()
remote_unfollows_controller_spec.rb Add tests for remote_unfollows_controller ()
shares_controller_spec.rb Add tests for shares_controller ()
statuses_controller_spec.rb Paginate descendant statuses in public page ()
stream_entries_controller_spec.rb Use raw status code on have_http_status ()
tags_controller_spec.rb Use raw status code on have_http_status ()