mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-01 11:19:52 +03:00
[PR #5618] [MERGED] allow CLI to upload send files with truncated filenames #3607
Reference in New Issue
Block a user
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/5618
Author: @stefan0xC
Created: 2/19/2025
Status: ✅ Merged
Merged: 2/19/2025
Merged by: @BlackDex
Base:
main← Head:be-less-strict-with-cli📝 Commits (1)
92cbe6fallow CLI to upload files with truncated filenames📊 Changes
2 files changed (+9 additions, -1 deletions)
View changed files
📝
src/api/core/sends.rs(+5 -1)📝
src/db/models/device.rs(+4 -0)📄 Description
due to a bug in the CLI the filename in the form-data is not complete if the encrypted filename happens to contain a
/this should fix #5614
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.