nextcloud/apps/files
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
..
appinfo chore: Bump app versions and requirements 2026-01-22 08:59:28 +01:00
composer chore: Bump autoloader files for new composer version 2025-12-02 10:32:44 +01:00
img fix: add notification icon for transfer ownership 2024-10-16 17:31:57 +02:00
l10n fix(l10n): Update translations from Transifex 2026-01-28 00:20:51 +00:00
lib feat(filecache): Scale DB query created when deleting file from filecache 2026-01-28 16:07:57 +01:00
src fix(files): use correct API for action displayName in batch actions 2026-01-28 14:16:36 +01:00
templates feat(files): provide UI to sanitize filenames after enabling WCF 2025-09-02 10:53:01 +02:00
tests fix(psalm): Fix static analysis issues in apps/*/tests 2026-01-16 12:00:51 +01:00
.l10nignore chore: Add SPDX header 2024-05-29 08:58:16 +02:00
openapi.json refactor(template-manager): Modernize template manager API 2025-11-24 10:00:47 +01:00
openapi.json.license chore: Add SPDX header 2024-05-29 08:58:16 +02:00