Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX WebDav MacOS failed uploads php-fpm and big files (-36 error) #1

Merged

Conversation

gonzalo
Copy link
Owner

@gonzalo gonzalo commented Nov 27, 2024

Current "SetEnvIf Transfer-Encoding "chunked" proxy-sendcl=1" setting fails with Macos Webdav Darwin client beacuse the header has a capital letter -> "Chunked" So you can fix it making condition case insensitive. Extended description and tests results on nextcloud#48878

Summary

Sorry if something is missing. This is my first PR.

TODO

  • Nothing extra to do

Checklist

gonzalo and others added 22 commits November 27, 2024 08:38
Current "SetEnvIf Transfer-Encoding "chunked" proxy-sendcl=1" setting fails with Macos Webdav Darwin client beacuse the header has a capital letter -> "Chunked" So you can fix it making condition case insensitive.
Extended description and tests results on nextcloud#48878

Signed-off-by: Gonzalo Cao Cabeza de Vaca <[email protected]>
…y-logs

fix(activity): Fix activity object type warnings
…oud-secrets-v2

fix(migration): Decrypt ownCloud secrets v2
Signed-off-by: Louis Chemineau <[email protected]>
Signed-off-by: Louis Chemineau <[email protected]>
…-false-in-multipart-form-data

fix(controller): Fix false booleans in multipart/form-data
@gonzalo gonzalo closed this Nov 29, 2024
@gonzalo gonzalo reopened this Nov 29, 2024
@gonzalo gonzalo merged commit 16df40b into master Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants