aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_versions/lib/Versions/LegacyVersionsBackend.php
Commit message (Expand)AuthorAgeFilesLines
* chore: get revision for a nodeBorja Domínguez Vázquez3 days1-0/+4
* fix(files_versions): Folder should not be hardcoedfixHardcodedVersionsFolderGit'Fellow2025-05-091-4/+8
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-151-3/+4
* fix(Files): Handle getOwner() returning falsefix/storage/get-owner-falseprovokateurin2024-09-171-0/+4
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-4/+4
* Merge pull request #46887 from nextcloud/fix/versions-catch-insertion-errorJohn Molakvoæ2024-08-141-1/+21
|\
| * fix(files_versions): Catch constraint error on version insertionCôme Chilliet2024-07-301-1/+21
* | feat: Make `ISharedStorage` public API and reuse where possibleFerdinand Thiessen2024-08-121-4/+3
|/
* chore: Add SPDX headerAndy Scherzinger2024-06-021-20/+2
* feat(files_versions): Add listener and interfaces to allow versions migration...Louis Chemineau2024-03-261-1/+74
* Merge pull request #44297 from nextcloud/fix/forbid-tagging-readonly-filesLouis Chemineau2024-03-211-6/+14
* chore(files_versions): Use new metadata API for versionsLouis Chemineau2024-03-131-62/+16
* feat: added backend metadata interface, allows JSON storageEduardo Morales2024-03-111-1/+31
* Merge pull request #43471 from nextcloud/cache-path-by-idRobin Appelman2024-03-051-2/+1
|\
| * perf: switch places that always use the first getById result to getFirstNodeByIdRobin Appelman2024-03-041-2/+1
* | fix(files_versions): Improve files version listingLouis Chemineau2024-02-291-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
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-1/+0
* Move module versions management logic out of main logicLouis Chemineau2023-09-071-1/+35
* Fix initialisation of versions in the DBLouis Chemineau2023-05-251-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