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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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:
master← Head:delete_collection📝 Commits (1)
a0d2ca3Implement 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 renamedCollectionUserstoCollectionUserwhile 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.