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/lib
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
6 years ago
..
assets
chewy/strategy Fix records not being indexed sometimes (#12024) 6 years ago
devise Fix authentication before 2FA challenge (#11943) 6 years ago
generators Add post-deployment migration system (#8182) 8 years ago
json_ld Fix preloaded JSON-LD context for identity not being used (#12138) 6 years ago
mastodon Remove the terms blacklist and whitelist from UX (#14149) 6 years ago
paperclip Add blurhash to preview cards (#13984) 6 years ago
tasks Add emojis:generate_borders Rake task (#13773) 6 years ago
templates Add post-deployment migration system (#8182) 8 years ago
cli.rb Fix help text around `tootctl email_domain_blocks` (#14147) 6 years ago