summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/Upload/AssemblyStream.php
Commit message (Collapse)AuthorAgeFilesLines
* refactor chunked assembly streamRobin Appelman2017-07-211-56/+32
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Chunking NG: Assemble in natural sort order of filesMarkus Goetz2017-03-171-1/+1
| | | | | | | | | | | 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>
* Improve chunk upload AssemblyStream performanceVincent Petry2016-09-131-8/+31
|
* Fix apps/Joas Schilling2016-07-211-1/+3
|
* Update license headersLukas Reschke2016-05-261-1/+19
|
* Move dav app to PSR-4 (#24527)Joas Schilling2016-05-121-0/+234
* Move Application to correct namespace and PSR-4 it * Move dav app to PSR-4