summaryrefslogtreecommitdiffstats
path: root/lib/connector
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'master' into filesystemRobin Appelman2012-11-011-0/+59
|\|
| * code style changesscambra2012-10-301-4/+6
| * fix checking quota in webdav, adding a sabredav pluginscambra2012-10-301-0/+57
* | move some stuff to the new apiRobin Appelman2012-10-262-5/+5
* | merge master into filesystemRobin Appelman2012-10-251-1/+1
|\|
| * Merge pull request #81 from fmms/masterLukas Reschke2012-10-241-1/+1
| |\
| | * Checkstyle: NoSpaceAfterCommaFelix Moeller2012-10-231-1/+1
* | | merge master into filesystemRobin Appelman2012-10-231-1/+1
|\| |
| * | get effective username after webdav login, fixes oc-2108Arthur Schiwon2012-10-231-1/+1
| |/
* | merge master into filesystemRobin Appelman2012-10-172-3/+3
|\|
| * Whitespace cleanupBart Visscher2012-10-142-3/+3
* | don't use depricated OC_FilesystemRobin Appelman2012-10-103-14/+14
|/
* fix create folder and upload file issue on win, fixes oc-1747, solution follo...Arthur Schiwon2012-10-021-2/+2
* move back to "lastmodified" property since "getlastmodified" is protected by ...Björn Schießle2012-09-281-5/+3
* prepare server for move of property name "lastmodified" to "getlastmodified" ...Björn Schießle2012-09-261-4/+6
* - take webdav namespace for properties into accountBjörn Schießle2012-09-261-2/+2
* Forgot to return the fileinfoBart Visscher2012-09-211-1/+1
* Don't use OC_FileCache directly, but use the functions in OC_FilesBart Visscher2012-09-211-3/+5
* Run proxies and emit signals when finising chunked uploadBart Visscher2012-09-181-2/+1
* Check format of chunked filenameBart Visscher2012-09-171-0/+3
* dirname can also return '.' for empty pathBart Visscher2012-09-131-1/+1
* Respect coding styleThomas Müller2012-09-101-5/+4
* Respect coding styleThomas Müller2012-09-101-1/+1
* Respect coding styleThomas Müller2012-09-101-3/+9
* adding space between) and {Thomas Mueller2012-09-075-10/+10
* EOL fixesBart Visscher2012-09-071-172/+172
* Whitespace fixes in libBart Visscher2012-08-295-11/+9
* add backticks to SQL, use limit parameter instead of LIMIT SQLJörn Friedrich Dreyer2012-08-251-1/+1
* Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-su...Jörn Friedrich Dreyer2012-08-255-57/+398
|\
| * Merge branch 'chunked_upload'Bart Visscher2012-08-031-4/+16
| |\
| | * Chunked upload: Refactor OC_FileChunking to objectBart Visscher2012-07-271-3/+4
| | * Chunked upload: Refactor to static classBart Visscher2012-07-271-18/+5
| | * Merge branch 'master' into chunked_uploadBart Visscher2012-07-276-55/+182
| | |\
| | * | Custom chunking supportBart Visscher2012-07-081-4/+25
| * | | Fix #476Jakob Sack2012-07-311-4/+7
| | |/ | |/|
| * | Smarter remove of etag properties for pathBart Visscher2012-07-261-2/+18
| * | Create uniqid ETag for directoriesBart Visscher2012-07-253-1/+39
| * | Rename functionsBart Visscher2012-07-253-5/+5
| * | fix broken properties in the databaseBjoern Schiessle2012-07-231-1/+1
| * | quick fix for broken propertiesBjoern Schiessle2012-07-231-0/+1
| * | fix ununsed variablesRobin Appelman2012-07-211-1/+1
| * | Add missing public to function definitionBart Visscher2012-07-211-1/+1
| * | Add ETag support to the Sabre file connector.Bart Visscher2012-07-213-7/+66
| * | adapted to new SabreDav versionBjoern Schiessle2012-07-201-10/+12
| * | dont check for filecache updates when getting quota info over webdavRobin Appelman2012-07-201-1/+1
| * | revert to using fopen for webdav instead of readfileRobin Appelman2012-07-161-1/+1
| * | Check if user is already logged in for DAV auth, instead of logging in and cr...Michael Gapczynski2012-07-151-6/+11
| * | use readfile() instead iof fopen() for file download over webdav.Bjoern Schiessle2012-07-101-1/+1
| * | webdav ssl cleanupBjoern Schiessle2012-07-091-35/+38
| |/
| * allow user to upload his own root certificate for secure webdav mountBjoern Schiessle2012-07-061-1/+1