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>
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/139
Author: @mprasil
Created: 8/15/2018
Status: ✅ Merged
Merged: 8/15/2018
Merged by: @dani-garcia
Base:
beta← Head:edit_shared_fix📝 Commits (1)
f2fec34Add 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.