mastodon/config
Eugen Rochko 8c04e37b03
Remove the terms blacklist and whitelist from UX (#14149)
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 (#11718) 2019-09-02 18:12:40 +02:00
initializers Remove the terms blacklist and whitelist from UX (#14149) 2020-06-27 20:20:11 +02:00
locales Remove the terms blacklist and whitelist from UX (#14149) 2020-06-27 20:20:11 +02:00
webpack
application.rb Fix sr locale being selected over sr-Latn (#13693) 2020-05-11 01:09:21 +02:00
boot.rb
brakeman.ignore
database.yml
deploy.rb Bump capistrano from 3.14.0 to 3.14.1 (#14037) 2020-06-17 06:31:30 +02:00
environment.rb Make PreviewCard records reuseable between statuses (#4642) 2017-09-01 16:20:16 +02:00
i18n-tasks.yml
navigation.rb Add announcements (#12662) 2020-01-23 22:00:13 +01:00
pghero.yml
puma.rb
routes.rb Add E2EE API (#13820) 2020-06-02 19:24:53 +02:00
secrets.yml
settings.yml
sidekiq.yml
themes.yml
webpacker.yml