aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_versions/lib
Commit message (Expand)AuthorAgeFilesLines
* fix: add a try and catch for delete versioninggreta2024-07-251-2/+7
* fix: fallback from guessing the owner from path in versioningRobin Appelman2024-03-161-0/+10
* fix(files_versions): Improve files version listingLouis Chemineau2024-03-082-0/+40
* fix(files_versions): Improve files version listingLouis Chemineau2024-03-041-43/+50
* fix(files_versions): Do not create a new version for empty filesLouis Chemineau2024-03-011-2/+3
* 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
* handle storage not available when expiring versionsRobin Appelman2024-02-021-0/+5
* Improve path resolution in files_version hooksLouis Chemineau2024-01-181-2/+10
* fix: Properly fetch version from shared files by accessing the owner storage ...Julius Härtl2023-12-061-0/+16
* fix(files_versions): Explicitly check for user or owner before call getUserFo...Git'Fellow2023-11-291-20/+16
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-238-20/+15
* Don't call getUid() on nullGit'Fellow2023-11-161-2/+6
* fix: Delete ghost versions of non-existing filesGit'Fellow2023-10-281-1/+4
* Merge pull request #39695 from fsamapoor/refactor_files_version_app_commandsCôme Chilliet2023-09-213-102/+64
|\
| * Apply suggestions from code reviewFaraz Samapoor2023-09-212-2/+1
| * Uses early returns.Faraz Samapoor2023-08-032-37/+40
| * Refactors files_version app commands.Faraz Samapoor2023-08-033-64/+24
* | Move module versions management logic out of main logicLouis Chemineau2023-09-075-29/+122
* | fix: Also cleanup version metadata if expiringJulius Härtl2023-08-141-0/+15
|/
* files_versions: Add OpenAPI specjld31032023-07-132-5/+13
* Enable all files versions features when groupfolders is enabledLouis Chemineau2023-07-051-4/+2
* feat(ocp): More specific type for ICapabilities::getCapabilitiesChristoph Wurst2023-07-031-2/+0
* Base versions' has-preview on mimetypeLouis Chemineau2023-06-292-26/+3
* Provide hasPreview in files_versions DAV APILouis Chemineau2023-06-282-2/+29
* Do not create a new version if previousNode has the same mtimeLouis Chemineau2023-06-221-2/+2
* fix: Add logging statement for cases when updating the version failsJulius Härtl2023-06-211-8/+29
* Handle previousNode size === 0 on version creationLouis Chemineau2023-06-211-20/+10
* fix: Avoid failing to update the current version entry if there is noneJulius Härtl2023-06-131-5/+12
* Enable version features again with S3 versioningBenjamin Somers2023-06-131-3/+3
* Fix initialisation of versions in the DBLouis Chemineau2023-05-252-4/+31
* 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-032-16/+67
* 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
* | Really disable versions features when S3 versioning is enabledLouis Chemineau2023-04-171-1/+1
* | Merge pull request #36690 from nextcloud/bugfix/noid/rollback-hookJulius Härtl2023-04-143-20/+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-132-7/+7
* | Fix return type of methods returning false on errorCôme Chilliet2023-04-031-1/+1
|/
* Handle empty DB while expiring versionsLouis Chemineau2023-02-081-4/+10
* Document that size may be a float in new class VersionEntityCôme Chilliet2023-02-074-9/+13
* Fix versions restoring with S3Louis Chemineau2023-01-261-5/+24
* Use node's owner if no user is connectedLouis Chemineau2023-01-261-15/+25
* Prevent storing versions with the same mtimeLouis Chemineau2023-01-261-2/+3