Robin Appelman
|
e52ab59b40
|
Revert "use readfile() instead iof fopen() for file download over webdav."
This reverts commit 9af74a9c80 .
|
2012-07-19 18:13:10 +02:00 |
Bjoern Schiessle
|
9af74a9c80
|
use readfile() instead iof fopen() for file download over webdav.
fopen() didn't work for large files on some servers while readfile()
seems to work for all files on all configurations.
|
2012-07-11 12:04:20 +02:00 |
Bart Visscher
|
e728635c8a
|
Add stat cache to OC_Connector_Sabre_Node and OC_Connector_Sabre_File
Speeds up access of directories with large number of files.
|
2012-06-19 23:13:21 +02:00 |
Thomas Müller
|
d46bea8867
|
fixing file headers with copy right
|
2012-05-05 18:13:40 +02:00 |
Florian Vichot
|
452a463764
|
Make OC_Connector_Sabre_File::get() return a PHP stream instead of the file content, as is recommended by SabreDAV to handle large files.
|
2011-11-06 22:39:24 +01:00 |
Jakob Sack
|
bafd684eb6
|
Renaming classes :-)
|
2011-07-29 21:36:03 +02:00 |
Jakob Sack
|
f5c0dbd947
|
Use autoload
|
2011-07-27 19:07:28 +02:00 |