nextcloud/lib/private/connector/sabre
Vincent Petry cc8c1d8e07 Return whole file if range request cannot be granted due to encryption
Whenenver range headers are set and encryption is enabled, it is not
possible to automatically fseek() to the proper position.

To avoid returning corrupt/invalid data or causing a decryption error,
the range headers are stripped so that the SabreDAV code in httpGet()
returns the whole file.
2014-08-14 15:18:49 +02:00
..
exception Upgrade SabreDAV to 1.8.10 2014-06-04 12:22:23 +02:00
auth.php Upgrade SabreDAV to 1.8.10 2014-06-04 12:22:23 +02:00
directory.php Add server<->server sharing backend 2014-06-14 10:10:37 +02:00
exceptionloggerplugin.php Upgrade SabreDAV to 1.8.10 2014-06-04 12:22:23 +02:00
file.php Upload abortion is now detected within the OC_Connector_Sabre_File::put() 2014-07-08 11:09:59 +02:00
filesplugin.php perm -> permissions 2014-07-21 13:49:22 +02:00
locks.php Upgrade SabreDAV to 1.8.10 2014-06-04 12:22:23 +02:00
maintenanceplugin.php Upgrade SabreDAV to 1.8.10 2014-06-04 12:22:23 +02:00
node.php WebDAV Permissions: Distinguish between renameing and moving 2014-06-05 14:39:06 +02:00
objecttree.php Catch StorageInvalidException in webdav 2014-07-01 15:03:29 +02:00
principal.php use the right interface \Sabre\DAVACL\PrincipalBackend\BackendInterface 2014-06-04 17:47:09 +02:00
quotaplugin.php Upgrade SabreDAV to 1.8.10 2014-06-04 12:22:23 +02:00
request.php Upgrade SabreDAV to 1.8.10 2014-06-04 12:22:23 +02:00
server.php Return whole file if range request cannot be granted due to encryption 2014-08-14 15:18:49 +02:00