aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_versions/lib/Listener/FileEventsListener.php
Commit message (Expand)AuthorAgeFilesLines
* chore: get revision for a nodeBorja Domínguez Vázquez36 hours1-2/+6
* Merge pull request #52963 from nextcloud/fix/avoid-crashing-versions-listener...Arthur Schiwon5 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 Chilliet7 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
* Fix: NotFoundException for anonymous usersbugfix/fix-not-found-exception-for-anonymous-usersKostiantyn Miakshyn2025-02-211-1/+5
* chore: Add SPDX headerAndy Scherzinger2024-06-021-27/+4
* feat(files_versions): Add listener and interfaces to allow versions migration...Louis Chemineau2024-03-261-0/+21
* 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
* | 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-301-0/+1
* 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