[PR #9] [MERGED] Add support for adding and viewing of org ciphers #3926

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

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


📝 Commits (1)

  • 7e9e200 Add 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.

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

No dependencies set.

Reference: starred/vaultwarden#3926