nextcloud/lib
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
..
l10n [tx-robot] updated from transifex 2014-09-03 01:54:34 -04:00
private fix BadRequest error if CONTENT_LENGTH not set 2014-09-04 13:49:15 +02:00
public Merge pull request #10642 from owncloud/securityutils 2014-09-03 15:28:42 +02:00
repair Add some security utilities 2014-08-27 00:18:04 +02:00
autoloader.php add additional type check 2014-06-06 09:33:34 +02:00
base.php Use proper RNG generator 2014-09-03 17:46:48 +02:00