[PR #7032] [MERGED] Misc org fixes #12764

Closed
opened 2026-04-20 15:59:05 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/7032
Author: @BlackDex
Created: 3/29/2026
Status: Merged
Merged: 3/29/2026
Merged by: @dani-garcia

Base: mainHead: misc-org-fixes


📝 Commits (4)

  • c78887a Split vault org/personal purge endpoints
  • ee6d1dc Adjust several other call-sites
  • 7972014 Several other misc fixes
  • c19c9a2 Add some more validation for groups, collections and memberships

📊 Changes

12 files changed (+340 additions, -191 deletions)

View changed files

📝 src/api/core/accounts.rs (+6 -10)
📝 src/api/core/ciphers.rs (+62 -50)
📝 src/api/core/events.rs (+1 -1)
📝 src/api/core/organizations.rs (+128 -58)
📝 src/api/core/public.rs (+1 -1)
📝 src/auth.rs (+35 -16)
📝 src/db/models/cipher.rs (+30 -21)
📝 src/db/models/collection.rs (+11 -11)
📝 src/db/models/group.rs (+62 -20)
📝 src/db/models/org_policy.rs (+1 -1)
📝 src/db/models/organization.rs (+3 -1)
📝 src/db/models/two_factor.rs (+0 -1)

📄 Description

Fixed several Organization endpoints and Queries regarding groups, collections and membership validation.

Split vault purge for org and personal vaults for better validation.


🔄 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/7032 **Author:** [@BlackDex](https://github.com/BlackDex) **Created:** 3/29/2026 **Status:** ✅ Merged **Merged:** 3/29/2026 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `misc-org-fixes` --- ### 📝 Commits (4) - [`c78887a`](https://github.com/dani-garcia/vaultwarden/commit/c78887a06333635093483dab55d50e705bbcc2e1) Split vault org/personal purge endpoints - [`ee6d1dc`](https://github.com/dani-garcia/vaultwarden/commit/ee6d1dc53c4e9c2bd390f54f0d4c46f4dccd9895) Adjust several other call-sites - [`7972014`](https://github.com/dani-garcia/vaultwarden/commit/7972014a2d762439eaa0ed8942bb2fc9e2c12fe1) Several other misc fixes - [`c19c9a2`](https://github.com/dani-garcia/vaultwarden/commit/c19c9a2dea0a466bffba778d5369d4ab94695f01) Add some more validation for groups, collections and memberships ### 📊 Changes **12 files changed** (+340 additions, -191 deletions) <details> <summary>View changed files</summary> 📝 `src/api/core/accounts.rs` (+6 -10) 📝 `src/api/core/ciphers.rs` (+62 -50) 📝 `src/api/core/events.rs` (+1 -1) 📝 `src/api/core/organizations.rs` (+128 -58) 📝 `src/api/core/public.rs` (+1 -1) 📝 `src/auth.rs` (+35 -16) 📝 `src/db/models/cipher.rs` (+30 -21) 📝 `src/db/models/collection.rs` (+11 -11) 📝 `src/db/models/group.rs` (+62 -20) 📝 `src/db/models/org_policy.rs` (+1 -1) 📝 `src/db/models/organization.rs` (+3 -1) 📝 `src/db/models/two_factor.rs` (+0 -1) </details> ### 📄 Description Fixed several Organization endpoints and Queries regarding groups, collections and membership validation. Split vault purge for org and personal vaults for better validation. --- <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-20 15:59:05 -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#12764