| Commit message (Expand) | Author | Age | Files | Lines |
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 1 | -176/+0 |
* | duplicate code :sigh: - will fix this in a second pr | Thomas Müller | 2013-09-24 | 1 | -1/+8 |
* | throw exception if encryption was disabled but files are still encrypted to p... | Bjoern Schiessle | 2013-08-14 | 1 | -1/+11 |
* | Merge branch 'master' into googledrive | Thomas Müller | 2013-07-12 | 1 | -3/+12 |
|\ |
|
| * | Sabre: throw exceptions when delete/create/write operations are not permitted | Robin Appelman | 2013-06-25 | 1 | -3/+12 |
* | | Return null if file size is negative for WebDAV, fix #2013 | Michael Gapczynski | 2013-05-27 | 1 | -2/+5 |
|/ |
|
* | 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 |
* | Add ETag support to the Sabre file connector. | Bart Visscher | 2012-07-21 | 1 | -4/+21 |
* | 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 |
* | 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 |
* | 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 c... | Florian Vichot | 2011-11-06 | 1 | -1/+1 |
* | Renaming classes :-) | Jakob Sack | 2011-07-29 | 1 | -5/+5 |
* | Use autoload | Jakob Sack | 2011-07-27 | 1 | -0/+87 |