summaryrefslogtreecommitdiffstats
path: root/lib/connector/sabre
Commit message (Expand)AuthorAgeFilesLines
* Reuse $freeSpace variableMichael Gapczynski2013-02-231-1/+1
* Don't throw insufficient storage exception if free space is unknownMichael Gapczynski2013-02-231-1/+2
* Whitespace fixesBart Visscher2013-02-222-10/+10
* Style-fix: Breakup long linesBart Visscher2013-02-144-12/+41
* Fix NoSpaceAfterComma and SpaceBeforeCommaBart Visscher2013-02-142-3/+3
* Fix SpaceBeforeOpenBrace errorsBart Visscher2013-02-141-1/+1
* only check content lenght on PUT to make litmus happyJörn Friedrich Dreyer2013-02-112-14/+18
* delete partial file when file upload is abortedJörn Friedrich Dreyer2013-02-112-14/+17
* check Content-Length to detect aborted uploadsJörn Friedrich Dreyer2013-02-112-0/+19
* also rename file when it has not been present beforeJörn Friedrich Dreyer2013-02-111-2/+2
* readd renaming and mtime handling to new directory nodesJörn Friedrich Dreyer2013-02-111-1/+17
* send back 'X-OC-MTime: accepted' when X-OC-MTime was appliedJörn Friedrich Dreyer2013-02-111-1/+3
* add a custom header clients can use to skip a n additional propset requestJörn Friedrich Dreyer2013-02-111-0/+6
* Merge pull request #1588 from owncloud/etag_quotesFrank Karlitschek2013-02-101-1/+1
|\
| * wrap etags in quotes when doing a propfind on a folderRobin Appelman2013-02-101-1/+1
* | append .part to put filesJörn Friedrich Dreyer2013-02-101-1/+7
|/
* 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
|\|