aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_versions/lib/Listener
Commit message (Expand)AuthorAgeFilesLines
* chore: get revision for a nodeBorja Domínguez Vázquez40 hours2-3/+8
* chore: use constants for metadataBorja Domínguez Vázquez3 days1-1/+2
* Merge pull request #52963 from nextcloud/fix/avoid-crashing-versions-listener...Arthur Schiwon6 days1-1/+43
|\
| * fix(files_versions): Log error instead of crashing when event listeners get c...fix/avoid-crashing-versions-listener-on-non-existing-fileCôme Chilliet8 days1-1/+43
* | chore: Use an if/else instead of the try/catch to make meaning more obviousfix/log-failure-from-file-eventsCôme Chilliet2025-06-171-2/+3
* | fix(files_versions): Log failure to compute node pathCôme Chilliet2025-06-031-0/+18
|/
* Merge pull request #48560 from nextcloud/fix/migrate-encryption-away-from-hooksCôme Chilliet2025-05-141-3/+3
|\
| * feat(encryption): Migrate from hooks to eventsCôme Chilliet2025-05-131-3/+3
* | refactor: Apply rector refactoringschore/deps/rector-2.0provokateurin2025-05-141-1/+2
|/
* fix(files_versions): only handle path updates when there is pathfix/files-versions-listenersFerdinand Thiessen2025-04-271-4/+12
* fix(files_versions): create version if previous does not existfix/files-version-creationFerdinand Thiessen2025-04-231-2/+11
* Merge pull request #50990 from AIlkiv/refactor/version-rollback-to-eventStephan Orbaugh2025-02-271-0/+35
|\
| * refactor: move version rollback hook to eventailkiv2025-02-251-0/+35
* | Fix: NotFoundException for anonymous usersbugfix/fix-not-found-exception-for-anonymous-usersKostiantyn Miakshyn2025-02-211-1/+5
|/
* fix: Correctly create NonExistingFolder during copyLouis Chemineau2024-12-041-1/+2
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-1/+1
* chore: Add SPDX headerAndy Scherzinger2024-06-025-103/+13
* feat(files_versions): Add listener and interfaces to allow versions migration...Louis Chemineau2024-03-262-0/+175
* refactor(files_versions): Rename MetadataFileEvents to VersionAuthorListenerLouis Chemineau2024-03-211-1/+1
* 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-131-1/+1
* | fix: fixed stylistic errorsEduardo Morales2024-03-111-2/+2
* | feat: exposed metadata column to frontendEduardo Morales2024-03-111-2/+3
* | feat: added metadata event listenerEduardo Morales2024-03-111-0/+67
* | 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): Do not create a new version for empty filesLouis Chemineau2024-02-291-2/+3
* chore: Fix missing template parameter for IEventListenerCôme Chilliet2024-01-303-0/+3
* Improve path resolution in files_version hooksLouis Chemineau2024-01-171-2/+10
* fix(files_versions): Explicitly check for user or owner before call getUserFo...Git'Fellow2023-11-271-20/+16
* Don't call getUid() on nullGit'Fellow2023-11-161-2/+6
* Move module versions management logic out of main logicLouis Chemineau2023-09-071-26/+28
* 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
* 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
* Fix renaming files_versionsLouis Chemineau2023-01-261-7/+6
* Handle empty files in version creation logicLouis Chemineau2023-01-261-18/+101
* Fix hookconnector testsLouis Chemineau2023-01-261-30/+5
* Adapt files_versions tests to modernized hooksLouis Chemineau2023-01-261-8/+45
* User rootFolder instead of userFolder in FileEventsListenerLouis Chemineau2023-01-261-13/+26
* Rename Hooks.php to FileEventsListener.phpLouis Chemineau2023-01-261-0/+210
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-042-6/+4
* Update license headers for 19Christoph Wurst2020-04-292-0/+2
* Format control structures, classes, methods and functionChristoph Wurst2020-04-102-2/+0
* Remove trailing and in between spacesChristoph Wurst2020-04-092-2/+2