Skip to content
Snippets Groups Projects
  1. Jul 01, 2020
    • ThibG's avatar
      Change move handler to carry blocks over (#14144) · 35cedc92
      ThibG authored
      * Change move handler to carry blocks and mutes over
      
      When user A blocks user B and B moves to a new account C, make A block C
      accordingly.
      
      Note that it only works if A's instance is aware of the Move, that is,
      if B is on A's instance or has followers there.
      
      * Also notify instances with known people blocking you when moving
      
      * Add automatic account notes when blocking/muting an account that had no note
      35cedc92
    • mayaeh's avatar
      follow-up #14149 (#14192) · 411bf188
      mayaeh authored
      ran `yarn manage:translations en`
      411bf188
  2. Jun 30, 2020
  3. Jun 29, 2020
  4. Jun 28, 2020
  5. Jun 27, 2020
    • Eugen Rochko's avatar
      Remove the terms blacklist and whitelist from UX (#14149) · 8c04e37b
      Eugen Rochko authored
      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
      8c04e37b
  6. Jun 26, 2020
  7. Jun 25, 2020
Loading