Commit Graph

67 Commits (master)

Author SHA1 Message Date
Ferdinand Thiessen d8e8703796
chore: add missing `Override` attribute to app code 1 week ago
Ferdinand Thiessen a1ddf594ec
fix(dav): do not list intermediate upload folders 2 weeks ago
Ferdinand Thiessen bcfa3bd2ee
fix(dav): do not read intermediate uploads 2 weeks ago
Josh c6dd592d60
fix(dav): catch NotFound exception in UploadHome::childExists() 5 months ago
Ferdinand Thiessen 660f3f6fd1
refactor: use logical `&&` `||` instead of weak `and` `or` operators 7 months ago
Salvatore Martire 8167b07118 feat(files): automatically create directories on upload 10 months ago
provokateurin a55e61d97c
feat(dav): Allow UploadHome to handle public shares 1 year ago
provokateurin 8813df9623
refactor(dav): Pass UID from UploadHome to UploadFolder and CleanupService 1 year ago
Robin Appelman 98af649ccc
fix: rework UploadFolder implementation 1 year ago
Côme Chilliet 64863c9d46
chore: Apply new rector configuration to apps folder 1 year ago
Git'Fellow 36d6b0f1e6 refactor: Use Http framework where possible 1 year ago
Robin Appelman e4d0882b31
fix: improve assembly stream 1 year ago
provokateurin 381077028a
refactor(apps): Use constructor property promotion when possible 2 years ago
Daniel Kesselberg af6de04e9e
style: update codestyle for coding-standard 1.2.3 2 years ago
Andy Scherzinger 9d4b944098
chore: Add SPDX header 2 years 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 3 years ago
Max 2124fb9ff2
fix(dav): use quota of destination in s3 chunk upload 3 years ago
Daniel Kesselberg 9e50f149a3
fix: check that object store backend supports multi part uploads 3 years ago
Robin Appelman 58a4a222d0
clean failed upload chunks 3 years ago
Lorenzo Tanganelli d920e65dc5 fix error on delete in ChunkingV2Plugin 3 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 5 years ago
acsfer 2132cde6e3
Remove error suppression 5 years ago
John Molakvoæ (skjnldsv) 215aef3cbd
Update php licenses 5 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" 6 years ago
Christoph Wurst 2a054e6c04
Update the license headers for Nextcloud 20 6 years ago
Julius Härtl 6722246aca
Return proper status when file didn't exist before 6 years ago
Julius Härtl 860f6d8fcf
Delete chunks if the move on an upload failed 6 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 7 years ago
Roeland Jago Douma 68748d4f85
Some php-cs fixes 7 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 8 years ago
Robin Appelman 2f518b6ac8
lazy open first source stream in assemblystream 8 years ago
Robin Appelman f1f74a39b6
throw an error if a node is smaller than expected in assemblystream 8 years ago
Robin Appelman 6b7a69752c
AssemblyStream is also eof if we have no more source stream 8 years ago