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-07-04fix numRows usage in core libJörn Friedrich Dreyer
2013-07-03Sabre: throw exceptions when delete/create/write operations are not permittedRobin Appelman
2013-06-20backport oracle related changes, mostly comments, but also setup related fixesJörn Friedrich Dreyer
2013-06-14Squashed commit of the following:Thomas Mueller
2013-03-06return 403 when mkdir failed on webDAV, fixes #2127Arthur Schiwon
2013-02-24Reuse $freeSpace variableMichael Gapczynski
2013-02-24Don't throw insufficient storage exception if free space is unknownMichael Gapczynski
2013-02-22Whitespace fixesBart Visscher
2013-02-14Style-fix: Breakup long linesBart Visscher
2013-02-14Fix NoSpaceAfterComma and SpaceBeforeCommaBart Visscher
2013-02-14Fix SpaceBeforeOpenBrace errorsBart Visscher
2013-02-11only check content lenght on PUT to make litmus happyJörn Friedrich Dreyer
2013-02-11delete partial file when file upload is abortedJörn Friedrich Dreyer
2013-02-11check Content-Length to detect aborted uploadsJörn Friedrich Dreyer
2013-02-11also rename file when it has not been present beforeJörn Friedrich Dreyer
2013-02-11readd renaming and mtime handling to new directory nodesJörn Friedrich Dreyer
2013-02-11send back 'X-OC-MTime: accepted' when X-OC-MTime was appliedJörn Friedrich Dreyer
2013-02-11add a custom header clients can use to skip a n additional propset requestJörn Friedrich Dreyer
2013-02-10Merge pull request #1588 from owncloud/etag_quotesFrank Karlitschek
2013-02-10append .part to put filesJörn Friedrich Dreyer
2013-02-10wrap etags in quotes when doing a propfind on a folderRobin Appelman
2013-02-02Dav: update etag in filecache when doing a PROPSETRobin Appelman
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