Original PR: https://github.com/dani-garcia/vaultwarden/pull/167 Author: @shauder Created: 9/1/2018 Status: ✅ Merged Merged: 9/1/2018 Merged by: @dani-garcia
Base: ws ← Head: ws
ws
b6502e9
d8e5e53
3 files changed (+86 additions, -64 deletions)
📝 src/api/core/ciphers.rs (+72 -56) 📝 src/api/notifications.rs (+3 -3) 📝 src/db/models/cipher.rs (+11 -5)
src/api/core/ciphers.rs
src/api/notifications.rs
src/db/models/cipher.rs
This I think covers all the update cipher options (not create/delete)
EDIT: Now includes create and delete updates for ciphers
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/167
Author: @shauder
Created: 9/1/2018
Status: ✅ Merged
Merged: 9/1/2018
Merged by: @dani-garcia
Base:
ws← Head:ws📝 Commits (2)
b6502e9Add support for CipherUpdate notificationsd8e5e53Add notifications for cipher delete and create📊 Changes
3 files changed (+86 additions, -64 deletions)
View changed files
📝
src/api/core/ciphers.rs(+72 -56)📝
src/api/notifications.rs(+3 -3)📝
src/db/models/cipher.rs(+11 -5)📄 Description
This I think covers all the update cipher options (not create/delete)
EDIT: Now includes create and delete updates for ciphers
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.