summaryrefslogtreecommitdiffstats
path: root/apps/files_versions/lib/Storage.php
Commit message (Expand)AuthorAgeFilesLines
* handle storage not available when expiring versionsRobin Appelman2024-01-251-0/+5
* fix: Delete ghost versions of non-existing filesGit'Fellow2023-12-041-1/+4
* Move module versions management logic out of main logicLouis Chemineau2023-09-071-1/+1
* fix: Also cleanup version metadata if expiringJulius Härtl2023-08-161-0/+15
* Fix initialisation of versions in the DBLouis Chemineau2023-05-301-0/+4
* Check if version has entity before trying to access itGit'Fellow2023-05-121-1/+1
* Check if version entity is not null before deleteGit'Fellow2023-05-081-1/+6
* fix: catch ManuallyLockedException and use app contextMax2023-05-031-15/+17
* Merge pull request #37428 from nextcloud/enh/ignore-non-numeric-versionsCôme Chilliet2023-04-201-1/+7
|\
| * Check for non-numeric versions, not non-integerCôme Chilliet2023-04-051-2/+2
| * Ignore and log non integer versionsCôme Chilliet2023-04-051-0/+6
* | fix: Make sure that rollback hook is triggered on all version backendsJulius Härtl2023-03-131-6/+0
|/
* Handle empty DB while expiring versionsLouis Chemineau2023-02-081-4/+10
* Prevent expiration of named versionsLouis Chemineau2023-01-261-1/+22
* Allow to delete a version through DAVLouis Chemineau2023-01-261-0/+11
* Handle badly named version files more gracefully and log informationCôme Chilliet2022-10-111-5/+13
* use filesystem user instead of file owner for creating versionRobin Appelman2022-09-091-1/+10
* always use the default fs owner when storing versionsRobin Appelman2022-09-061-14/+27
* cache internalpath in versions cleanupRobin Appelman2022-04-041-2/+3
* use search to find versions to expireRobin Appelman2021-08-181-18/+43
* Remove allmost all deprecation from the files_version appCarl Schwan2021-07-231-17/+33
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-7/+0
* Drop \OCP\UserChristoph Wurst2021-05-211-3/+3
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-12/+12
* dont stop expiring versions if we cant check if the source file still existsRobin Appelman2021-02-051-2/+9
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* Return all keys in getAllVersions() insteadMorris Jobke2020-10-121-4/+7
* Fix undefined index and consequential damages in versions codeChristoph Wurst2020-10-121-1/+1
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-5/+5
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Fix #19066 - Array offset error due to empty file versions arrayLiam JACK2020-04-121-0/+5
* Add visibility to all constantsChristoph Wurst2020-04-101-6/+6
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-11/+2
* Use elseif instead of else ifChristoph Wurst2020-04-101-2/+2
* Remove trailing and in between spacesChristoph Wurst2020-04-091-2/+2
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-2/+2
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-31/+31
* Merge pull request #18231 from nextcloud/fix/shared_version_restoreRoeland Jago Douma2019-12-091-10/+7
|\
| * Fix restoring shared versionsRoeland Jago Douma2019-12-051-10/+7
* | Update license headersChristoph Wurst2019-12-051-2/+4
|/
* Do not create Application instances directlyChristoph Wurst2019-10-111-2/+2
* Make sure we only fetch the file by id for the actual ownerJulius Härtl2019-08-011-1/+1
* set availableSpace to 0 if userFolder not foundFelix Nieuwenhuizen2019-03-021-6/+7
* use node API for free space calculation in versions app (same method as trash...Felix Nieuwenhuizen2019-03-021-3/+5
* modular versions apiRobin Appelman2018-11-011-14/+11
* Delete the previews when a version is restoredRoeland Jago Douma2018-05-141-0/+8
* Use more magic DI in files_versionsRoeland Jago Douma2018-05-111-1/+1
* Less deprecated calls to OCP\Util::writeLogMorris Jobke2018-04-221-4/+5
* Use type casting instead of *val() methodMorris Jobke2018-01-261-1/+1
* Merge pull request #8053 from nextcloud/simplify-substrJoas Schilling2018-01-261-1/+1
|\