Skip to content

fix: Import from Nextcloud Passwords stalls and never completes - #875

Merged
binsky08 merged 4 commits into
nextcloud:masterfrom
Roshan931:prilog/fix-error-passwords-app-csv-importer-maps-non-08-21-2026-a0a09d
Aug 24, 2026
Merged

fix: Import from Nextcloud Passwords stalls and never completes#875
binsky08 merged 4 commits into
nextcloud:masterfrom
Roshan931:prilog/fix-error-passwords-app-csv-importer-maps-non-08-21-2026-a0a09d

Conversation

@Roshan931

Copy link
Copy Markdown
Contributor

Fixes #870

Root cause

Passwords App CSV importer maps non-existent columns, producing undefined values that abort import

Changes

  • js/importers/importer-ocpasswords.js now reads the current Passwords app CSV columns (label, username, password, notes, url) with fallback to the legacy ocPasswords columns (website, fulladdress), never emits undefined field values, skips rows without a label, and the displayed export steps match the app's current "Backup or export -> Predefined CSV" flow.

Comment thread js/importers/importer-ocpasswords.js Outdated
…assword importer

Signed-off-by: Timo Triebensky <30630233+binsky08@users.noreply.github.com>
binsky08 and others added 2 commits August 24, 2026 15:48
…, and edited timestamp support

Signed-off-by: binsky <timo@binsky.org>
@binsky08
binsky08 merged commit 26137d8 into nextcloud:master Aug 24, 2026
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Import from Nextcloud Passwords stalls and never completes

2 participants