Skip to content
Snippets Groups Projects
  1. Jun 29, 2020
  2. Jun 28, 2020
  3. 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
  4. Jun 26, 2020
  5. Jun 25, 2020
  6. Jun 24, 2020
    • Eugen Rochko's avatar
      Fix various issues around OpenGraph representation of media (#14133) · 662a49dc
      Eugen Rochko authored
      - Fix audio attachments not being represented in OpenGraph tags
      - Fix audio being represented as "1 image" in OpenGraph descriptions
      - Fix video metadata being overwritten by paperclip-av-transcoder
      - Fix embedded player not using Mastodon's UI
      - Fix audio/video progress bars not moving smoothly
      - Fix audio/video buffered bars not displaying correctly
      662a49dc
Loading