mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[PR #2675] [MERGED] Fix uploads from mobile clients (and dep updates) #3128
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#3128
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/2675
Author: @BlackDex
Created: 8/4/2022
Status: ✅ Merged
Merged: 8/4/2022
Merged by: @dani-garcia
Base:
main← Head:patch-multer📝 Commits (1)
5b98bd6Fix uploads from mobile clients (and dep updates)📊 Changes
2 files changed (+59 additions, -53 deletions)
View changed files
📝
Cargo.lock(+47 -47)📝
Cargo.toml(+12 -6)📄 Description
This patch fixes the file upload send by the mobile clients.
It fixes #2644 by always providing a
Content-Typeeven though oneisn't set in this specific case.
I do hope it will be fixed upstream by either Bitwarden by fixing the
client. Or Rocket by allowing to override this somehow.
Until then, we can use this patched version of multer-rs.
Issue @ Rocket: https://github.com/SergioBenitez/Rocket/issues/2299
Issue @ Bitwarden: https://github.com/bitwarden/mobile/issues/2018
Also updated some dependencies.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.