1
0
Fork 0
forked from fedi/mastodon
mastodon/config
Eugen Rochko 8c04e37b03
Remove the terms blacklist and whitelist from UX ()
Localization strings:

- "Whitelist mode" -> "Limited federation mode"
- "Blacklist e-mail domain" -> "Block e-mail domain"
- "Whitelist domain" -> "Allow domain for federation"

...And so on

Environment variables (backwards-compatible):

- `WHITELIST_MODE` -> `LIMITED_FEDERATION_MODE`
- `EMAIL_DOMAIN_BLACKLIST` -> `EMAIL_DOMAIN_DENYLIST`
- `EMAIL_DOMAIN_WHITELIST` -> `EMAIL_DOMAIN_ALLOWLIST`

tootctl:

- `tootctl domains purge --whitelist-mode` -> `tootctl domains purge --limited-federation-mode`

Removed badly maintained and no longer relevant .env.production.sample file
2020-06-27 20:20:11 +02:00
..
environments Add SMTP reply_to option () 2019-09-02 18:12:40 +02:00
initializers Remove the terms blacklist and whitelist from UX () 2020-06-27 20:20:11 +02:00
locales Remove the terms blacklist and whitelist from UX () 2020-06-27 20:20:11 +02:00
webpack Bump copy-webpack-plugin from 5.1.1 to 6.0.1 () 2020-06-06 06:42:23 +09:00
application.rb Fix sr locale being selected over sr-Latn () 2020-05-11 01:09:21 +02:00
boot.rb Fix bootsnap cache directory being declared relatively () 2018-12-13 05:19:52 +01:00
brakeman.ignore Add E2EE API () 2020-06-02 19:24:53 +02:00
database.yml config: add DB_SSLMODE for managed/remote PG () 2019-03-08 14:36:28 +01:00
deploy.rb Bump capistrano from 3.14.0 to 3.14.1 () 2020-06-17 06:31:30 +02:00
environment.rb Make PreviewCard records reuseable between statuses () 2017-09-01 16:20:16 +02:00
i18n-tasks.yml Fix inconsistent interpolations test by ignoring single plural keys () 2019-11-15 21:23:03 +01:00
navigation.rb Add announcements () 2020-01-23 22:00:13 +01:00
pghero.yml Fix PgHero Content-Security-Policy when CDN_HOST is used () 2020-05-04 13:52:41 +02:00
puma.rb Add PERSISTENT_TIMEOUT option () 2019-09-04 20:44:08 +02:00
routes.rb Add E2EE API () 2020-06-02 19:24:53 +02:00
secrets.yml Upgrade to Rails 5.0.0.1 2016-08-17 17:58:00 +02:00
settings.yml Admin setting to disable default follows () 2019-12-16 23:55:50 +01:00
sidekiq.yml Change trending hashtags to not disappear instantly after midnight () 2019-09-02 18:11:13 +02:00
themes.yml More polished light theme () 2018-05-25 18:36:26 +02:00
webpacker.yml Bump webpacker from 3.5.5 to 4.0.2 () 2019-03-15 15:05:31 +01:00