aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_versions/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge pull request #46813 from nextcloud/refactor/files_versions/security-att...Kate2024-08-141-3/+4
|\ \
| * | refactor(files_versions): Replace security annotations with respective attrib...provokateurin2024-07-271-3/+4
| |/
* | feat: Make `ISharedStorage` public API and reuse where possibleFerdinand Thiessen2024-08-121-4/+3
* | Merge pull request #46710 from nextcloud/artonge/fix/use_timestamp_instead_of...Stephan Orbaugh2024-08-061-1/+1
|\ \ | |/ |/|
| * fix: Use timestamp instead of revision id in files_versions metadata APILouis Chemineau2024-07-241-1/+1
* | fix: add a try and catch for delete versioninggreta2024-07-251-2/+7
* | fix(files_versions): avoid unintentional skipping of expirationcarhe2024-07-251-1/+1
|/
* chore: Add SPDX headerAndy Scherzinger2024-06-0239-785/+89
* feat(files_versions): Add listener and interfaces to allow versions migration...Louis Chemineau2024-03-269-2/+325
* Merge pull request #44362 from nextcloud/artonge/feat/check_permissions_of_al...Louis2024-03-221-6/+14
|\
| * Merge pull request #44297 from nextcloud/fix/forbid-tagging-readonly-filesLouis Chemineau2024-03-211-6/+14
* | refactor(files_versions): Rename MetadataFileEvents to VersionAuthorListenerLouis Chemineau2024-03-212-4/+4
|/
* Merge pull request #43613 from nextcloud/version-owner-fallbackJohn Molakvoæ2024-03-161-0/+10
|\
| * fix: fallback from guessing the owner from path in versioningRobin Appelman2024-03-071-0/+10
* | 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