aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_versions/lib
Commit message (Expand)AuthorAgeFilesLines
* fix: Correctly create NonExistingFolder during copyLouis Chemineau2024-12-041-1/+2
* fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntaxprovokateurin2024-11-051-1/+1
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-2110-116/+41
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-154-9/+15
* chore: Apply rector configuration to apps folderCôme Chilliet2024-09-203-3/+3
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-195-22/+22
* 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-259-36/+36
* 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