nextcloud/apps/files_versions/lib
Louis Chemineau 46b1825f2d 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:04:21 +00:00
..
AppInfo chore: Add SPDX header 2024-06-02 20:00:00 +02:00
BackgroundJob refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
Command chore(apps): Apply new rector configuration to autouse classes 2024-10-15 10:40:25 +02:00
Controller refactor(OpenAPI): Adjust scopes to match previous behavior 2025-01-06 14:30:40 +01:00
Db style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +02:00
Events refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
Listener fix: Correctly create NonExistingFolder during copy 2024-12-04 15:38:35 +01:00
Migration style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +02:00
Sabre refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
Versions chore(apps): Apply new rector configuration to autouse classes 2024-10-15 10:40:25 +02:00
Capabilities.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
Expiration.php fix(files_versions): Do not expire versions newer than min age 2025-02-25 15:04:21 +00:00
Storage.php fix(files_versions): Do not expire versions newer than min age 2025-02-25 15:04:21 +00:00