nextcloud/lib/public/Preview
Robin Appelman 5e082f8946
allow keeping multiple preview "versions" of the same file
The main use case here is storage provided versioning where we dont have
separate file ids for all the versions, by allowing a prefix for the
version we can store separate previews for all the versions.

Additionally, by keeping all the version previews in the same folder as the
"normal" previews they will be cleaned up properly when the file is deleted

Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-07-08 22:04:16 +02:00
..
IProvider.php Add new Provider interface for preview providers 2019-06-17 14:09:09 +02:00
IProviderV2.php Add new Provider interface for preview providers 2019-06-17 14:09:09 +02:00
IVersionedPreviewFile.php allow keeping multiple preview "versions" of the same file 2019-07-08 22:04:16 +02:00