You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app/controllers
Jakub Mendyk 6cb3514d64 Add ability to change an instance default theme from the administration panel (#7092) (#8381)
* 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 #7092).

* Add ability to change an instance default theme

Closes #7092
7 years ago
..
activitypub
admin Add ability to change an instance default theme from the administration panel (#7092) (#8381) 7 years ago
api Add API endpoint to list featured accounts (fixes #8315) (#8317) 7 years ago
auth
concerns
oauth
settings
well_known
about_controller.rb
account_follow_controller.rb
account_unfollow_controller.rb
accounts_controller.rb Unuse ActiveRecord::Base#cache_key (#8185) 7 years ago
application_controller.rb Add ability to change an instance default theme from the administration panel (#7092) (#8381) 7 years ago
authorize_interactions_controller.rb Add remote interaction dialog for toots (#8202) 7 years ago
emojis_controller.rb Unuse ActiveRecord::Base#cache_key (#8185) 7 years ago
filters_controller.rb
follower_accounts_controller.rb
following_accounts_controller.rb
home_controller.rb
intents_controller.rb Add remote interaction dialog for toots (#8202) 7 years ago
invites_controller.rb
manifests_controller.rb
media_controller.rb
media_proxy_controller.rb
remote_follow_controller.rb Add remote interaction dialog for toots (#8202) 7 years ago
remote_interaction_controller.rb Add remote interaction dialog for toots (#8202) 7 years ago
remote_unfollows_controller.rb
shares_controller.rb
statuses_controller.rb Unuse ActiveRecord::Base#cache_key (#8185) 7 years ago
stream_entries_controller.rb
tags_controller.rb