[PR #6004] [MERGED] Fix v2025.6.x clients and newer to delete items #21900

Closed
opened 2026-04-30 08:16:32 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/6004
Author: @BlackDex
Created: 6/30/2025
Status: Merged
Merged: 7/1/2025
Merged by: @dani-garcia

Base: mainHead: fix-delete-on-new-clients


📝 Commits (2)

  • d0c2b9f Fix v2025.6.1 clients and newer to delete items
  • 372a6ce Fix comment

📊 Changes

3 files changed (+12 additions, -7 deletions)

View changed files

📝 Cargo.lock (+6 -6)
📝 Cargo.toml (+1 -1)
📝 src/db/models/cipher.rs (+5 -0)

📄 Description

The new v2025.6.1 clients need the new permissions key/value to support deleting. By using the same flag as the current edit key/value we can fix this.

More fine-grained control is something we should still code, so for not this should solve those issues

Fixes #6003
Fixes #5996


🔄 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/6004 **Author:** [@BlackDex](https://github.com/BlackDex) **Created:** 6/30/2025 **Status:** ✅ Merged **Merged:** 7/1/2025 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `fix-delete-on-new-clients` --- ### 📝 Commits (2) - [`d0c2b9f`](https://github.com/dani-garcia/vaultwarden/commit/d0c2b9f361e783a213c0828d333f51eee2ab7584) Fix v2025.6.1 clients and newer to delete items - [`372a6ce`](https://github.com/dani-garcia/vaultwarden/commit/372a6ce2a9f9721a2baebdbc780fb7523d1d4d1a) Fix comment ### 📊 Changes **3 files changed** (+12 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+6 -6) 📝 `Cargo.toml` (+1 -1) 📝 `src/db/models/cipher.rs` (+5 -0) </details> ### 📄 Description The new v2025.6.1 clients need the new `permissions` key/value to support deleting. By using the same flag as the current `edit` key/value we can fix this. More fine-grained control is something we should still code, so for not this should solve those issues Fixes #6003 Fixes #5996 --- <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 2026-04-30 08:16:32 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#21900