[PR #5095] [MERGED] Fix collection management and match some json output #3561

Closed
opened 2026-03-03 10:04:42 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/5095
Author: @BlackDex
Created: 10/17/2024
Status: Merged
Merged: 10/18/2024
Merged by: @dani-garcia

Base: mainHead: fix-collection-mgmt


📝 Commits (1)

  • 57279d5 Fix collection mgmt and match some json output

📊 Changes

8 files changed (+16 additions, -27 deletions)

View changed files

📝 src/api/core/ciphers.rs (+0 -1)
📝 src/api/core/organizations.rs (+1 -0)
📝 src/api/identity.rs (+1 -12)
📝 src/db/models/cipher.rs (+1 -1)
📝 src/db/models/collection.rs (+3 -3)
📝 src/db/models/group.rs (+1 -1)
📝 src/db/models/organization.rs (+2 -4)
📝 src/db/models/user.rs (+7 -5)

📄 Description

  • Fixed collection management to be usable from the Password Manager UI
  • Checked and brought in-to-sync with upstream several json responses
  • Fixed a small issue with the fields response when it was empty

🔄 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/5095 **Author:** [@BlackDex](https://github.com/BlackDex) **Created:** 10/17/2024 **Status:** ✅ Merged **Merged:** 10/18/2024 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `fix-collection-mgmt` --- ### 📝 Commits (1) - [`57279d5`](https://github.com/dani-garcia/vaultwarden/commit/57279d5bef046a92f54b345f52f33be7dd843510) Fix collection mgmt and match some json output ### 📊 Changes **8 files changed** (+16 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `src/api/core/ciphers.rs` (+0 -1) 📝 `src/api/core/organizations.rs` (+1 -0) 📝 `src/api/identity.rs` (+1 -12) 📝 `src/db/models/cipher.rs` (+1 -1) 📝 `src/db/models/collection.rs` (+3 -3) 📝 `src/db/models/group.rs` (+1 -1) 📝 `src/db/models/organization.rs` (+2 -4) 📝 `src/db/models/user.rs` (+7 -5) </details> ### 📄 Description - Fixed collection management to be usable from the Password Manager UI - Checked and brought in-to-sync with upstream several json responses - Fixed a small issue with the `fields` response when it was empty --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 10:04:42 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/vaultwarden#3561
No description provided.