nextcloud/apps/files_versions/lib
Louis Chemineau 25d92c4e67 fix(files_versions): Do not expire versions newer than min age
The auto expire logic does not take into account the min retention age set by the admin. So versions were eagerly deleted.

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

Signed-off-by: Louis Chemineau <louis@chmn.me>
2025-02-25 15:02:08 +00:00
..
AppInfo feat(files_versions): Add listener and interfaces to allow versions migration across storages 2024-03-26 17:40:31 +01:00
BackgroundJob Port existing server code to new interface 2022-08-08 17:03:19 +02:00
Command fix(files_versions): Improve files version listing 2024-03-06 10:15:31 +01:00
Controller files_versions: Add OpenAPI spec 2023-07-13 10:20:09 +02:00
Db chore(files_versions): Use new metadata API for versions 2024-03-13 15:27:06 +01:00
Events Remove allmost all deprecation from the files_version app 2021-07-23 10:07:38 +02:00
Listener feat(files_versions): Add listener and interfaces to allow versions migration across storages 2024-03-26 17:40:31 +01:00
Migration Create files_versions table 2023-01-26 10:12:22 +00:00
Sabre fix: Use timestamp instead of revision id in files_versions metadata API 2024-08-07 10:41:24 +02:00
Versions feat(files_versions): Add listener and interfaces to allow versions migration across storages 2024-03-26 17:40:31 +01:00
Capabilities.php files_versions: Add OpenAPI spec 2023-07-13 10:20:09 +02:00
Expiration.php fix(files_versions): Do not expire versions newer than min age 2025-02-25 15:02:08 +00:00
Storage.php fix(files_versions): Do not expire versions newer than min age 2025-02-25 15:02:08 +00:00