[PR #4823] [MERGED] Update crates, web-vault and fixes #2727

Open
opened 2025-10-09 18:10:28 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/4823
Author: @BlackDex
Created: 8/7/2024
Status: Merged
Merged: 8/7/2024
Merged by: @dani-garcia

Base: mainHead: updates-web-crates-and-fixes


📝 Commits (2)

  • 743c89a Update crates, web-vault and fixes
  • fecd70a Prevent bulk remove collections to work

📊 Changes

8 files changed (+166 additions, -69 deletions)

View changed files

📝 Cargo.lock (+64 -49)
📝 Cargo.toml (+6 -6)
📝 docker/DockerSettings.yaml (+2 -2)
📝 docker/Dockerfile.alpine (+6 -6)
📝 docker/Dockerfile.debian (+6 -6)
📝 src/api/core/mod.rs (+2 -0)
📝 src/api/core/organizations.rs (+69 -0)
📝 src/db/models/cipher.rs (+11 -0)

📄 Description

  • Updated crates
  • Updated web-vault to v2024.6.2 This version is currently the latest version compatible with our API implementation. For newer versions we need more code updates to make it compatible. Thanks to @stefan0xC this version fixes #4628
  • Added a small fix to prevent errors in the Vaultwarden and Client logs. The v2024.6.2 web-vault calls an endpoint with invalid arguments. If this happens we ignore the call and just return an Ok.
  • Added the bulk-collection endpoint (Though not yet available in v2024.6.2)

Fixes #4628


🔄 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/4823 **Author:** [@BlackDex](https://github.com/BlackDex) **Created:** 8/7/2024 **Status:** ✅ Merged **Merged:** 8/7/2024 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `updates-web-crates-and-fixes` --- ### 📝 Commits (2) - [`743c89a`](https://github.com/dani-garcia/vaultwarden/commit/743c89a8ba41e03e3b2c4fabffaac685c4f2df61) Update crates, web-vault and fixes - [`fecd70a`](https://github.com/dani-garcia/vaultwarden/commit/fecd70a7b2e828742d3e0d7d78012f307e7fb940) Prevent bulk remove collections to work ### 📊 Changes **8 files changed** (+166 additions, -69 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+64 -49) 📝 `Cargo.toml` (+6 -6) 📝 `docker/DockerSettings.yaml` (+2 -2) 📝 `docker/Dockerfile.alpine` (+6 -6) 📝 `docker/Dockerfile.debian` (+6 -6) 📝 `src/api/core/mod.rs` (+2 -0) 📝 `src/api/core/organizations.rs` (+69 -0) 📝 `src/db/models/cipher.rs` (+11 -0) </details> ### 📄 Description - Updated crates - Updated web-vault to v2024.6.2 This version is currently the latest version compatible with our API implementation. For newer versions we need more code updates to make it compatible. Thanks to @stefan0xC this version fixes #4628 - Added a small fix to prevent errors in the Vaultwarden and Client logs. The v2024.6.2 web-vault calls an endpoint with invalid arguments. If this happens we ignore the call and just return an Ok. - Added the bulk-collection endpoint (Though not yet available in v2024.6.2) Fixes #4628 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2025-10-09 18:10:28 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#2727