mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-06 09:13:03 +03:00
[PR #7] [MERGED] Adding some oganization features - mostly collections #3929
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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.