summaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/unit/Upload
Commit message (Collapse)AuthorAgeFilesLines
* Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-6/+6
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-053-4/+9
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Mode to modern phpunitRoeland Jago Douma2019-11-272-11/+11
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Some php-cs fixesRoeland Jago Douma2019-11-223-5/+4
| | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* make assemblystream seekableRobin Appelman2019-03-131-0/+15
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Handle OC-Total-Length in new chunkingThomas Müller2017-12-151-0/+167
| | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* Update license headersMorris Jobke2017-11-062-0/+4
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Use ::class in test mocks of dav appMorris Jobke2017-10-262-3/+7
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Chunking NG: Assemble in natural sort order of filesMarkus Goetz2017-03-171-0/+12
| | | | | | | | | | | 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-3/+63
|
* Fix apps/Joas Schilling2016-07-212-2/+8
|
* Update license headersLukas Reschke2016-05-262-1/+38
|
* Update DAV unit tests to PSR-4Joas Schilling2016-05-252-0/+139