nextcloud/apps/dav/lib/Connector
Carl Schwan d438db4fb9 fix(zip): Fix warning when downloading Zip file
The HEAD request, create a GET subrequest which is not compatible with
the ZIP plugin since the ZIP plugin is directly streaming the content to
php://output, so we were sending the content in a HEAD request and
creating the ZIP twice and this was creating various warning in logs
too.

Signed-off-by: Carl Schwan <carlschwan@kde.org>
2026-04-04 01:37:10 +02:00
..
Sabre fix(zip): Fix warning when downloading Zip file 2026-04-04 01:37:10 +02:00
LegacyDAVACL.php chore: Add SPDX header 2024-05-27 20:11:22 +02:00
LegacyPublicAuth.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00