1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-19 07:35:48 +02:00
Commit Graph

26 Commits

Author SHA1 Message Date
Matt Gibson
72bf18f369
Fix 1password importer (#222)
* Change cipher type based on csv type header

* Test identity and credit card import

* Do not use node 'fs' module

Karma is being used for automated tests so node modules are not available

* WIP: mac and windows 1password importer split

Need to improve windows field identification to limit secret data
exposure and improve user experience

* Hide fields with likely secret values

Co-authored-by: Matt Gibson <mdgibson@Matts-MBP.lan>
2020-12-08 11:29:57 -06:00
Kyle Spearrin
dcbd09e736
encrypted import for bitwarden json (#220) 2020-12-04 21:05:11 -05:00
Kyle Spearrin
e55528e617
adds support for yoti csv importer (#157) 2020-08-24 12:21:17 -04:00
Kyle Spearrin
ab9bee29b8
support for encryptr csv importer (#73) 2020-02-19 14:51:46 -05:00
Kyle Spearrin
98c7dc1626 avast json importer 2019-12-20 13:29:56 -05:00
Kyle Spearrin
05c36b300d codebook csv importer 2019-11-25 16:10:51 -05:00
Kyle Spearrin
e8130e7934 buttercup csv importer 2019-10-04 10:11:26 -04:00
Kyle Spearrin
ec012c9934 blackberry csv importer 2019-09-11 17:05:29 -04:00
Kyle Spearrin
99d56d936f logmeonce csv importer 2019-08-26 10:06:20 -04:00
Kyle Spearrin
8a0d371d20 securesafe csv importer 2019-08-21 23:13:08 -04:00
Kyle Spearrin
3238b81926 myki importer 2019-06-28 23:17:13 -04:00
Kyle Spearrin
61723f74d2 password wallet txt importer 2019-04-26 20:51:53 -04:00
Kyle Spearrin
76c53bc641 remembeat csv importer 2019-02-13 15:32:25 -05:00
Kyle Spearrin
d79865fce2 added kaspersky importer 2019-01-28 09:20:51 -05:00
Kyle Spearrin
b01709240e init view properties 2019-01-25 09:30:21 -05:00
Kyle Spearrin
91bebbbd62 f secure key importer, setCardExpiration helper 2019-01-03 09:58:37 -05:00
Kyle Spearrin
af4e01c238 avast passwords csv importer 2018-12-31 12:39:59 -05:00
Kyle Spearrin
4d57f44a69 bitwarden json importer 2018-12-17 13:21:06 -05:00
Kyle Spearrin
e64fdf4e21 enpass json importer 2018-12-13 14:34:37 -05:00
Kyle Spearrin
ed74f73a8c dashlane json importer 2018-12-12 17:06:13 -05:00
Kyle Spearrin
d5f86747bf passphrase cleanup 2018-10-08 17:54:54 -04:00
ServiusHack
30a5257671 Add importer for Passman (#13)
* Add importer for Passman

The importer reads JSON files generated by the Nextcloud app Passman.

The first tag is used as the folder name. This works well if passwords
have no or only one tag. If no username is set then the email address is
used as the username.

Files are not being imported.

* Fix indentation

* Remove unsettable revision date

* Fix tslint findings

* Add email to notes when there is also a username

If a username is set, that will become the username. Otherwise the email
will become the username.

If a username and an email is set the email will be added to the notes.
2018-10-08 15:41:32 -04:00
Kyle Spearrin
d81273c44f passpack importer 2018-09-21 13:54:06 -04:00
Kyle Spearrin
3429b57db4 web vault and organizations support 2018-08-06 11:39:55 -04:00
Kyle Spearrin
8b26d90e74 import service adjustments 2018-08-06 10:37:57 -04:00
Brandon Davis
a5476f12aa feature/cli-18-import (#8)
* feature/cli-18-import

* updates to jslib
2018-08-06 09:37:56 -04:00