nextcloud/apps/dav/lib/Upload
Roeland Jago Douma 8730cc6764
Use a proper upload file so propfinds return 404
Fixes #20235

By using an UploadFile we make sure that we don't need to have another
check everywhere for the path. But we just have ot check (which we have
to anyway) if it is a proper Connector/File (or directory).

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-04-21 10:33:28 +02:00
..
AssemblyStream.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
ChunkingPlugin.php Verify that destination is not a directory. 2020-04-14 12:52:12 +02:00
CleanupService.php Update license headers 2019-12-05 15:38:45 +01:00
FutureFile.php Add visibility to all methods and position of static keyword 2020-04-10 16:51:06 +02:00
RootCollection.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
UploadFile.php Use a proper upload file so propfinds return 404 2020-04-21 10:33:28 +02:00
UploadFolder.php Use a proper upload file so propfinds return 404 2020-04-21 10:33:28 +02:00
UploadHome.php Unify function spacing to PSR2 recommendation 2020-04-09 13:54:22 +02:00