nextcloud/lib
Josh Richards 32dd57e272 fix(previews): Don't crash on animated WEBP images
Fixes #30029 and #37263

libgd handles animated WEBP images poorly and generates a meaningless error message as a result. We were returning a 500 error for these preview requests (web) and a fatal error at the command-line (occ). Now we bypass libgd if the we detect an animated WEBP image (and simply don't generate the preview). No more 500 error. Should fix occ too.

Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2024-08-06 16:09:24 +00:00
..
composer fix(mail): Fix big logos in mail templates for Outlook 2024-07-19 08:11:54 +00:00
l10n Fix(l10n): Update translations from Transifex 2024-08-06 00:20:19 +00:00
private fix(previews): Don't crash on animated WEBP images 2024-08-06 16:09:24 +00:00
public fix: Pass the mountpoint target user to storages without owner 2024-07-22 12:51:50 +00:00
autoloader.php fix: Apply new coding standard to all files 2024-04-04 11:45:22 +02:00
base.php fix: Fix default values for ini var in lib/base.php 2024-04-30 10:53:53 +02:00
versioncheck.php Allow PHP 8.3 in version check 2023-09-30 22:52:57 +02:00