nextcloud-server/apps/files_versions/lib
Louis Chemineau 21cd3b0e0d Handle empty DB while expiring versions
Version on the FS can have no equivalent in the DB if they were created before the version naming feature. This makes sure that we catch the resulting exception and proceed as usual.

Fix https://github.com/nextcloud/server/issues/36541

Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-02-08 13:56:49 +07:00
..
AppInfo Handle empty files in version creation logic 2023-01-26 10:12:23 +07:00
BackgroundJob Port existing server code to new interface 2022-08-08 17:03:19 +07:00
Command
Controller
Db Document that size may be a float in new class VersionEntity 2023-02-07 11:23:34 +07:00
Events
Listener Fix versions restoring with S3 2023-01-26 10:12:23 +07:00
Migration Create files_versions table 2023-01-26 10:12:22 +07:00
Sabre Document that size may be a float in new class VersionEntity 2023-02-07 11:23:34 +07:00
Versions Document that size may be a float in new class VersionEntity 2023-02-07 11:23:34 +07:00
Capabilities.php Allow to delete a version through DAV 2023-01-26 10:12:23 +07:00
Expiration.php
Storage.php Handle empty DB while expiring versions 2023-02-08 13:56:49 +07:00