mirror of
https://github.com/nextcloud/server.git
synced 2026-03-04 18:28:08 +01:00
Emits a `preloadCollection` event in the DAV server, so that plugins can listen to it and preload DAV properties for files inside a collection, to avoid the N+1 issue that would follow if loading properties on a per-file basis.