summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/Upload/UploadFolder.php
Commit message (Collapse)AuthorAgeFilesLines
* feat(s3): Use multipart upload for chunked uploadingJulius Härtl2023-03-091-2/+28
| | | | | | This allows to stream file chunks directly to S3 during upload. Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use a proper upload file so propfinds return 404Roeland Jago Douma2020-04-211-2/+9
| | | | | | | | | | 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>
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-101-10/+10
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Remove unused importsChristoph Wurst2020-03-251-2/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-051-1/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Some php-cs fixesRoeland Jago Douma2019-11-221-0/+1
| | | | | | | | | | | * 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>
* Background job to cleanup leftover chunked uploadsRoeland Jago Douma2019-01-041-1/+10
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* 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/+61
* Move Application to correct namespace and PSR-4 it * Move dav app to PSR-4