[PR #167] [MERGED] Add support for cipher update notifications #35739

Closed
opened 2026-07-13 20:33:58 -05:00 by GiteaMirror · 0 comments
Owner

📋 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: wsHead: ws


📝 Commits (2)

  • b6502e9 Add support for CipherUpdate notifications
  • d8e5e53 Add 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.

## 📋 Pull Request Information **Original PR:** https://github.com/dani-garcia/vaultwarden/pull/167 **Author:** [@shauder](https://github.com/shauder) **Created:** 9/1/2018 **Status:** ✅ Merged **Merged:** 9/1/2018 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `ws` ← **Head:** `ws` --- ### 📝 Commits (2) - [`b6502e9`](https://github.com/dani-garcia/vaultwarden/commit/b6502e9e9df14d9a3719d4fae15395f83cef3e17) Add support for CipherUpdate notifications - [`d8e5e53`](https://github.com/dani-garcia/vaultwarden/commit/d8e5e532737b5245254b28e31bb61cc9f7e8562e) Add notifications for cipher delete and create ### 📊 Changes **3 files changed** (+86 additions, -64 deletions) <details> <summary>View changed files</summary> 📝 `src/api/core/ciphers.rs` (+72 -56) 📝 `src/api/notifications.rs` (+3 -3) 📝 `src/db/models/cipher.rs` (+11 -5) </details> ### 📄 Description This I think covers all the update cipher options (not create/delete) EDIT: Now includes create and delete updates for ciphers --- <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 2026-07-13 20:33:58 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#35739