[PR #6867] [MERGED] Misc organization fixes #27416

Closed
opened 2026-06-15 14:43:12 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/6867
Author: @BlackDex
Created: 2/23/2026
Status: Merged
Merged: 2/23/2026
Merged by: @dani-garcia

Base: mainHead: org-fixes


📝 Commits (2)

  • d5ffecf Fix several issues and resolve tech-debt
  • f83f2c3 Fix issue with 'Apply organization data ownership'

📊 Changes

7 files changed (+51 additions, -459 deletions)

View changed files

📝 src/api/core/accounts.rs (+0 -6)
📝 src/api/core/ciphers.rs (+5 -1)
📝 src/api/core/organizations.rs (+31 -396)
📝 src/api/core/two_factor/email.rs (+3 -0)
📝 src/api/core/two_factor/mod.rs (+1 -50)
📝 src/auth.rs (+3 -3)
📝 src/db/models/collection.rs (+8 -3)

📄 Description

Fix several issues and resolve tech-debt


🔄 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/6867 **Author:** [@BlackDex](https://github.com/BlackDex) **Created:** 2/23/2026 **Status:** ✅ Merged **Merged:** 2/23/2026 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `org-fixes` --- ### 📝 Commits (2) - [`d5ffecf`](https://github.com/dani-garcia/vaultwarden/commit/d5ffecff928619e3980c6283947c2ec17a3c4c9b) Fix several issues and resolve tech-debt - [`f83f2c3`](https://github.com/dani-garcia/vaultwarden/commit/f83f2c30556b26fbea8b52fd7c94e14acfc0a38c) Fix issue with 'Apply organization data ownership' ### 📊 Changes **7 files changed** (+51 additions, -459 deletions) <details> <summary>View changed files</summary> 📝 `src/api/core/accounts.rs` (+0 -6) 📝 `src/api/core/ciphers.rs` (+5 -1) 📝 `src/api/core/organizations.rs` (+31 -396) 📝 `src/api/core/two_factor/email.rs` (+3 -0) 📝 `src/api/core/two_factor/mod.rs` (+1 -50) 📝 `src/auth.rs` (+3 -3) 📝 `src/db/models/collection.rs` (+8 -3) </details> ### 📄 Description Fix several issues and resolve tech-debt - Removed several endpoints not used anymore - Resolved security issues - Fixed `Apply organization data ownership` Fixes #6856 --- <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-06-15 14:43:12 -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#27416