[PR #3354] [MERGED] add endpoints to bulk delete collections/groups #6912

Closed
opened 2026-03-07 21:07:51 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/3354
Author: @stefan0xC
Created: 3/18/2023
Status: Merged
Merged: 3/24/2023
Merged by: @dani-garcia

Base: mainHead: bulk-delete-endpoints


📝 Commits (3)

  • 3cf67e0 add endpoint to bulk delete groups
  • 56cad93 add endpoint to bulk delete collections
  • ed8091a don't use assert() in production code

📊 Changes

2 files changed (+112 additions, -25 deletions)

View changed files

📝 src/api/core/organizations.rs (+80 -17)
📝 src/auth.rs (+32 -8)

📄 Description

I'm not sure if this is the best way but this should fix #3350


🔄 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/3354 **Author:** [@stefan0xC](https://github.com/stefan0xC) **Created:** 3/18/2023 **Status:** ✅ Merged **Merged:** 3/24/2023 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `bulk-delete-endpoints` --- ### 📝 Commits (3) - [`3cf67e0`](https://github.com/dani-garcia/vaultwarden/commit/3cf67e0b8ddc8d4f00dc122de511cbff6b650d58) add endpoint to bulk delete groups - [`56cad93`](https://github.com/dani-garcia/vaultwarden/commit/56cad93e0fecd2d42a321e761c2124d2c64d0847) add endpoint to bulk delete collections - [`ed8091a`](https://github.com/dani-garcia/vaultwarden/commit/ed8091a994a97747b8a0b13913c5a30ddd1d4c82) don't use `assert()` in production code ### 📊 Changes **2 files changed** (+112 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `src/api/core/organizations.rs` (+80 -17) 📝 `src/auth.rs` (+32 -8) </details> ### 📄 Description I'm not sure if this is the best way but this should fix #3350 --- <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-03-07 21:07:51 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#6912