mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-06 09:13:03 +03:00
[PR #9] [MERGED] Add support for adding and viewing of org ciphers #3926
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/9
Author: @mprasil
Created: 4/27/2018
Status: ✅ Merged
Merged: 4/27/2018
Merged by: @dani-garcia
Base:
master← Head:org_cipher📝 Commits (1)
7e9e200Add support for adding and viewing of org ciphers📊 Changes
4 files changed (+30 additions, -12 deletions)
View changed files
📝
src/api/core/ciphers.rs(+18 -7)📝
src/api/core/mod.rs(+1 -0)📝
src/api/core/organizations.rs(+4 -4)📝
src/db/models/cipher.rs(+7 -1)📄 Description
This extends the API to post cipher for an Organization. Also
Cipher::to_json()now also returns organization uuid if present.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.