aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_versions/lib/Versions
Commit message (Expand)AuthorAgeFilesLines
* Fix initialisation of versions in the DBLouis Chemineau2023-05-251-4/+27
* fix: catch ManuallyLockedException and use app contextMax2023-05-031-1/+50
* Merge pull request #36690 from nextcloud/bugfix/noid/rollback-hookJulius Härtl2023-04-142-14/+27
|\
| * fix: Check return type on rollbackJulius Härtl2023-03-131-5/+8
| * don't re-get fileinfo for versioned file if it's not sharedRobin Appelman2023-03-131-13/+17
| * 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
* | Fix return type of methods returning false on errorCôme Chilliet2023-04-031-1/+1
|/
* Document that size may be a float in new class VersionEntityCôme Chilliet2023-02-072-5/+5
* Handle empty files in version creation logicLouis Chemineau2023-01-261-9/+7
* Allow to delete a version through DAVLouis Chemineau2023-01-263-1/+53
* Support getting and patching version-labelLouis Chemineau2023-01-265-23/+173
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-047-14/+7
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Remove unused importsChristoph Wurst2020-03-251-1/+0
* Fix mismatching docblock return typesChristoph Wurst2020-03-061-1/+3
* Merge pull request #18231 from nextcloud/fix/shared_version_restoreRoeland Jago Douma2019-12-091-1/+1
|\
| * Fix restoring shared versionsRoeland Jago Douma2019-12-051-1/+1
* | Update license headersChristoph Wurst2019-12-057-11/+42
|/
* allow non integer version idsRobin Appelman2019-06-045-9/+9
* add way for version backends to programmatically specify if they should be usedRobin Appelman2019-05-213-12/+45
* Allow shared versions again in legacy backendRoeland Jago Douma2019-01-251-2/+15
* modular versions apiRobin Appelman2018-11-017-0/+553