Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Whitespace fixes | Bart Visscher | 2013-02-22 | 1 | -4/+4 |
| | |||||
* | Style-fix: Breakup long lines | Bart Visscher | 2013-02-14 | 1 | -2/+3 |
| | |||||
* | Fix NoSpaceAfterComma and SpaceBeforeComma | Bart Visscher | 2013-02-14 | 1 | -1/+1 |
| | |||||
* | only check content lenght on PUT to make litmus happy | Jörn Friedrich Dreyer | 2013-02-11 | 1 | -7/+9 |
| | |||||
* | delete partial file when file upload is aborted | Jörn Friedrich Dreyer | 2013-02-11 | 1 | -7/+9 |
| | |||||
* | check Content-Length to detect aborted uploads | Jörn Friedrich Dreyer | 2013-02-11 | 1 | -0/+9 |
| | |||||
* | send back 'X-OC-MTime: accepted' when X-OC-MTime was applied | Jörn Friedrich Dreyer | 2013-02-11 | 1 | -1/+3 |
| | |||||
* | add a custom header clients can use to skip a n additional propset request | Jörn Friedrich Dreyer | 2013-02-11 | 1 | -0/+6 |
| | |||||
* | append .part to put files | Jörn Friedrich Dreyer | 2013-02-10 | 1 | -1/+7 |
| | |||||
* | Don't waste time making another call since we know it doesn't exist | Michael Gapczynski | 2013-01-11 | 1 | -1/+1 |
| | |||||
* | Remove old create etag function | Michael Gapczynski | 2013-01-11 | 1 | -9/+0 |
| | |||||
* | don't use depricated OC_Filesystem | Robin Appelman | 2012-10-10 | 1 | -5/+5 |
| | |||||
* | Whitespace fixes in lib | Bart Visscher | 2012-08-29 | 1 | -1/+0 |
| | |||||
* | Create uniqid ETag for directories | Bart Visscher | 2012-07-25 | 1 | -0/+9 |
| | |||||
* | Rename functions | Bart Visscher | 2012-07-25 | 1 | -2/+2 |
| | | | | | getETagPropertyForFile -> getETagPropertyForPath removeETagPropertyForFile -> removeETagPropertyForPath | ||||
* | Add ETag support to the Sabre file connector. | Bart Visscher | 2012-07-21 | 1 | -4/+21 |
| | | | | This is based on the md5 of the file, can be changed later | ||||
* | revert to using fopen for webdav instead of readfile | Robin Appelman | 2012-07-16 | 1 | -1/+1 |
| | |||||
* | use readfile() instead iof fopen() for file download over webdav. | Bjoern Schiessle | 2012-07-10 | 1 | -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_FileCache | Bart Visscher | 2012-06-15 | 1 | -2/+5 |
| | |||||
* | Add stat cache to OC_Connector_Sabre_Node and OC_Connector_Sabre_File | Bart Visscher | 2012-06-08 | 1 | -2/+2 |
| | | | | Speeds up access of directories with large number of files. | ||||
* | fixing file headers with copy right | Thomas Müller | 2012-05-05 | 1 | -7/+20 |
| | |||||
* | Make OC_Connector_Sabre_File::get() return a PHP stream instead of the file ↵ | Florian Vichot | 2011-11-06 | 1 | -1/+1 |
| | | | | content, as is recommended by SabreDAV to handle large files. | ||||
* | Renaming classes :-) | Jakob Sack | 2011-07-29 | 1 | -5/+5 |
| | |||||
* | Use autoload | Jakob Sack | 2011-07-27 | 1 | -0/+87 |