You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tusk picks up two databases, passwords.kdbx and passwords.kdbx.bak
What is the expected behaviour
Tusk picks up single passwords.kdbx database
Additional remarks
This documentation suggests Tusk should only pick up *.kdbx files, but this line pulls *.kdbx* instead, including files like a.kdbxbcdef.g. Probably should use endsWith instead?
Environment
Operating System:
Arch Linux
Browser vendor and version:
Chromium 69.0.3497.100
Storage Provider:
WebDAV
The text was updated successfully, but these errors were encountered:
henryptung
changed the title
WebDAV improperly picks up files with wrong extension
WebDAV picks up files with wrong extension
Oct 19, 2018
I've come up against this enough times that I want to make file extensions configurable. Some folks may want .kdbx.bak to be visible in the same way that some misguided people insist on saving their password files as a .png
It would make sense to have a comma separated list of file extensions that Tusk can scan for.
Let's roll this issue into a feature request and fix it as part of that.
Bug report
Steps to reproduce - current behaviour
passwords.kdbx
passwords.kdbx.bak
backup file as copypasswords.kdbx
andpasswords.kdbx.bak
What is the expected behaviour
passwords.kdbx
databaseAdditional remarks
This documentation suggests Tusk should only pick up
*.kdbx
files, but this line pulls*.kdbx*
instead, including files likea.kdbxbcdef.g
. Probably should use endsWith instead?Environment
Operating System:
Arch Linux
Browser vendor and version:
Chromium 69.0.3497.100
Storage Provider:
WebDAV
The text was updated successfully, but these errors were encountered: