nextcloud/lib/private/connector/sabre
chli1 712487c861 fix BadRequest error if CONTENT_LENGTH not set
If client does not send content length header on webdav upload (e.g. because the content comes from a stream and its length is not predictable) the put() method should not try to compare the content length value with the actually amount of received data, because this will always fail and results in a BadRequest exception. So the check will only be performed if $_SERVER['CONTENT_LENGTH'] is set.
2014-09-04 13:49:15 +02:00
..
exception Upgrade SabreDAV to 1.8.10 2014-06-04 12:22:23 +02:00
auth.php kill OC::$session 2014-08-29 10:22:21 +02:00
directory.php adding new webdav property containing the folder size 2014-08-29 11:39:02 +02:00
exceptionloggerplugin.php Upgrade SabreDAV to 1.8.10 2014-06-04 12:22:23 +02:00
file.php fix BadRequest error if CONTENT_LENGTH not set 2014-09-04 13:49:15 +02:00
filesplugin.php Merge pull request #10723 from owncloud/webdav-folder-size 2014-09-03 09:07:23 -04: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 adding OC-ETag header 2014-08-29 12:09:33 +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 move to public namespace 2014-08-19 14:05:08 +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