Skip to content
Extraits de code Groupes Projets
  1. sept. 28, 2020
  2. août 24, 2020
  3. août 22, 2020
  4. juil. 09, 2020
    • Sasha Sorokin's avatar
      Replace repetitive blurhash code with component (#14267) · 61c07c37
      Sasha Sorokin a rédigé
      This commit replaces all unnecessarily repeated code for decoding and
      embedding blurhash canvases with separate component - <Blurhash>.
      
      Under the hood Blurhash component will use effect dependent on its
      props. This gives a few benefits: it will only be re-rendered whenever
      the hash or width/height/dummy props update, and will not render if
      canvas won't get to the final DOM, because then effect won't fire,
      which prevents weird bugs like #14257.
      61c07c37
  5. juil. 08, 2020
  6. juil. 05, 2020
  7. juin 29, 2020
    • Eugen Rochko's avatar
      Add customizable thumbnails for audio and video attachments (#14145) · 64aac307
      Eugen Rochko a rédigé
      - 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
      64aac307
  8. juin 26, 2020
  9. juin 25, 2020
  10. juin 24, 2020
  11. juin 23, 2020
  12. juin 21, 2020
  13. juin 06, 2020
  14. avr. 25, 2020
    • ThibG's avatar
      Fix expanded video player issues (#13541) · c955f98d
      ThibG a rédigé
      Fixes #13536
      
      - Expanding a paused video doesn't autoplay anymore
      - Default volume level for the expanded video inherited from the original video
      
      Position/playing state/volume are carried over from the original video player
      to the modal, but they're not reported back to the modal as it would require
      deeper changes.
      c955f98d
  15. mars 10, 2020
  16. mars 08, 2020
  17. mars 05, 2020
  18. fév. 07, 2020
  19. jan. 25, 2020
  20. jan. 24, 2020
  21. jan. 06, 2020
  22. déc. 04, 2019
  23. déc. 02, 2019
  24. nov. 29, 2019
  25. nov. 19, 2019
  26. nov. 13, 2019
    • ThibG's avatar
      Add bookmarks (#7107) · dfea7368
      ThibG a rédigé
      * Add backend support for bookmarks
      
      Bookmarks behave like favourites, except they aren't shared with other
      users and do not have an associated counter.
      
      * Add spec for bookmark endpoints
      
      * Add front-end support for bookmarks
      
      * Introduce OAuth scopes for bookmarks
      
      * Add bookmarks to archive takeout
      
      * Fix migration
      
      * Coding style fixes
      
      * Fix rebase issue
      
      * Update bookmarked_statuses to latest UI changes
      
      * Update bookmark actions to properly reflect status changes in state
      
      * Add bookmarks item to single-column layout
      
      * Make active bookmarks red
      dfea7368
  27. oct. 24, 2019
  28. sept. 29, 2019
  29. août 29, 2019
  30. août 25, 2019
    • Eugen Rochko's avatar
      Fix more visual issues with the audio player (#11654) · 2e99e3ca
      Eugen Rochko a rédigé
      * Fix more visual issues with the audio player
      
      - Add horizontal baseline in the middle of waveform
      - Fix audio player colors in light theme
      - Use audio element instead of web audio API
      - Do not render any bars until the file is loaded
      - Do not allow interactions with waveform until the file is loaded
      
      * Fix code style issue
      2e99e3ca
  31. août 23, 2019
  32. août 06, 2019
  33. août 01, 2019
  34. juil. 30, 2019
    • ThibG's avatar
      Change links in webUI to rewrite misleading links (#11426) · b31b232e
      ThibG a rédigé
      * [WiP] Show host for “misleading” links
      
      * Disallow misleading targets which domain names are prefixes of link text
      
      * Move decodeIDNA to app/javascript/mastodon/utils
      
      * Add support for international domain names
      
      * Change link origin tag color to darker text color
      
      * Handle links to domains starting with www. as shortened by Mastodon
      
      * [WiP] Ignore links that cannot be misread as URLs, rewrite other links
      b31b232e
  35. juil. 02, 2019
  36. juin 19, 2019
    • Eugen Rochko's avatar
      Add audio uploads (#11123) · f7f23b4a
      Eugen Rochko a rédigé
      * Add audio uploads
      
      Fix #4827
      
      Accept uploads of OGG, WAV, FLAC, OPUS and MP3 files, and converts
      them to OGG. Media attachments get a new `audio` type. In the UI,
      audio uploads are displayed identically to video uploads.
      
      * Improve code style
      f7f23b4a
Chargement en cours