[PR #1211] [MERGED] Update revision date from server on restore #2793

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

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/1211
Author: @MGibson1
Created: 1/6/2021
Status: Merged
Merged: 1/8/2021
Merged by: @MGibson1

Base: masterHead: sync-cipher-post-restore


📝 Commits (1)

  • 5c32cda Update revision date from server on restore

📊 Changes

3 files changed (+5 additions, -4 deletions)

View changed files

📝 src/Core/Abstractions/IApiService.cs (+1 -1)
📝 src/Core/Services/ApiService.cs (+2 -2)
📝 src/Core/Services/CipherService.cs (+2 -1)

📄 Description

Overview

Related to https://app.asana.com/0/1169444489336079/1199337616674667/f
Related to bitwarden/web/issues/748
Related to bitwarden/server#1072

Allows edit of restored cipher without forced resync.

Files changed

  • ApiService.cs: Api now responds with updated Ciphers upon restore (bitwarden/server#1072)
  • CipherService.cs: Update revision date to match the server's response.

🔄 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/1211 **Author:** [@MGibson1](https://github.com/MGibson1) **Created:** 1/6/2021 **Status:** ✅ Merged **Merged:** 1/8/2021 **Merged by:** [@MGibson1](https://github.com/MGibson1) **Base:** `master` ← **Head:** `sync-cipher-post-restore` --- ### 📝 Commits (1) - [`5c32cda`](https://github.com/bitwarden/android/commit/5c32cda0ea8858796dbb1f407dad8e96c9672963) Update revision date from server on restore ### 📊 Changes **3 files changed** (+5 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `src/Core/Abstractions/IApiService.cs` (+1 -1) 📝 `src/Core/Services/ApiService.cs` (+2 -2) 📝 `src/Core/Services/CipherService.cs` (+2 -1) </details> ### 📄 Description # Overview Related to https://app.asana.com/0/1169444489336079/1199337616674667/f Related to bitwarden/web/issues/748 Related to bitwarden/server#1072 Allows edit of restored cipher without forced resync. # Files changed * **ApiService.cs**: Api now responds with updated Ciphers upon restore (bitwarden/server#1072) * **CipherService.cs**: Update revision date to match the server's response. --- <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:24:11 -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#2793