[PR #22] [MERGED] Implement deleting collections #39966

Closed
opened 2026-07-17 21:12:02 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/22
Author: @mprasil
Created: 5/16/2018
Status: Merged
Merged: 5/19/2018
Merged by: @dani-garcia

Base: masterHead: delete_collection


📝 Commits (1)

  • a0d2ca3 Implement deleting collections

📊 Changes

5 files changed (+61 additions, -17 deletions)

View changed files

📝 src/api/core/mod.rs (+1 -0)
📝 src/api/core/organizations.rs (+34 -5)
📝 src/db/models/collection.rs (+23 -9)
📝 src/db/models/mod.rs (+1 -1)
📝 src/db/models/organization.rs (+2 -2)

📄 Description

This adds functionality for deleting Collection. I've also renamed CollectionUsers to CollectionUser while implementing the functionality to follow the naming convention for other similar structs.


🔄 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/22 **Author:** [@mprasil](https://github.com/mprasil) **Created:** 5/16/2018 **Status:** ✅ Merged **Merged:** 5/19/2018 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `master` ← **Head:** `delete_collection` --- ### 📝 Commits (1) - [`a0d2ca3`](https://github.com/dani-garcia/vaultwarden/commit/a0d2ca3f244c50fc01960f21188d3a9ada7e8f97) Implement deleting collections ### 📊 Changes **5 files changed** (+61 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `src/api/core/mod.rs` (+1 -0) 📝 `src/api/core/organizations.rs` (+34 -5) 📝 `src/db/models/collection.rs` (+23 -9) 📝 `src/db/models/mod.rs` (+1 -1) 📝 `src/db/models/organization.rs` (+2 -2) </details> ### 📄 Description This adds functionality for deleting `Collection`. I've also renamed `CollectionUsers` to `CollectionUser` while implementing the functionality to follow the naming convention for other similar structs. --- <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-07-17 21:12:02 -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#39966