mastodon/lib
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
..
assets
chewy/strategy
devise
generators
json_ld
mastodon Remove the terms blacklist and whitelist from UX ()
paperclip Add blurhash to preview cards ()
tasks Add emojis:generate_borders Rake task ()
templates
cli.rb Fix help text around `tootctl email_domain_blocks` ()