Skip to content
Snippets Groups Projects
  1. Jun 28, 2022
  2. Jun 27, 2022
  3. Jun 23, 2022
  4. Jun 22, 2022
  5. Jun 19, 2022
  6. Jun 15, 2022
  7. Jun 14, 2022
  8. Jun 13, 2022
  9. Jun 11, 2022
  10. Jun 10, 2022
  11. Jun 07, 2022
  12. Jun 06, 2022
  13. Jun 03, 2022
  14. May 28, 2022
  15. May 27, 2022
  16. May 19, 2022
  17. May 11, 2022
  18. May 10, 2022
  19. May 07, 2022
  20. May 06, 2022
  21. May 04, 2022
  22. May 03, 2022
  23. Apr 27, 2022
    • Stefan Bürk's avatar
      [TASK] Update composer v2 error message in runTests.sh · af4eae1e
      Stefan Bürk authored
      composer v2 is no longer an experimental feature of
      Docker Desktop for MacOS/Windows. Broken composer v2
      error message should be updated to give proper actual
      information how to disable it correctly.
      
      Resolves: #97489
      Releases: main, 11.5, 10.4
      Change-Id: I7c4199e5d3d3c47bbadba8210cc96b0385ab6fcc
      Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/74456
      
      
      Reviewed-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
      Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
      Tested-by: default avatarcore-ci <typo3@b13.com>
      Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
      af4eae1e
    • Oliver Bartsch's avatar
      [BUGFIX] Add maxwidth / maxheight parameters to YouTube oembed url · 310c615d
      Oliver Bartsch authored
      When uploading new assets to the filelist,
      the metadata (e.g. width and height) are
      automatically extracted from the corresponding
      files. This does not work for online media files,
      e.g. a YouTube video. Therefore, the corresponding
      services' oembed API is used to retrieve the
      related metadata.
      
      YouTube however changed their oembed API recently
      to always set a width of "200" and a height of "113"
      by default. This is obviously far too small for any
      use case.
      
      Since YouTube is following the oembed specification
      (https://oembed.com/#section2.2), it's possible to
      provide the "maxwidth" and "maxheight" parameters
      to the oembed URL. This way YouTube returns
      meaningful values for width and height.
      
      Actually a similar change was already done to
      the Vimeo integration in #85176. Vimeo however
      supports the custom "width" parameter, which is
      not mentioned in the specification and also not
      supported by YouTube.
      
      Resolves: #97481
      Related: #85176
      Releases...
      310c615d
  24. Apr 25, 2022