nextcloud/apps/files/lib/Service
Carl Schwan fd3878448b
feat(filecache): Scale DB query created when deleting file from filecache
Instead of creating a CacheEntryRemovedEvent for each deleted files,
create a single CacheEntriesRemovedEvent which wrap multiple
CacheEntryRemovedEvent.

This allow listener to optimize the query they do when multiple files
are deleted at the same time (e.g. when deleting a folder).

Signed-off-by: Carl Schwan <carl.schwan@nextclound.com>
2026-01-28 16:07:57 +01:00
..
ChunkedUploadConfig.php feat(files): Expose chunked upload config via capabilities 2024-10-21 12:03:33 +02:00
DirectEditingService.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
LivePhotosService.php feat(filecache): Scale DB query created when deleting file from filecache 2026-01-28 16:07:57 +01:00
OwnershipTransferService.php Merge pull request #56773 from nextcloud/carl/remove-sciencemesh 2025-12-30 14:18:53 +01:00
SettingsService.php feat(files): provide UI to sanitize filenames after enabling WCF 2025-09-02 10:53:01 +02:00
TagService.php fix: Dispatch favorite event with an actual path 2025-09-15 15:04:00 +02:00
UserConfig.php feat(files): allow hidding files extensions 2025-07-28 18:05:15 +02:00
ViewConfig.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00