Hi, this adds some extra functionality around organizations. Mostly stuff around managing collections and some organization-related functionality:
I didn't expect you to work on this after you told you don't have time, so I ended up with quite massive merge wall today, so please apologies if the code is a bit hairy. 😄
🔄 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/7
**Author:** [@mprasil](https://github.com/mprasil)
**Created:** 4/26/2018
**Status:** ✅ Merged
**Merged:** 4/26/2018
**Merged by:** [@dani-garcia](https://github.com/dani-garcia)
**Base:** `master` ← **Head:** `org`
---
### 📝 Commits (1)
- [`c5185dd`](https://github.com/dani-garcia/vaultwarden/commit/c5185ddb8386d7a5bf120d777a4a014a2f8b2f91) Adding some oganization features
### 📊 Changes
**5 files changed** (+202 additions, -12 deletions)
<details>
<summary>View changed files</summary>
📝 `src/api/core/mod.rs` (+7 -1)
📝 `src/api/core/organizations.rs` (+132 -8)
📝 `src/db/models/collection.rs` (+61 -0)
📝 `src/db/models/mod.rs` (+1 -3)
📝 `src/db/models/user.rs` (+1 -0)
</details>
### 📄 Description
Hi, this adds some extra functionality around organizations. Mostly stuff around managing collections and some organization-related functionality:
I didn't expect you to work on this after you told you don't have time, so I ended up with quite massive merge wall today, so please apologies if the code is a bit hairy. :smile:
---
<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/7
Author: @mprasil
Created: 4/26/2018
Status: ✅ Merged
Merged: 4/26/2018
Merged by: @dani-garcia
Base:
master← Head:org📝 Commits (1)
c5185ddAdding some oganization features📊 Changes
5 files changed (+202 additions, -12 deletions)
View changed files
📝
src/api/core/mod.rs(+7 -1)📝
src/api/core/organizations.rs(+132 -8)📝
src/db/models/collection.rs(+61 -0)📝
src/db/models/mod.rs(+1 -3)📝
src/db/models/user.rs(+1 -0)📄 Description
Hi, this adds some extra functionality around organizations. Mostly stuff around managing collections and some organization-related functionality:
I didn't expect you to work on this after you told you don't have time, so I ended up with quite massive merge wall today, so please apologies if the code is a bit hairy. 😄
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.