Repair step to remove "photo." files created by photocache
Before https://github.com/nextcloud/server/pull/13843 a "photo." file could be created for unsupported image formats by photocache. Because a file is present but not jpg, png or gif no photo could be returned for this vcard. These invalid files are removed by this repair step. Signed-off-by:Daniel Kesselberg <mail@danielkesselberg.de>
Showing
- lib/composer/composer/autoload_classmap.php 1 addition, 0 deletionslib/composer/composer/autoload_classmap.php
- lib/composer/composer/autoload_static.php 1 addition, 0 deletionslib/composer/composer/autoload_static.php
- lib/private/Repair.php 7 additions, 5 deletionslib/private/Repair.php
- lib/private/Repair/NC16/CleanupCardDAVPhotoCache.php 99 additions, 0 deletionslib/private/Repair/NC16/CleanupCardDAVPhotoCache.php
Loading
Please register or sign in to comment