summaryrefslogtreecommitdiffstats
path: root/lib/private/files/storage/dav.php
Commit message (Expand)AuthorAgeFilesLines
* Get etag from remote OC serverVincent Petry2015-06-021-3/+17
* Revert "Revert "Revert "FIX for webdav.mediencenter.t-online.de"""Thomas Müller2015-05-261-5/+0
* Revert "Revert "FIX for webdav.mediencenter.t-online.de""Oliver Kohl D.Sc2015-05-261-0/+5
* Check if cURL supports the desired featuresLukas Reschke2015-05-121-2/+6
* Properly import used classesThomas Müller2015-04-131-35/+48
* Catch more exceptions when connecting to remote DAV serverVincent Petry2015-04-101-58/+57
* Merge pull request #14120 from owncloud/dav-statcacheMorris Jobke2015-04-081-27/+143
|\
| * Added stat cache for DAV storageVincent Petry2015-03-261-27/+143
* | Update license headersJenkins for ownCloud2015-03-261-4/+32
|/
* Revert "FIX for webdav.mediencenter.t-online.de"Morris Jobke2015-03-261-5/+0
* FIX for webdav.mediencenter.t-online.de Oliver Kohl D.Sc.2015-03-251-0/+5
* drop any fallback code related to curl - refs https://github.com/owncloud/cor...Thomas Müller2015-03-121-5/+1
* Clean-up code and use proper exception typesLukas Reschke2015-03-091-6/+48
* Revert "Updating license headers"Morris Jobke2015-02-261-33/+5
* Sabre Update to 2.1Vincent Petry2015-02-231-34/+39
* Updating license headersJenkins for ownCloud2015-02-231-5/+33
* Fix DAV exceptions, some will still return false nowVincent Petry2015-01-301-0/+22
* Catch storage exception in scanner for remote sharesVincent Petry2015-01-261-1/+40
* Improve debugging for ServiceUnavailable exceptionsChris Wilson2015-01-061-1/+1
* Log exceptions in DAV storageVincent Petry2014-12-031-3/+29
* Replace deprecated constant with new class constantJoas Schilling2014-11-251-12/+12
* Fix root path handling for WebDAV ext storageVincent Petry2014-11-111-0/+2
* Allow specifying protocol in ext storage OC configVincent Petry2014-10-131-2/+2
* Do only follow HTTP and HTTPS redirectsLukas Reschke2014-09-221-0/+4
* move to public namespaceMorris Jobke2014-08-191-2/+2
* Fix STORAGE_* constants usage by moving those constants into \OC\Files\Filesy...Stephan Peijnik2014-08-191-2/+2
* Close open file handles in files libraryMorris Jobke2014-08-131-0/+1
* silently discard the response body, needed for apache/mod_dav and maybe other...Philippe Kueck2014-07-031-0/+1
* Add StorageNotAvailableExceptionRobin Appelman2014-06-301-17/+27
* Fix parsing of webdav permissionsRobin Appelman2014-06-271-1/+2
* Also check for updated permissions for webdav storagesRobin Appelman2014-06-271-17/+36
* Use the etag to check for updates in webdav storages where availableRobin Appelman2014-06-271-0/+19
* fix autoloaderThomas Müller2014-06-271-0/+453