summaryrefslogtreecommitdiffstats
path: root/lib/private/files/storage/dav.php
Commit message (Expand)AuthorAgeFilesLines
* Move \OC\Files to PSR-4Roeland Jago Douma2016-04-241-817/+0
* if share-permissions exists we use this information as indicator to check if ...Björn Schießle2016-04-201-0/+3
* ask for share-permissions on propfindBjörn Schießle2016-04-201-1/+2
* Verify the getResponse returns a ResponseInterfaceLukas Reschke2016-03-121-1/+3
* Remove Scrutinizer Auto FixerLukas Reschke2016-03-011-1/+0
* Add proxy support to external storageLukas Reschke2016-02-241-1/+5
* Happy new year!Thomas Müller2016-01-121-1/+1
* Dont do a seperate request to check if a file exists for dav->fopenRobin Appelman2015-12-101-8/+14
* Add DB group to some files_external testsThomas Müller2015-11-301-0/+1
* Adjust sabre changes in coreThomas Müller2015-11-241-3/+6
* update licence headers via scriptMorris Jobke2015-10-051-2/+0
* dont download the existing file for webdav if we're going to overwrite itRobin Appelman2015-09-211-2/+7
* also use httpclient for uploadFileRobin Appelman2015-09-011-35/+18
* stream webdav downloads using http clientRobin Appelman2015-08-291-29/+15
* Merge pull request #14779 from owncloud/use-iterator-directoryRobin McCorkell2015-08-071-3/+2
|\
| * Use the new IteratorDirectory instead of the fakedir wrapperRobin Appelman2015-07-151-3/+2
* | Merge pull request #17282 from owncloud/s2s-catchremotelockexceptionsMorris Jobke2015-07-171-17/+27
|\ \ | |/ |/|
| * Throw lock exceptions if remote share returned 423 status codeVincent Petry2015-07-031-17/+27
* | Throw StorageNotAvailable if propfind on root failedVincent Petry2015-07-131-1/+5
|/
* update license headers and authorsMorris Jobke2015-06-251-1/+0
* 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