summaryrefslogtreecommitdiffstats
path: root/lib/connector/sabre/file.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | getETagPropertyForFile -> getETagPropertyForPath removeETagPropertyForFile -> removeETagPropertyForPath
* Add ETag support to the Sabre file connector.Bart Visscher2012-07-211-4/+21
| | | | This is based on the md5 of the file, can be changed later
* 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
| | | | | fopen() didn't work for large files on some servers while readfile() seems to work for all files on all configurations.
* 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
| | | | Speeds up access of directories with large number of files.
* 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 ↵Florian Vichot2011-11-061-1/+1
| | | | content, as is recommended by SabreDAV to handle large files.
* Renaming classes :-)Jakob Sack2011-07-291-5/+5
|
* Use autoloadJakob Sack2011-07-271-0/+87