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/models
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
..
admin
concerns Public profile endorsements (accounts picked by profile owner) (#8146) 7 years ago
form Add ability to change an instance default theme from the administration panel (#7092) (#8381) 7 years ago
web
account.rb Add confirmation step to account suspensions (#8353) 7 years ago
account_domain_block.rb
account_filter.rb
account_moderation_note.rb
account_pin.rb Add API endpoint to list featured accounts (fixes #8315) (#8317) 7 years ago
admin.rb
application_record.rb
backup.rb
block.rb
context.rb
conversation.rb
conversation_mute.rb
custom_emoji.rb
custom_emoji_filter.rb
custom_filter.rb
domain_block.rb
email_domain_block.rb
export.rb Show exact number of followers/statuses on export page/in tooltip (#8199) 7 years ago
favourite.rb Fix error when trying to update counters for statuses that are gone (#8251) 7 years ago
feed.rb
follow.rb Implement Undo { Accept { Follow } } (fixes #8234) (#8245) 7 years ago
follow_request.rb
home_feed.rb
identity.rb
import.rb
instance.rb
instance_filter.rb
invite.rb
invite_filter.rb
list.rb
list_account.rb
list_feed.rb
media_attachment.rb Convert MOV and WEBM to MP4, raise maximum limit to 40MB (#8101) 7 years ago
mention.rb
mute.rb
notification.rb Remove annoying Notification#cache_ids scope warning (#8333) 7 years ago
preview_card.rb
relay.rb Expect relays to answer with accept/reject (#8179) 7 years ago
remote_follow.rb Add remote interaction dialog for toots (#8202) 7 years ago
remote_profile.rb
report.rb
report_filter.rb
report_note.rb
search.rb
session_activation.rb
setting.rb
site_upload.rb
status.rb exclude-other-silenced-accounts (#7528) 7 years ago
status_pin.rb
status_stat.rb Move status counters to separate table, count replies (#8104) 7 years ago
stream_entry.rb
subscription.rb
tag.rb
trending_tags.rb Fix number of results returned from TrendingTags.get 7 years ago
user.rb Reduce user active duration from 7 days to 2 days (#8282) 7 years ago
web.rb