[PR #139] [MERGED] Add PUT alias for editing cipher #2495

Closed
opened 2025-11-07 07:45:00 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/139
Author: @mprasil
Created: 8/15/2018
Status: Merged
Merged: 8/15/2018
Merged by: @dani-garcia

Base: betaHead: edit_shared_fix


📝 Commits (1)

  • f2fec34 Add PUT alias for editing cipher

📊 Changes

2 files changed (+7 additions, -1 deletions)

View changed files

📝 src/api/core/ciphers.rs (+6 -1)
📝 src/api/core/mod.rs (+1 -0)

📄 Description

This should fix the issue with editing cipher in the Vault. I've also removed the TODO as I believe we actually did implement this correctly when we re-did the Cipher::is_write_accessible_to_user.


🔄 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/139 **Author:** [@mprasil](https://github.com/mprasil) **Created:** 8/15/2018 **Status:** ✅ Merged **Merged:** 8/15/2018 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `beta` ← **Head:** `edit_shared_fix` --- ### 📝 Commits (1) - [`f2fec34`](https://github.com/dani-garcia/vaultwarden/commit/f2fec345ec0fa25a4a07d661f6760c85df6be8fa) Add PUT alias for editing cipher ### 📊 Changes **2 files changed** (+7 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/api/core/ciphers.rs` (+6 -1) 📝 `src/api/core/mod.rs` (+1 -0) </details> ### 📄 Description This should fix the issue with editing cipher in the Vault. I've also removed the TODO as I believe we actually did implement this correctly when we re-did the `Cipher::is_write_accessible_to_user`. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-07 07:45:00 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#2495