Skip to content
Snippets Groups Projects
  1. Jun 29, 2020
    • Eugen Rochko's avatar
      Add customizable thumbnails for audio and video attachments (#14145) · 64aac307
      Eugen Rochko authored
      - Change audio files to not be stripped of metadata
      - Automatically extract cover art from audio if it exists
      - Add `thumbnail` parameter to `POST /api/v1/media`, `POST /api/v2/media` and `PUT /api/v1/media/:id`
      - Add `icon` to represent it in attachments in ActivityPub
      - Fix `preview_url` containing URL of missing missing image when there is no thumbnail instead of null
      - Fix duration of audio not being displayed on public pages until the file is loaded
      Unverified
      64aac307
  2. Jun 09, 2020
    • ThibG's avatar
      Make domain block/silence/reject-media code more robust (#13424) · 89f40b6c
      ThibG authored
      * Split media cleanup from reject-media domain blocks to its own service
      
      * Slightly improve ClearDomainMediaService error handling
      
      * Lower DomainClearMediaWorker to lowest-priority queue
      
      * Do not catch ActiveRecord::RecordNotFound in domain block workers
      
      * Fix DomainBlockWorker spec labels
      
      * Add some specs
      
      * Change domain blocks to immediately mark accounts as suspended
      
      Rather than doing so sequentially, account after account, while cleaning
      their data. This doesn't change much about the time the block takes to
      complete, but it immediately prevents interaction with the blocked domain,
      while up to now, it would only be guaranteed when the process ends.
      Unverified
      89f40b6c
    • Eugen Rochko's avatar
  3. Jun 04, 2020
  4. Jun 02, 2020
  5. May 15, 2020
  6. May 14, 2020
  7. May 12, 2020
  8. May 10, 2020
  9. May 08, 2020
  10. May 03, 2020
  11. Apr 25, 2020
  12. Apr 15, 2020
  13. Apr 03, 2020
  14. Mar 31, 2020
  15. Mar 25, 2020
    • ThibG's avatar
      Fix media not being marked sensitive when client sets a CW but no text (#13277) · f08f880f
      ThibG authored
      Mastodon enforces the “sensitive” flag on media attachments whenever a toot
      is posted with a Content Warning. However, it does so *after* potentially
      converting the Content Warning to toot text (when there is no toot text),
      which leads to inconsistent and surprising behavior for API clients.
      This commit fixes this inconsistency.
      Unverified
      f08f880f
  16. Mar 21, 2020
  17. Mar 08, 2020
  18. Feb 27, 2020
  19. Feb 16, 2020
  20. Feb 08, 2020
  21. Feb 03, 2020
  22. Feb 01, 2020
  23. Jan 25, 2020
  24. Jan 23, 2020
  25. Jan 11, 2020
Loading