Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-02Dav: don't overwrite etag from filecache with old etag from properties tableRobin Appelman
2013-01-31add multiple domains reverse proxy supportStefan Herbrechtsmeier
2013-01-16merge master into filesystemRobin Appelman
2013-01-16Whitespace cleanupBart Visscher
2013-01-15merge master into filesystemRobin Appelman
2013-01-12Wrap the etag in double quotesMichael Gapczynski
2013-01-12Don't waste time making another call since we know it doesn't existMichael Gapczynski
2013-01-12Remove old create etag functionMichael Gapczynski
2013-01-10Merge pull request #1127 from owncloud/fixing-641-for-webdav-masterThomas Müller
2013-01-09webdav returns "503 Service Unavailable" in case the ownCloud server is curre...Thomas Mueller
2013-01-08Upstream merged my patch to add additional ssl root certificates to the webda...Björn Schießle
2013-01-07Merge branch 'filesystem' into filesystem-etagsMichael Gapczynski
2013-01-07merge master into filesystemRobin Appelman
2012-12-31Remove old etag codeMichael Gapczynski
2012-12-31Use etags from file cache in SabreDAV connectorMichael Gapczynski
2012-12-15merge master into filesystemRobin Appelman
2012-12-14implement getCurrentUser in Sabre Auth Connector, fixes #508Arthur Schiwon
2012-12-14use username, not passed loginname, might differArthur Schiwon
2012-12-12throwing InsufficientStorage in case the quota is reachedThomas Mueller
2012-11-30merge master into filesystemRobin Appelman
2012-11-28Cleaned up docblock commentsSam Tuke
2012-11-15merge master into filesystemRobin Appelman
2012-11-14Merge pull request #271 from owncloud/239_webdav_999_filesLukas Reschke
2012-11-08move ETag generation to storage backendsRobin Appelman
2012-11-07merge master into filesystemRobin Appelman
2012-11-07Allow changing the way etags are generatedRobin Appelman
2012-11-06adding comments to explain what's going on hereThomas Mueller
2012-11-06fixes #329: query the database in chunks of 200Thomas Mueller
2012-11-05Style: Remove all the dangling white spacesFelix Moeller
2012-11-05merge master into filesystemRobin Appelman
2012-11-04Checkstyle fixes: NoSpaceAfterCommaFelix Moeller
2012-11-02Checkstyle: many fixesFelix Moeller
2012-11-01Merge branch 'master' into filesystemRobin Appelman
2012-10-30code style changesscambra
2012-10-30fix checking quota in webdav, adding a sabredav pluginscambra
2012-10-27move some stuff to the new apiRobin Appelman
2012-10-25merge master into filesystemRobin Appelman
2012-10-24Merge pull request #81 from fmms/masterLukas Reschke
2012-10-24Checkstyle: NoSpaceAfterCommaFelix Moeller
2012-10-23merge master into filesystemRobin Appelman
2012-10-23get effective username after webdav login, fixes oc-2108Arthur Schiwon
2012-10-17merge master into filesystemRobin Appelman
2012-10-14Whitespace cleanupBart Visscher
2012-10-10don't use depricated OC_FilesystemRobin Appelman
2012-10-02fix create folder and upload file issue on win, fixes oc-1747, solution follo...Arthur Schiwon
2012-09-28move back to "lastmodified" property since "getlastmodified" is protected by ...Björn Schießle
2012-09-26prepare server for move of property name "lastmodified" to "getlastmodified" ...Björn Schießle
2012-09-26- take webdav namespace for properties into accountBjörn Schießle
2012-09-21Forgot to return the fileinfoBart Visscher
2012-09-21Don't use OC_FileCache directly, but use the functions in OC_FilesBart Visscher