[PR #1152] [MERGED] Include revision date in cipher requests #2772

Closed
opened 2025-11-26 23:23:53 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/1152
Author: @MGibson1
Created: 11/17/2020
Status: Merged
Merged: 11/23/2020
Merged by: @MGibson1

Base: masterHead: validate-cipher-updates-with-revision-date


📝 Commits (1)

  • 542c457 Include revision date in cipher requests

📊 Changes

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

View changed files

📝 src/Core/Models/Request/CipherRequest.cs (+3 -0)
📝 src/Core/Services/CipherService.cs (+2 -1)

📄 Description

Objective

This is a companion PR to API changes found in bitwarden/server#994

Code Changes

  • CipherRequest.cs: Add revision date to request model for validation.
  • CipherService.cs: Include revision date in encryption of ciphers so it can be included in the request model.

Prereqs


🔄 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/bitwarden/android/pull/1152 **Author:** [@MGibson1](https://github.com/MGibson1) **Created:** 11/17/2020 **Status:** ✅ Merged **Merged:** 11/23/2020 **Merged by:** [@MGibson1](https://github.com/MGibson1) **Base:** `master` ← **Head:** `validate-cipher-updates-with-revision-date` --- ### 📝 Commits (1) - [`542c457`](https://github.com/bitwarden/android/commit/542c457491e920c2a13b0115f7d418d5ebbb203a) Include revision date in cipher requests ### 📊 Changes **2 files changed** (+5 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/Core/Models/Request/CipherRequest.cs` (+3 -0) 📝 `src/Core/Services/CipherService.cs` (+2 -1) </details> ### 📄 Description # Objective This is a companion PR to API changes found in bitwarden/server#994 # Code Changes * **CipherRequest.cs**: Add revision date to request model for validation. * **CipherService.cs**: Include revision date in encryption of ciphers so it can be included in the request model. # Prereqs - [ ] Merge in bitwarden/server#994 --- <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-26 23:23:53 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#2772