aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_versions/lib/Versions/VersionManager.php
Commit message (Expand)AuthorAgeFilesLines
* refactor: move version rollback hook to eventailkiv2025-02-251-5/+9
* chore: Apply new rector configuration to apps folderCôme Chilliet2025-02-131-2/+3
* chore: Apply rector configuration to apps folderCôme Chilliet2024-09-201-1/+1
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-2/+2
* chore: Add SPDX headerAndy Scherzinger2024-06-021-19/+2
* feat(files_versions): Add listener and interfaces to allow versions migration...Louis Chemineau2024-03-261-1/+0
* chore(files_versions): Use new metadata API for versionsLouis Chemineau2024-03-131-19/+4
* feat: added backend metadata interface, allows JSON storageEduardo Morales2024-03-111-2/+18
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-3/+2
* Move module versions management logic out of main logicLouis Chemineau2023-09-071-1/+23
* fix: catch ManuallyLockedException and use app contextMax2023-05-031-1/+50
* fix: Check return type on rollbackJulius Härtl2023-03-131-5/+8
* tests(files_versions): Tear down fs to clear mount cache before testingJulius Härtl2023-03-131-1/+1
* fix: Make sure that rollback hook is triggered on all version backendsJulius Härtl2023-03-131-1/+7
* Allow to delete a version through DAVLouis Chemineau2023-01-261-1/+8
* Support getting and patching version-labelLouis Chemineau2023-01-261-1/+8
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* Update license headersChristoph Wurst2019-12-051-2/+7
* allow non integer version idsRobin Appelman2019-06-041-1/+1
* add way for version backends to programmatically specify if they should be usedRobin Appelman2019-05-211-12/+28
* modular versions apiRobin Appelman2018-11-011-0/+93