summaryrefslogtreecommitdiffstats
path: root/lib/private/davclient.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix a wrong WebDAV Warning with self-signed-certskondou2014-04-131-0/+13
| | | | Occuring in the admin interface
* Fix more documentation failesJoas Schilling2014-02-081-2/+1
| | | | Issue #7111
* polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-0/+1
|
* Fixed spacesVincent Petry2013-10-171-3/+3
|
* Added DAV client wrapper that support timeout valuesVincent Petry2013-10-161-0/+46
Since SabreDAV does not support passing a timeout value to curl, this commit adds a subclass for it that will set the timeout value to curlRequest().