mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-12 01:45:56 -05:00
[PR #2756] [MERGED] Add support for send v2 API endpoints #3005
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/2756
Author: @BlackDex
Created: 9/20/2022
Status: ✅ Merged
Merged: 9/25/2022
Merged by: @dani-garcia
Base:
main← Head:add-send-api-v2📝 Commits (1)
5a07b19Add support for send v2 API endpoints📊 Changes
2 files changed (+127 additions, -13 deletions)
View changed files
📝
src/api/core/ciphers.rs(+6 -4)📝
src/api/core/sends.rs(+121 -9)📄 Description
This PR adds support for the Send v2 API.
It should prevent 404 errors which could cause some issues with some
configurations on some reverse proxies.
In the long run, we can probably remove the old file upload API, but for
now lets leave it there, since Bitwarden also still has this endpoint in
the code.
Might fixes #2753
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.