Commit message (Collapse) | 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 | -256/+0 |
| | | | | | Conflicts: lib/private/vcategories.php | ||||
* | Merge branch 'master' into move-aborted-upload-detection-into-plugin-master | Thomas Müller | 2013-09-30 | 1 | -1/+7 |
|\ | |||||
| * | adding file_exists check just to be on the save side | Thomas Müller | 2013-09-24 | 1 | -1/+2 |
| | | |||||
| * | handle error situation of rename proper | Thomas Müller | 2013-09-23 | 1 | -1/+6 |
| | | |||||
* | | fixing copyright and add class documentation | Thomas Müller | 2013-09-25 | 1 | -13/+0 |
|/ | |||||
* | webdav quota information contains the values for used and free - not total | Thomas Müller | 2013-08-29 | 1 | -1/+1 |
| | |||||
* | webdav quota now displays the same values as the web interface does | Thomas Müller | 2013-08-27 | 1 | -3/+3 |
| | |||||
* | make use of the fact that rmdir is already recursive | Robin Appelman | 2013-06-30 | 1 | -1/+0 |
| | |||||
* | Sabre: throw exceptions when delete/create/write operations are not permitted | Robin Appelman | 2013-06-25 | 1 | -0/+15 |
| | |||||
* | return 403 when mkdir failed on webDAV, fixes #2127 | Arthur Schiwon | 2013-03-06 | 1 | -1/+3 |
| | |||||
* | Whitespace fixes | Bart Visscher | 2013-02-22 | 1 | -6/+6 |
| | |||||
* | Style-fix: Breakup long lines | Bart Visscher | 2013-02-14 | 1 | -1/+2 |
| | |||||
* | 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/+8 |
| | |||||
* | check Content-Length to detect aborted uploads | Jörn Friedrich Dreyer | 2013-02-11 | 1 | -0/+10 |
| | |||||
* | also rename file when it has not been present before | Jörn Friedrich Dreyer | 2013-02-11 | 1 | -2/+2 |
| | |||||
* | readd renaming and mtime handling to new directory nodes | Jörn Friedrich Dreyer | 2013-02-11 | 1 | -1/+17 |
| | |||||
* | wrap etags in quotes when doing a propfind on a folder | Robin Appelman | 2013-02-10 | 1 | -1/+1 |
| | |||||
* | Dav: don't overwrite etag from filecache with old etag from properties table | Robin Appelman | 2013-02-02 | 1 | -1/+3 |
| | |||||
* | Use etags from file cache in SabreDAV connector | Michael Gapczynski | 2012-12-30 | 1 | -1/+1 |
| | |||||
* | merge master into filesystem | Robin Appelman | 2012-11-15 | 1 | -9/+16 |
|\ | |||||
| * | adding comments to explain what's going on here | Thomas Mueller | 2012-11-06 | 1 | -0/+4 |
| | | |||||
| * | fixes #329: query the database in chunks of 200 | Thomas Mueller | 2012-11-05 | 1 | -10/+12 |
| | | |||||
* | | move some stuff to the new api | Robin Appelman | 2012-10-26 | 1 | -3/+3 |
| | | |||||
* | | merge master into filesystem | Robin Appelman | 2012-10-17 | 1 | -1/+1 |
|\| | |||||
| * | Whitespace cleanup | Bart Visscher | 2012-10-14 | 1 | -1/+1 |
| | | |||||
* | | don't use depricated OC_Filesystem | Robin Appelman | 2012-10-10 | 1 | -5/+5 |
|/ | |||||
* | Forgot to return the fileinfo | Bart Visscher | 2012-09-21 | 1 | -1/+1 |
| | |||||
* | Don't use OC_FileCache directly, but use the functions in OC_Files | Bart Visscher | 2012-09-21 | 1 | -3/+5 |
| | | | | This adds getFileInfo to OC_Files to also get fileinfo from shared files | ||||
* | Run proxies and emit signals when finising chunked upload | Bart Visscher | 2012-09-18 | 1 | -2/+1 |
| | | | | Otherwise the file cache and the quota isn't checked | ||||
* | Check format of chunked filename | Bart Visscher | 2012-09-17 | 1 | -0/+3 |
| | |||||
* | Respect coding style | Thomas Müller | 2012-09-10 | 1 | -5/+4 |
| | |||||
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 1 | -1/+1 |
| | |||||
* | Whitespace fixes in lib | Bart Visscher | 2012-08-29 | 1 | -1/+0 |
| | |||||
* | add backticks to SQL, use limit parameter instead of LIMIT SQL | Jörn Friedrich Dreyer | 2012-08-25 | 1 | -1/+1 |
| | |||||
* | Chunked upload: Refactor OC_FileChunking to object | Bart Visscher | 2012-07-27 | 1 | -3/+4 |
| | |||||
* | Chunked upload: Refactor to static class | Bart Visscher | 2012-07-27 | 1 | -18/+5 |
| | |||||
* | Merge branch 'master' into chunked_upload | Bart Visscher | 2012-07-27 | 1 | -4/+43 |
|\ | | | | | | | | | Conflicts: lib/connector/sabre/directory.php | ||||
| * | Create uniqid ETag for directories | Bart Visscher | 2012-07-25 | 1 | -0/+20 |
| | | |||||
| * | Rename functions | Bart Visscher | 2012-07-25 | 1 | -1/+1 |
| | | | | | | | | | | getETagPropertyForFile -> getETagPropertyForPath removeETagPropertyForFile -> removeETagPropertyForPath | ||||
| * | Add ETag support to the Sabre file connector. | Bart Visscher | 2012-07-21 | 1 | -3/+19 |
| | | | | | | | | This is based on the md5 of the file, can be changed later | ||||
| * | dont check for filecache updates when getting quota info over webdav | Robin Appelman | 2012-07-20 | 1 | -1/+1 |
| | | |||||
* | | Custom chunking support | Bart Visscher | 2012-07-08 | 1 | -4/+25 |
|/ | |||||
* | fix webdav errors for empty folders | Robin Appelman | 2012-06-27 | 1 | -9/+11 |
| | |||||
* | Optimize WebDav access by preloading dav custom properties | Bart Visscher | 2012-06-15 | 1 | -2/+20 |
| | |||||
* | Use setter for FileinfoCache | Bart Visscher | 2012-06-15 | 1 | -6/+4 |
| | |||||
* | Optimize WebDav access using OC_FileCache | Bart Visscher | 2012-06-15 | 1 | -14/+11 |
| | |||||
* | don't allow user to delete Shared dir via webdav and sync client (bug #774) | Bjoern Schiessle | 2012-06-04 | 1 | -2/+4 |
| | |||||
* | fixing file headers with copy right | Thomas Müller | 2012-05-05 | 1 | -7/+20 |
| | |||||
* | Merge branch 'master' into sabredav_1.6 | Georg Ehrke | 2012-03-19 | 1 | -2/+2 |
|\ |