nextcloud/apps/dav/lib/Upload
Markus Goetz 075a606514
Chunking NG: Assemble in natural sort order of files
For https://github.com/owncloud/client/pull/5476

Before this, the assembly could be bogusly in the order 0,1,10,11,2,3 etc.

As per the spec "The name of every chunk should be its chunk number."
https://github.com/cernbox/smashbox/blob/master/protocol/chunking.md

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-03-17 00:06:31 -06:00
..
AssemblyStream.php Chunking NG: Assemble in natural sort order of files 2017-03-17 00:06:31 -06:00
FutureFile.php Fix apps/ 2016-07-21 18:13:57 +02:00
RootCollection.php Fix apps/ 2016-07-21 18:13:57 +02:00
UploadFolder.php Fix apps/ 2016-07-21 18:13:57 +02:00
UploadHome.php FilesHome now also returns DAV properties 2016-09-26 11:24:23 +02:00