aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_versions/lib/Sabre/VersionCollection.php
Commit message (Collapse)AuthorAgeFilesLines
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-211-13/+5
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* chore: Add SPDX headerAndy Scherzinger2024-06-021-20/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* Remove allmost all deprecation from the files_version appCarl Schwan2021-07-231-5/+1
| | | | | | | | | | The remaining deprecations are related to Utils::hooks and I will take a look at how EventDispatcher works before working on them. Aside from the deprecations, this patch also does a few minor improvements around type hinting. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Remove unused importsChristoph Wurst2020-03-251-1/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-051-1/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* modular versions apiRobin Appelman2018-11-011-7/+15
| | | | | | | Allows apps to register version backends for storage types The existing versions backend is wrapped in a "legacy" backend. Signed-off-by: Robin Appelman <robin@icewind.nl>
* Allow to read get old versionsRoeland Jago Douma2018-05-011-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add rollbackRoeland Jago Douma2018-05-011-0/+8
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add version collection to DAVRoeland Jago Douma2018-05-011-0/+94
listed as versions/<username>/versions/<file id>/<timastamp> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>