aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_versions/lib/Versions/LegacyVersionsBackend.php
Commit message (Expand)AuthorAgeFilesLines
* fix(files_versions): Improve files version listingLouis Chemineau2024-03-041-43/+50
* Check permissions when labeling a versionLouis Chemineau2024-02-211-0/+4
* Check node permissions when restoring a versionLouis Chemineau2024-02-211-0/+4
* Check node permissions when deleting a versionLouis Chemineau2024-02-211-1/+29
* fix: Properly fetch version from shared files by accessing the owner storage ...Julius Härtl2023-12-061-0/+16
* Move module versions management logic out of main logicLouis Chemineau2023-09-071-1/+35
* Fix initialisation of versions in the DBLouis Chemineau2023-05-301-4/+27
* don't re-get fileinfo for versioned file if it's not sharedRobin Appelman2023-03-131-13/+17
* Handle empty files in version creation logicLouis Chemineau2023-01-261-9/+7
* Allow to delete a version through DAVLouis Chemineau2023-01-261-0/+9
* Support getting and patching version-labelLouis Chemineau2023-01-261-20/+82
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* 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-051-2/+8
|/
* 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-0/+5
* Allow shared versions again in legacy backendRoeland Jago Douma2019-01-251-2/+15
* modular versions apiRobin Appelman2018-11-011-0/+105