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

81 Commits

Author SHA1 Message Date
Kyle Spearrin
3238b81926 myki importer 2019-06-28 23:17:13 -04:00
Kyle Spearrin
6d82fb5bbc support old CSV format for password agent 2019-06-21 08:19:38 -04:00
Kyle Spearrin
dff634d25e dont toLower imported uris 2019-05-23 20:03:58 -04:00
Kyle Spearrin
741e060d99 fix for empty password history 2019-05-11 20:38:07 -04:00
Kyle Spearrin
520f20d428 fixes for password wallet 2019-04-26 21:00:17 -04:00
Kyle Spearrin
61723f74d2 password wallet txt importer 2019-04-26 20:51:53 -04:00
Kyle Spearrin
39c1384a98 processingNotes takes remainder of row lines 2019-04-15 23:02:14 -04:00
Kyle Spearrin
e5d6861662 add "Login" suipport for msecure 2019-04-01 23:52:13 -04:00
Kyle Spearrin
a884f77938 limit ph import to 5 max 2019-03-25 09:15:38 -04:00
Kyle Spearrin
58c34b896c sort and limit password history parsing 2019-03-25 09:10:33 -04:00
Robert Wachs
8ed27eeeec 1password 1pif: import password history (#33)
* 1password 1pif import password history

* 1password 1pif importer: process windows password history

* linter fix
2019-03-24 10:50:49 -04:00
Kyle Spearrin
38795dc95b support for opvault identity. add username 2019-03-23 22:45:37 -04:00
Robert Wachs
2bd47a19df 1password 1pif importer: create identity records (#34)
* 1password 1pif importer: create identity records

* importer: do not store empty strings

replace them with null instead
2019-03-23 22:21:43 -04:00
Kyle Spearrin
6f202f0637 parens not needed 2019-03-23 12:29:19 -04:00
Robert Wachs
f874ec253d 1password 1pif importer: create hidden fields (#32)
* allow base importer to receive custom field type

* 1password importer uses hidden field type

for custom fields marked as 'concealed'

* 1password 1pif importer specs

* remove 'focus' from specs

* change field type logic into simple one liner
2019-03-23 12:27:50 -04:00
Kyle Spearrin
3bdfc2bace remove control characters from lastpass folder name 2019-02-22 15:06:29 -05: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
fa5b3ea0eb add missing secure note type 2019-01-27 17:43:29 -05:00
Kyle Spearrin
62b074ae22 fix grouping first 2019-01-24 12:04:42 -05:00
Kyle Spearrin
50d242e53a fix kvp splits on secure note mapping 2019-01-18 23:42:03 -05:00
Kyle Spearrin
fa65b5637b use some() 2019-01-17 10:46:43 -05:00
Kyle Spearrin
80c0da766e change backslash to fowardslash for lastpass import 2019-01-16 12:53:59 -05:00
Kyle Spearrin
cb7336c0e8 null or whitespace util 2019-01-15 11:34:35 -05:00
Kyle Spearrin
91bebbbd62 f secure key importer, setCardExpiration helper 2019-01-03 09:58:37 -05:00
Kyle Spearrin
c15beac789 importer fixes 2019-01-03 00:08:26 -05:00
Kyle Spearrin
af4e01c238 avast passwords csv importer 2018-12-31 12:39:59 -05:00
Kyle Spearrin
7a3462afda string typeof check 2018-12-26 09:41:46 -05:00
Kyle Spearrin
4d57f44a69 bitwarden json importer 2018-12-17 13:21:06 -05:00
Kyle Spearrin
27566c3fd5 support old windows opvault format on 1password importer 2018-12-14 17:19:28 -05:00
Kyle Spearrin
e55926336c use KVP for dashlane notes 2018-12-13 14:37:55 -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
3fd65dd82f convert 1password to note if needed 2018-11-01 09:26:03 -04:00
Kyle Spearrin
06f129e2c1 default type is login 2018-10-25 08:20:31 -04:00
Kyle Spearrin
9fa99f3a6e only show warning if there is a row 2018-10-11 16:49:11 -04:00
ServiusHack
6f3806845d Remove artificial limit on name length (#14) 2018-10-09 15:40:06 -04:00
Kyle Spearrin
7b3fce1779 default empty string on description to notes 2018-10-08 15:50:58 -04:00
Kyle Spearrin
e0c32bebc7 null checks and fix email in notes 2018-10-08 15:49:38 -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
4927d0d907 make enpass checks ignore case 2018-09-10 10:38:21 -04:00
Kyle Spearrin
6dc13e8579 nested folders use / 2018-07-23 17:37:32 -04:00
Kyle Spearrin
20ac5a98a3 password agent csv importer 2018-07-23 17:33:35 -04:00
Kyle Spearrin
3a34d3b174 gnome json importer 2018-07-23 12:04:34 -04:00
Kyle Spearrin
e5d060c80b passkeep csv importer 2018-07-23 11:41:12 -04:00
Kyle Spearrin
06682e2672 splash id importer 2018-07-23 11:23:20 -04:00
Kyle Spearrin
2fe65e27e2 normalize new lines and trim csv data 2018-07-21 08:21:08 -04:00
Kyle Spearrin
8149d7877d zoho csv importer 2018-07-19 15:12:58 -04:00
Kyle Spearrin
3f329ca613 fix implicit any 2018-07-19 08:30:07 -04:00