[PR #4030] [MERGED] Fix importing Bitwarden exports #26935

Closed
opened 2026-06-15 14:18:45 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/4030
Author: @BlackDex
Created: 11/5/2023
Status: Merged
Merged: 11/5/2023
Merged by: @dani-garcia

Base: mainHead: fix-import


📝 Commits (1)

  • fe1973c Fix importing Bitwarden exports

📊 Changes

1 file changed (+10 additions, -7 deletions)

View changed files

📝 src/api/core/ciphers.rs (+10 -7)

📄 Description

When importing Bitwarden JSON exports, these would fail because the last modification date was also imported and caused our out-off-sync check to kick-in. This PR fixes this by checking if we are doing an import, and skip this check.

Fixes #4005


🔄 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/4030 **Author:** [@BlackDex](https://github.com/BlackDex) **Created:** 11/5/2023 **Status:** ✅ Merged **Merged:** 11/5/2023 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `fix-import` --- ### 📝 Commits (1) - [`fe1973c`](https://github.com/dani-garcia/vaultwarden/commit/fe1973c9d4f7c2a1ca69c8796978a93e44080551) Fix importing Bitwarden exports ### 📊 Changes **1 file changed** (+10 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `src/api/core/ciphers.rs` (+10 -7) </details> ### 📄 Description When importing Bitwarden JSON exports, these would fail because the last modification date was also imported and caused our out-off-sync check to kick-in. This PR fixes this by checking if we are doing an import, and skip this check. Fixes #4005 --- <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-06-15 14:18:45 -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#26935