summaryrefslogtreecommitdiffstats
path: root/lib/connector
Commit message (Expand)AuthorAgeFilesLines
* Dav: update etag in filecache when doing a PROPSETRobin Appelman2013-02-021-1/+3
* Dav: don't overwrite etag from filecache with old etag from properties tableRobin Appelman2013-02-021-1/+3
* add multiple domains reverse proxy supportStefan Herbrechtsmeier2013-01-311-0/+50
* merge master into filesystemRobin Appelman2013-01-161-3/+3
|\
| * Whitespace cleanupBart Visscher2013-01-161-3/+3
* | merge master into filesystemRobin Appelman2013-01-153-173/+78
|\|
| * Merge pull request #1127 from owncloud/fixing-641-for-webdav-masterThomas Müller2013-01-102-0/+78
| |\
| | * webdav returns "503 Service Unavailable" in case the ownCloud server is curre...Thomas Mueller2013-01-092-0/+78
| * | Upstream merged my patch to add additional ssl root certificates to the webda...Björn Schießle2013-01-081-173/+0
| |/
* | Wrap the etag in double quotesMichael Gapczynski2013-01-111-1/+1
* | Don't waste time making another call since we know it doesn't existMichael Gapczynski2013-01-111-1/+1
* | Remove old create etag functionMichael Gapczynski2013-01-111-9/+0
* | Merge branch 'filesystem' into filesystem-etagsMichael Gapczynski2013-01-071-1/+1
|\ \
| * | merge master into filesystemRobin Appelman2013-01-071-1/+1
| |\|
* | | Remove old etag codeMichael Gapczynski2012-12-301-24/+0
* | | Use etags from file cache in SabreDAV connectorMichael Gapczynski2012-12-302-8/+6
|/ /
* | merge master into filesystemRobin Appelman2012-12-152-2/+17
|\|
| * implement getCurrentUser in Sabre Auth Connector, fixes #508Arthur Schiwon2012-12-141-0/+15
| * use username, not passed loginname, might differArthur Schiwon2012-12-141-1/+1
| * throwing InsufficientStorage in case the quota is reachedThomas Mueller2012-12-121-1/+1
* | merge master into filesystemRobin Appelman2012-11-301-19/+13
|\|
| * Cleaned up docblock commentsSam Tuke2012-11-281-21/+15
* | merge master into filesystemRobin Appelman2012-11-151-9/+16
|\|
| * Merge pull request #271 from owncloud/239_webdav_999_filesLukas Reschke2012-11-141-10/+16
| |\
| | * adding comments to explain what's going on hereThomas Mueller2012-11-061-0/+4
| | * fixes #329: query the database in chunks of 200Thomas Mueller2012-11-051-10/+12
* | | move ETag generation to storage backendsRobin Appelman2012-11-081-15/+1
* | | merge master into filesystemRobin Appelman2012-11-072-10/+22
|\| |
| * | Allow changing the way etags are generatedRobin Appelman2012-11-071-2/+14
| |/
| * Style: Remove all the dangling white spacesFelix Moeller2012-11-041-8/+8
* | merge master into filesystemRobin Appelman2012-11-042-7/+7
|\|
| * Checkstyle fixes: NoSpaceAfterCommaFelix Moeller2012-11-043-5/+5
| * Checkstyle: many fixesFelix Moeller2012-11-024-8/+8
* | 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