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