mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-07-11 06:53:35 -05:00
[PR #4030] [MERGED] Fix importing Bitwarden exports #30981
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:fix-import📝 Commits (1)
fe1973cFix 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.