[PR #7] [MERGED] Adding some oganization features - mostly collections #3929

Closed
opened 2025-10-09 18:32:47 +03:00 by OVERLORD · 0 comments
Owner

📋 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: masterHead: org


📝 Commits (1)

  • c5185dd Adding 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.

## 📋 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>
OVERLORD added the pull-request label 2025-10-09 18:32:47 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#3929