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.
## 📋 Pull Request Information
**Original PR:** https://github.com/dani-garcia/vaultwarden/pull/9
**Author:** [@mprasil](https://github.com/mprasil)
**Created:** 4/27/2018
**Status:** ✅ Merged
**Merged:** 4/27/2018
**Merged by:** [@dani-garcia](https://github.com/dani-garcia)
**Base:** `master` ← **Head:** `org_cipher`
---
### 📝 Commits (1)
- [`7e9e200`](https://github.com/dani-garcia/vaultwarden/commit/7e9e200d293abcfb7e3395811a9c5c9be66fd3f7) Add support for adding and viewing of org ciphers
### 📊 Changes
**4 files changed** (+30 additions, -12 deletions)
<details>
<summary>View changed files</summary>
📝 `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)
</details>
### 📄 Description
This extends the API to post cipher for an Organization. Also `Cipher::to_json()` now also returns organization uuid if present.
---
<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/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.