[PR #2756] [MERGED] Add support for send v2 API endpoints #3005

Closed
opened 2025-11-07 08:00:45 -06:00 by GiteaMirror · 0 comments
Owner

📋 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: mainHead: add-send-api-v2


📝 Commits (1)

  • 5a07b19 Add 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.

## 📋 Pull Request Information **Original PR:** https://github.com/dani-garcia/vaultwarden/pull/2756 **Author:** [@BlackDex](https://github.com/BlackDex) **Created:** 9/20/2022 **Status:** ✅ Merged **Merged:** 9/25/2022 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `add-send-api-v2` --- ### 📝 Commits (1) - [`5a07b19`](https://github.com/dani-garcia/vaultwarden/commit/5a07b193dc3d97c9c72ba9a36a877ecc52284ef5) Add support for send v2 API endpoints ### 📊 Changes **2 files changed** (+127 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `src/api/core/ciphers.rs` (+6 -4) 📝 `src/api/core/sends.rs` (+121 -9) </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-07 08:00:45 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#3005