summaryrefslogtreecommitdiffstats
path: root/lib/connector/sabre/file.php
Commit message (Expand)AuthorAgeFilesLines
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-176/+0
* duplicate code :sigh: - will fix this in a second prThomas Müller2013-09-241-1/+8
* throw exception if encryption was disabled but files are still encrypted to p...Bjoern Schiessle2013-08-141-1/+11
* Merge branch 'master' into googledriveThomas Müller2013-07-121-3/+12
|\
| * Sabre: throw exceptions when delete/create/write operations are not permittedRobin Appelman2013-06-251-3/+12
* | Return null if file size is negative for WebDAV, fix #2013Michael Gapczynski2013-05-271-2/+5
|/
* Whitespace fixesBart Visscher2013-02-221-4/+4
* Style-fix: Breakup long linesBart Visscher2013-02-141-2/+3
* Fix NoSpaceAfterComma and SpaceBeforeCommaBart Visscher2013-02-141-1/+1
* only check content lenght on PUT to make litmus happyJörn Friedrich Dreyer2013-02-111-7/+9
* delete partial file when file upload is abortedJörn Friedrich Dreyer2013-02-111-7/+9
* check Content-Length to detect aborted uploadsJörn Friedrich Dreyer2013-02-111-0/+9
* send back 'X-OC-MTime: accepted' when X-OC-MTime was appliedJörn Friedrich Dreyer2013-02-111-1/+3
* add a custom header clients can use to skip a n additional propset requestJörn Friedrich Dreyer2013-02-111-0/+6
* append .part to put filesJörn Friedrich Dreyer2013-02-101-1/+7
* Don't waste time making another call since we know it doesn't existMichael Gapczynski2013-01-111-1/+1
* Remove old create etag functionMichael Gapczynski2013-01-111-9/+0
* don't use depricated OC_FilesystemRobin Appelman2012-10-101-5/+5
* Whitespace fixes in libBart Visscher2012-08-291-1/+0
* Create uniqid ETag for directoriesBart Visscher2012-07-251-0/+9
* Rename functionsBart Visscher2012-07-251-2/+2
* Add ETag support to the Sabre file connector.Bart Visscher2012-07-211-4/+21
* revert to using fopen for webdav instead of readfileRobin Appelman2012-07-161-1/+1
* use readfile() instead iof fopen() for file download over webdav.Bjoern Schiessle2012-07-101-1/+1
* Optimize WebDav access using OC_FileCacheBart Visscher2012-06-151-2/+5
* Add stat cache to OC_Connector_Sabre_Node and OC_Connector_Sabre_FileBart Visscher2012-06-081-2/+2
* fixing file headers with copy rightThomas Müller2012-05-051-7/+20
* Make OC_Connector_Sabre_File::get() return a PHP stream instead of the file c...Florian Vichot2011-11-061-1/+1
* Renaming classes :-)Jakob Sack2011-07-291-5/+5
* Use autoloadJakob Sack2011-07-271-0/+87