nextcloud-server/apps/dav/lib/Upload
Max 2124fb9ff2
fix(dav): use quota of destination in s3 chunk upload
Resolves: #39228.
Check the free space on the destination.

Before it was checking the free space on `$storage`
which is the upload storage of the user who triggered the upload.
This led to user quota being applied
even when uploading to a share with unlimited space.

Signed-off-by: Max <max@nextcloud.com>
2023-08-02 10:09:13 +07:00
..
AssemblyStream.php Fix dav application tests and code for PHP 8.1 2021-11-23 09:29:01 +07:00
ChunkingPlugin.php Update php licenses 2021-06-04 22:02:41 +07:00
ChunkingV2Plugin.php fix(dav): use quota of destination in s3 chunk upload 2023-08-02 10:09:13 +07:00
CleanupService.php Update php licenses 2021-06-04 22:02:41 +07:00
FutureFile.php feat(s3): Use multipart upload for chunked uploading 2023-03-08 14:00:04 +07:00
PartFile.php feat(s3): Use multipart upload for chunked uploading 2023-03-08 14:00:04 +07:00
RootCollection.php Update php licenses 2021-06-04 22:02:41 +07:00
UploadFile.php feat(s3): Use multipart upload for chunked uploading 2023-03-08 14:00:04 +07:00
UploadFolder.php clean failed upload chunks 2023-06-21 15:32:27 +07:00
UploadHome.php feat(s3): Use multipart upload for chunked uploading 2023-03-08 14:00:04 +07:00