CleanupCardDAVPhotoCache

class OC\Repair\NC16\CleanupCardDAVPhotoCache
Class CleanupCardDAVPhotoCache
This repair step removes “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 migration step.
Source:lib/private/Repair/NC16/CleanupCardDAVPhotoCache.php#48
Implements:OCP\Migration\IRepairStep

Properties

Methods

public OC\Repair\NC16\CleanupCardDAVPhotoCache::__construct($config, $appData, $logger)
Source:lib/private/Repair/NC16/CleanupCardDAVPhotoCache.php#59
public OC\Repair\NC16\CleanupCardDAVPhotoCache::getName()
Source:lib/private/Repair/NC16/CleanupCardDAVPhotoCache.php#65
public OC\Repair\NC16\CleanupCardDAVPhotoCache::run($output)
Source:lib/private/Repair/NC16/CleanupCardDAVPhotoCache.php#108