Commit Graph

62 Commits (5981b7eb512aa411f51cad541d01c5c6e93476f0)

Author SHA1 Message Date
Salvatore Martire 8167b07118 feat(files): automatically create directories on upload 3 months ago
provokateurin a55e61d97c
feat(dav): Allow UploadHome to handle public shares 5 months ago
provokateurin 8813df9623
refactor(dav): Pass UID from UploadHome to UploadFolder and CleanupService 5 months ago
Robin Appelman 98af649ccc
fix: rework UploadFolder implementation 8 months ago
Côme Chilliet 64863c9d46
chore: Apply new rector configuration to apps folder 8 months ago
Git'Fellow 36d6b0f1e6 refactor: Use Http framework where possible 10 months ago
Robin Appelman e4d0882b31
fix: improve assembly stream 10 months ago
provokateurin 381077028a
refactor(apps): Use constructor property promotion when possible 12 months ago
Daniel Kesselberg af6de04e9e
style: update codestyle for coding-standard 1.2.3 1 year ago
Andy Scherzinger 9d4b944098
chore: Add SPDX header 1 year ago
Julius Härtl ca453f5b84
fix: Use proper path when trying to check if a file needs to get copied 2 years ago
Joas Schilling aa5f037af7
chore: apply changes from Nextcloud coding standards 1.1.1 2 years ago
Julius Härtl 0033ae52b8
fix: Validate that we have a proper distributed cache configured 2 years ago
Max 2124fb9ff2
fix(dav): use quota of destination in s3 chunk upload 2 years ago
Daniel Kesselberg 9e50f149a3
fix: check that object store backend supports multi part uploads 2 years ago
Robin Appelman 58a4a222d0
clean failed upload chunks 2 years ago
Lorenzo Tanganelli d920e65dc5 fix error on delete in ChunkingV2Plugin 2 years ago
Julius Härtl e23aa8883e
feat(s3): Use multipart upload for chunked uploading 3 years ago
Côme Chilliet 110fc79918
Silence errors of return type mismatch from Sabre for now 3 years ago
Côme Chilliet cd885b5705
Type sizes as int|float throughout the code base 3 years ago
Côme Chilliet 5cd5245ca8
Fix dav application tests and code for PHP 8.1 4 years ago
acsfer 2132cde6e3
Remove error suppression 4 years ago
John Molakvoæ (skjnldsv) 215aef3cbd
Update php licenses 4 years ago
dependabot-preview[bot] eb502c02ff
Bump nextcloud/coding-standard from 0.3.0 to 0.5.0 5 years ago
Christoph Wurst d89a75be0b
Update all license headers for Nextcloud 21 5 years ago
J0WI 1639289b95 Update urls to stackoverflow.com to "HTTPS" 5 years ago
Christoph Wurst 2a054e6c04
Update the license headers for Nextcloud 20 5 years ago
Julius Härtl 6722246aca
Return proper status when file didn't exist before 5 years ago
Julius Härtl 860f6d8fcf
Delete chunks if the move on an upload failed 5 years ago
Christoph Wurst cb057829f7
Update license headers for 19 6 years ago
Roeland Jago Douma 8730cc6764
Use a proper upload file so propfinds return 404 6 years ago
Daniel Kesselberg 91ab811824
Verify that destination is not a directory. 6 years ago
Christoph Wurst 1584c9ae9c
Add visibility to all methods and position of static keyword 6 years ago
Christoph Wurst caff1023ea
Format control structures, classes, methods and function 6 years ago
Christoph Wurst 14c996d982
Use elseif instead of else if 6 years ago
Christoph Wurst afbd9c4e6e
Unify function spacing to PSR2 recommendation 6 years ago
Christoph Wurst 74936c49ea
Remove unused imports 6 years ago
Christoph Wurst 5bf3d1bb38
Update license headers 6 years ago
Roeland Jago Douma 68748d4f85
Some php-cs fixes 6 years ago
Robin Appelman 6a47f924fc
make assemblystream seekable 7 years ago
Roeland Jago Douma cb742e7045
Background job to cleanup leftover chunked uploads 7 years ago
Roeland Jago Douma 70e4884e02
Implement the size of an assembly stream 7 years ago
Robin Appelman 2f518b6ac8
lazy open first source stream in assemblystream 7 years ago
Robin Appelman f1f74a39b6
throw an error if a node is smaller than expected in assemblystream 7 years ago
Robin Appelman 6b7a69752c
AssemblyStream is also eof if we have no more source stream 7 years ago
Morris Jobke fc4e0501f0
Fix integer overflow in ChunkingPlugin 8 years ago
Morris Jobke d3d045dd5c
Remove unused import statements 8 years ago
Morris Jobke e2974f1133
Simplify return statement 8 years ago
Roeland Jago Douma e5cc8ebe7a
Return proper principal on the uploads collection listing 8 years ago
Thomas Müller 8c5d656f3b Handle OC-Total-Length in new chunking 8 years ago