| Commit message (Expand) | Author | Age | Files | Lines |
* | Whitespace cleanup | Bart Visscher | 2012-10-14 | 2 | -3/+3 |
* | fix create folder and upload file issue on win, fixes oc-1747, solution follo... | Arthur Schiwon | 2012-10-02 | 1 | -2/+2 |
* | move back to "lastmodified" property since "getlastmodified" is protected by ... | Björn Schießle | 2012-09-28 | 1 | -5/+3 |
* | prepare server for move of property name "lastmodified" to "getlastmodified" ... | Björn Schießle | 2012-09-26 | 1 | -4/+6 |
* | - take webdav namespace for properties into account | Björn Schießle | 2012-09-26 | 1 | -2/+2 |
* | 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 |
* | Run proxies and emit signals when finising chunked upload | Bart Visscher | 2012-09-18 | 1 | -2/+1 |
* | Check format of chunked filename | Bart Visscher | 2012-09-17 | 1 | -0/+3 |
* | dirname can also return '.' for empty path | Bart Visscher | 2012-09-13 | 1 | -1/+1 |
* | Respect coding style | Thomas Müller | 2012-09-10 | 1 | -5/+4 |
* | Respect coding style | Thomas Müller | 2012-09-10 | 1 | -1/+1 |
* | Respect coding style | Thomas Müller | 2012-09-10 | 1 | -3/+9 |
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 5 | -10/+10 |
* | EOL fixes | Bart Visscher | 2012-09-07 | 1 | -172/+172 |
* | Whitespace fixes in lib | Bart Visscher | 2012-08-29 | 5 | -11/+9 |
* | add backticks to SQL, use limit parameter instead of LIMIT SQL | Jörn Friedrich Dreyer | 2012-08-25 | 1 | -1/+1 |
* | Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-su... | Jörn Friedrich Dreyer | 2012-08-25 | 5 | -57/+398 |
|\ |
|
| * | Merge branch 'chunked_upload' | Bart Visscher | 2012-08-03 | 1 | -4/+16 |
| |\ |
|
| | * | 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 | 6 | -55/+182 |
| | |\ |
|
| | * | | Custom chunking support | Bart Visscher | 2012-07-08 | 1 | -4/+25 |
| * | | | Fix #476 | Jakob Sack | 2012-07-31 | 1 | -4/+7 |
| | |/
| |/| |
|
| * | | Smarter remove of etag properties for path | Bart Visscher | 2012-07-26 | 1 | -2/+18 |
| * | | Create uniqid ETag for directories | Bart Visscher | 2012-07-25 | 3 | -1/+39 |
| * | | Rename functions | Bart Visscher | 2012-07-25 | 3 | -5/+5 |
| * | | fix broken properties in the database | Bjoern Schiessle | 2012-07-23 | 1 | -1/+1 |
| * | | quick fix for broken properties | Bjoern Schiessle | 2012-07-23 | 1 | -0/+1 |
| * | | fix ununsed variables | Robin Appelman | 2012-07-21 | 1 | -1/+1 |
| * | | Add missing public to function definition | Bart Visscher | 2012-07-21 | 1 | -1/+1 |
| * | | Add ETag support to the Sabre file connector. | Bart Visscher | 2012-07-21 | 3 | -7/+66 |
| * | | adapted to new SabreDav version | Bjoern Schiessle | 2012-07-20 | 1 | -10/+12 |
| * | | dont check for filecache updates when getting quota info over webdav | Robin Appelman | 2012-07-20 | 1 | -1/+1 |
| * | | revert to using fopen for webdav instead of readfile | Robin Appelman | 2012-07-16 | 1 | -1/+1 |
| * | | Check if user is already logged in for DAV auth, instead of logging in and cr... | Michael Gapczynski | 2012-07-15 | 1 | -6/+11 |
| * | | use readfile() instead iof fopen() for file download over webdav. | Bjoern Schiessle | 2012-07-10 | 1 | -1/+1 |
| * | | webdav ssl cleanup | Bjoern Schiessle | 2012-07-09 | 1 | -35/+38 |
| |/ |
|
| * | allow user to upload his own root certificate for secure webdav mount | Bjoern Schiessle | 2012-07-06 | 1 | -1/+1 |
| * | introduce subclassed client.php and revert changes to 3rdparty | Bjoern Schiessle | 2012-07-06 | 1 | -0/+168 |
| * | fix webdav errors for empty folders | Robin Appelman | 2012-06-27 | 1 | -9/+11 |
| * | Fix initialization of OC_Filesystem setup from DAV | Bart Visscher | 2012-06-22 | 1 | -1/+1 |
| * | Optimize WebDav access by preloading dav custom properties | Bart Visscher | 2012-06-15 | 2 | -11/+41 |
| * | Fix webdav property name compare | Bart Visscher | 2012-06-15 | 1 | -1/+1 |
| * | Use setter for FileinfoCache | Bart Visscher | 2012-06-15 | 2 | -11/+11 |
| * | Optimize WebDav access using OC_FileCache | Bart Visscher | 2012-06-15 | 3 | -23/+31 |
| * | Add stat cache to OC_Connector_Sabre_Node and OC_Connector_Sabre_File | Bart Visscher | 2012-06-08 | 2 | -5/+17 |
| * | Comment layout and spelling fixes | Bart Visscher | 2012-06-08 | 1 | -2/+4 |
| * | don't allow user to delete Shared dir via webdav and sync client (bug #774) | Bjoern Schiessle | 2012-06-04 | 1 | -2/+4 |
* | | Fix OC_Connector_Sabre_Locks for SQLite | Jakob Sack | 2012-08-24 | 1 | -2/+4 |