2019-01-04 20:29:39 +09:00
|
|
|
# This file contains default values, and does not need to be edited. All
|
|
|
|
# important settings can be changed from the admin interface.
|
|
|
|
|
2017-01-13 04:46:24 +09:00
|
|
|
defaults: &defaults
|
2021-01-27 22:30:12 +09:00
|
|
|
site_title: 'Mastodon Glitch Edition'
|
2018-08-01 01:59:34 +09:00
|
|
|
site_short_description: ''
|
2017-01-13 04:46:24 +09:00
|
|
|
site_description: ''
|
2017-01-13 11:24:41 +09:00
|
|
|
site_extended_description: ''
|
2017-07-04 22:19:24 +09:00
|
|
|
site_terms: ''
|
2017-01-13 04:46:24 +09:00
|
|
|
site_contact_username: ''
|
|
|
|
site_contact_email: ''
|
2019-03-14 13:28:30 +09:00
|
|
|
registrations_mode: 'open'
|
2018-12-12 03:18:29 +09:00
|
|
|
profile_directory: true
|
2017-04-04 22:26:57 +09:00
|
|
|
closed_registrations_message: ''
|
2017-07-21 06:26:00 +09:00
|
|
|
timeline_preview: false
|
2017-11-19 12:13:57 +09:00
|
|
|
show_staff_badge: true
|
2018-07-06 09:15:56 +09:00
|
|
|
preview_sensitive_media: false
|
2017-07-14 23:41:02 +09:00
|
|
|
noindex: false
|
2017-12-04 16:26:40 +09:00
|
|
|
flavour: 'glitch'
|
2017-12-01 12:29:47 +09:00
|
|
|
skin: 'default'
|
2019-08-07 00:57:52 +09:00
|
|
|
trends: true
|
2023-01-19 00:43:58 +09:00
|
|
|
trends_as_landing_page: true
|
2019-10-09 07:30:15 +09:00
|
|
|
trendable_by_default: false
|
2022-02-26 18:45:44 +09:00
|
|
|
trending_status_cw: true
|
Merge branch 'main' into glitch-soc/merge-upstream
Conflicts:
- `README.md`:
Upstream added a link to the roadmap, but we have a completely different README.
Kept ours.
- `app/models/media_attachment.rb`:
Upstream upped media attachment limits.
Updated the default according to upstream's.
- `db/migrate/20180831171112_create_bookmarks.rb`:
Upstream changed the migration compatibility level.
Did so too.
- `config/initializers/content_security_policy.rb`:
Upstream refactored this file but we have a different version.
Kept our version.
- `app/controllers/settings/preferences_controller.rb`:
Upstream completely refactored user settings storage, and glitch-soc has a
different set of settings.
The file does not directly references individual settings anymore.
Applied upstream changes.
- `app/lib/user_settings_decorator.rb`:
Upstream completely refactored user settings storage, and glitch-soc has a
different set of settings.
The file got removed entirely.
Removed it as well.
- `app/models/user.rb`:
Upstream completely refactored user settings storage, and glitch-soc has a
different set of settings.
References to individual settings have been removed from the file.
Removed them as well.
- `app/views/settings/preferences/appearance/show.html.haml`:
Upstream completely refactored user settings storage, and glitch-soc has a
different set of settings.
Applied upstream's changes and ported ours back.
- `app/views/settings/preferences/notifications/show.html.haml`:
Upstream completely refactored user settings storage, and glitch-soc has a
different set of settings.
Applied upstream's changes and ported ours back.
- `app/views/settings/preferences/other/show.html.haml`:
Upstream completely refactored user settings storage, and glitch-soc has a
different set of settings.
Applied upstream's changes and ported ours back.
- `config/settings.yml`:
Upstream completely refactored user settings storage, and glitch-soc has a
different set of settings.
In particular, upstream removed user-specific and unused settings.
Did the same in glitch-soc.
- `spec/controllers/application_controller_spec.rb`:
Conflicts due to glitch-soc's theming system.
Mostly kept our version, as upstream messed up the tests.
2023-04-01 04:30:27 +09:00
|
|
|
hide_followers_count: false
|
2017-06-05 08:03:45 +09:00
|
|
|
reserved_usernames:
|
|
|
|
- admin
|
|
|
|
- support
|
|
|
|
- help
|
|
|
|
- root
|
|
|
|
- webmaster
|
|
|
|
- administrator
|
2019-01-04 20:29:39 +09:00
|
|
|
- mod
|
|
|
|
- moderator
|
2018-04-24 06:52:58 +09:00
|
|
|
disallowed_hashtags: # space separated string or list of hashtags without the hash
|
2017-09-10 16:58:38 +09:00
|
|
|
bootstrap_timeline_accounts: ''
|
2017-12-30 03:52:04 +09:00
|
|
|
activity_api_enabled: true
|
|
|
|
peers_api_enabled: true
|
2019-05-01 04:51:24 +09:00
|
|
|
show_reblogs_in_public_timelines: false
|
|
|
|
show_replies_in_public_timelines: false
|
2019-05-13 21:42:39 +09:00
|
|
|
default_content_type: 'text/plain'
|
2019-08-19 18:35:48 +09:00
|
|
|
show_domain_blocks: 'disabled'
|
|
|
|
show_domain_blocks_rationale: 'disabled'
|
2020-05-30 23:47:17 +09:00
|
|
|
outgoing_spoilers: ''
|
2020-12-14 18:03:09 +09:00
|
|
|
require_invite_text: false
|
2022-09-27 10:08:19 +09:00
|
|
|
backups_retention_period: 7
|
2023-05-17 06:27:35 +09:00
|
|
|
captcha_enabled: false
|
2019-01-04 20:29:39 +09:00
|
|
|
|
2017-01-13 04:46:24 +09:00
|
|
|
development:
|
|
|
|
<<: *defaults
|
|
|
|
|
|
|
|
test:
|
|
|
|
<<: *defaults
|
|
|
|
|
|
|
|
production:
|
|
|
|
<<: *defaults
|