You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
5 years ago
..
environments
initializers Remove the terms blacklist and whitelist from UX (#14149) 5 years ago
locales Remove the terms blacklist and whitelist from UX (#14149) 5 years ago
webpack Bump copy-webpack-plugin from 5.1.1 to 6.0.1 (#13861) 5 years ago
application.rb
boot.rb
brakeman.ignore Add E2EE API (#13820) 5 years ago
database.yml
deploy.rb Bump capistrano from 3.14.0 to 3.14.1 (#14037) 5 years ago
environment.rb
i18n-tasks.yml
navigation.rb
pghero.yml
puma.rb
routes.rb Add E2EE API (#13820) 5 years ago
secrets.yml
settings.yml
sidekiq.yml
themes.yml
webpacker.yml