2019-01-04 11:29:39 +00: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-12 19:46:24 +00:00
|
|
|
defaults: &defaults
|
2021-01-27 13:30:12 +00:00
|
|
|
site_title: 'Mastodon Glitch Edition'
|
2018-07-31 17:59:34 +01:00
|
|
|
site_short_description: ''
|
2017-01-12 19:46:24 +00:00
|
|
|
site_description: ''
|
2017-01-13 02:24:41 +00:00
|
|
|
site_extended_description: ''
|
2017-07-04 14:19:24 +01:00
|
|
|
site_terms: ''
|
2017-01-12 19:46:24 +00:00
|
|
|
site_contact_username: ''
|
|
|
|
site_contact_email: ''
|
2019-03-14 04:28:30 +00:00
|
|
|
registrations_mode: 'open'
|
2018-12-11 18:18:29 +00:00
|
|
|
profile_directory: true
|
2017-04-04 14:26:57 +01:00
|
|
|
closed_registrations_message: ''
|
2017-07-20 22:26:00 +01:00
|
|
|
timeline_preview: false
|
2017-11-19 03:13:57 +00:00
|
|
|
show_staff_badge: true
|
2018-07-06 01:15:56 +01:00
|
|
|
preview_sensitive_media: false
|
2017-07-14 15:41:02 +01:00
|
|
|
noindex: false
|
2017-12-04 07:26:40 +00:00
|
|
|
flavour: 'glitch'
|
2017-12-01 03:29:47 +00:00
|
|
|
skin: 'default'
|
2019-08-06 16:57:52 +01:00
|
|
|
trends: true
|
2023-01-18 15:43:58 +00:00
|
|
|
trends_as_landing_page: true
|
2019-10-08 23:30:15 +01:00
|
|
|
trendable_by_default: false
|
2022-02-26 09:45:44 +00: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-03-31 20:30:27 +01:00
|
|
|
hide_followers_count: false
|
2017-06-05 00:03:45 +01:00
|
|
|
reserved_usernames:
|
|
|
|
- admin
|
|
|
|
- support
|
|
|
|
- help
|
|
|
|
- root
|
|
|
|
- webmaster
|
|
|
|
- administrator
|
2019-01-04 11:29:39 +00:00
|
|
|
- mod
|
|
|
|
- moderator
|
2018-04-23 22:52:58 +01:00
|
|
|
disallowed_hashtags: # space separated string or list of hashtags without the hash
|
2017-09-10 08:58:38 +01:00
|
|
|
bootstrap_timeline_accounts: ''
|
2017-12-29 18:52:04 +00:00
|
|
|
activity_api_enabled: true
|
|
|
|
peers_api_enabled: true
|
2019-04-30 20:51:24 +01:00
|
|
|
show_reblogs_in_public_timelines: false
|
|
|
|
show_replies_in_public_timelines: false
|
2019-05-13 13:42:39 +01:00
|
|
|
default_content_type: 'text/plain'
|
2019-08-19 10:35:48 +01:00
|
|
|
show_domain_blocks: 'disabled'
|
|
|
|
show_domain_blocks_rationale: 'disabled'
|
2020-05-30 15:47:17 +01:00
|
|
|
outgoing_spoilers: ''
|
2020-12-14 09:03:09 +00:00
|
|
|
require_invite_text: false
|
2022-09-27 02:08:19 +01:00
|
|
|
backups_retention_period: 7
|
2023-05-16 22:27:35 +01:00
|
|
|
captcha_enabled: false
|
2019-01-04 11:29:39 +00:00
|
|
|
|
2017-01-12 19:46:24 +00:00
|
|
|
development:
|
|
|
|
<<: *defaults
|
|
|
|
|
|
|
|
test:
|
|
|
|
<<: *defaults
|
|
|
|
|
|
|
|
production:
|
|
|
|
<<: *defaults
|