summaryrefslogtreecommitdiffstats
path: root/apps/files_versions/lib
Commit message (Expand)AuthorAgeFilesLines
* chore(files_versions): Use new metadata API for versionsLouis Chemineau2024-03-139-183/+53
* fix: fixed stylistic errorsEduardo Morales2024-03-114-6/+6
* fix(files_version): deprecated INameableVersionEduardo Morales2024-03-118-13/+16
* feat: exposed metadata column to frontendEduardo Morales2024-03-114-3/+23
* feat: added backend metadata interface, allows JSON storageEduardo Morales2024-03-116-4/+159
* feat: added metadata event listenerEduardo Morales2024-03-112-0/+69
* Revert "files_versions: add missing null check"Louis2024-03-081-5/+0
* fix(files_versions): Add missing null checkVarun Patil2024-03-071-0/+5
* fix(files_versions): Improve files version listingLouis Chemineau2024-03-062-0/+40
* Merge pull request #43471 from nextcloud/cache-path-by-idRobin Appelman2024-03-053-9/+6
|\
| * perf: switch places that always use the first getById result to getFirstNodeByIdRobin Appelman2024-03-043-9/+6
* | Merge pull request #43898 from nextcloud/artonge/fix/improve_files_versions_l...John Molakvoæ2024-03-041-43/+50
|\ \ | |/ |/|
| * fix(files_versions): Improve files version listingLouis Chemineau2024-02-291-43/+50
* | fix(files_versions): Do not create a new version for empty filesLouis Chemineau2024-02-291-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
* feat: rename users to account or personVincent Petry2024-02-131-2/+2
* Revert "Reapply "Cleanup versions entity in during versions:clean command""Louis Chemineau2024-02-082-20/+0
* Reapply "Cleanup versions entity in during versions:clean command"Louis Chemineau2024-02-072-0/+20
* Revert "Cleanup versions entity in during versions:clean command"Louis Chemineau2024-02-012-20/+0
* Cleanup versions entity in during versions:clean commandLouis Chemineau2024-02-012-0/+20
* chore: Fix missing template parameter for IEventListenerCôme Chilliet2024-01-303-0/+3
* handle storage not available when expiring versionsRobin Appelman2024-01-241-0/+5
* Improve path resolution in files_version hooksLouis Chemineau2024-01-171-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-271-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