aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/unit/Upload
Commit message (Expand)AuthorAgeFilesLines
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-152-6/+8
* test: cast node name and data to stringfix/cast-node-names-to-stringAnna Larch2024-09-151-2/+2
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-1/+1
* chore: Add SPDX headerAndy Scherzinger2024-05-283-70/+12
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-2/+2
* chore(dav): Add void return type to test methodsChristoph Wurst2023-01-203-17/+17
* Get rid of deprecated at matcher in dav application testsCôme Chilliet2023-01-051-30/+38
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-043-4/+0
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+2
* Merge pull request #22128 from nextcloud/bugfix/noid/cleanup-chunks-on-failureMorris Jobke2020-08-131-3/+7
|\
| * Return proper status when file didn't exist beforeJulius Härtl2020-08-131-1/+1
| * Adjust chunking test for non-existing target nodeJulius Härtl2020-08-121-3/+7
* | Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-121-4/+4
|/
* Update license headers for 19Christoph Wurst2020-04-292-0/+2
* Verify that destination is not a directory.Daniel Kesselberg2020-04-141-4/+38
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-101-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-103-3/+1
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+0
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-21/+21
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-6/+6
* Update license headersChristoph Wurst2019-12-053-4/+9
* Mode to modern phpunitRoeland Jago Douma2019-11-272-11/+11
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
* Some php-cs fixesRoeland Jago Douma2019-11-223-5/+4
* make assemblystream seekableRobin Appelman2019-03-131-0/+15
* Handle OC-Total-Length in new chunkingThomas Müller2017-12-151-0/+167
* Update license headersMorris Jobke2017-11-062-0/+4
* Use ::class in test mocks of dav appMorris Jobke2017-10-262-3/+7
* Chunking NG: Assemble in natural sort order of filesMarkus Goetz2017-03-171-0/+12
* 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