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

111 Commits

Author SHA1 Message Date
Matt Gibson
6fb0646481
Fix 1password importer (#217)
* Fix import of 1password csv

* 1password is using '\' as a quote escape character.

* 1password's csv headers are sometimes capitalized. We want to identify
them case insensitively

* Change cipher type based on csv type header

* Translate 1password data to correct fields

* Test identity and credit card import

* linter fixes

* Do not use node 'fs' module

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

Co-authored-by: Matt Gibson <mdgibson@Matts-MBP.lan>
2020-12-04 12:29:31 -06:00
Kyle Spearrin
e55528e617
adds support for yoti csv importer (#157) 2020-08-24 12:21:17 -04:00
Oscar Hinton
e516692559
Upgrade TypeScript (#148)
* Update typescript to 3.6.5 along with tslint to latest.

* Upgrade @types/node to 12.12.54 to get rid of compile errors.

* Update tslint.

* Use @types/node 10.17.28 instead
2020-08-12 15:42:42 -04:00
Kyle Spearrin
7771b2293d
parse otp for keepass import (#133) 2020-07-20 15:00:33 -04:00
Kyle Spearrin
b599c2e74f
support url header for firefox import (#132) 2020-07-20 14:20:32 -04:00
Kyle Spearrin
2858724f44
default to text field type (#102) 2020-05-20 15:30:58 -04:00
Kyle Spearrin
5e24e396ab
Add support for enpass sensitive fields (#98) 2020-04-29 11:12:59 -04:00
Kyle Spearrin
0a30c7eb1e fix 1password csv importer 2020-03-12 16:59:59 -04:00
Kyle Spearrin
29635bf9da support for encryptr text column 2020-02-20 16:53:01 -05:00
Kyle Spearrin
ab9bee29b8
support for encryptr csv importer (#73) 2020-02-19 14:51:46 -05:00
Vincent Salucci
118bdb20b6
Fix lint warning with recent merge (#70) 2020-02-12 15:17:24 -06:00
balagurusurendar
fea1c9ada4
zoho import password header chnges (#69)
* zoho import password header chnges

* support for both import format
2020-02-11 06:19:39 -05:00
Kyle Spearrin
76f60dd99e fix lastpass importer tests 2020-02-06 15:28:17 -05:00
Kyle Spearrin
3c6f6dbe2f parse extra note fields into custom fields 2020-02-06 15:03:55 -05:00
Reese
eecd774b13
fix lastpass import credit card expiration (#65)
* Fix import of expiration date from LastPass

Signed-off-by: Felipe Santos <felipecassiors@gmail.com>

* handle empty cc exp from lastpass, add test

* check for month/year null/whitespace

* check for empty expiration from lp import

Co-authored-by: Felipe Santos <felipecassiors@gmail.com>
2020-02-06 11:24:18 -05:00
Kyle Spearrin
1859357ddb
dont import trashed items into 1password. (#64)
resolves #451
2020-02-05 00:35:30 -05:00
Kyle Spearrin
98c7dc1626 avast json importer 2019-12-20 13:29:56 -05:00
Kyle Spearrin
a7517a3621 update password boss importer 2019-12-20 13:05:22 -05:00
Kyle Spearrin
68bbc8434f importer fixes 2019-11-26 08:34:45 -05:00
Kyle Spearrin
d1c0776330 ProtectInMemory support on keepass import 2019-11-25 16:29:33 -05:00
Kyle Spearrin
05c36b300d codebook csv importer 2019-11-25 16:10:51 -05:00
Kyle Spearrin
e35431f374 process enpass json folders 2019-10-11 13:38:44 -04: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
5c1b80ee87 roboform convertToNoteIfNeeded 2019-08-03 19:59:01 -04:00
Kyle Spearrin
ee91cfc2df password agent import updates for alt format 2019-08-02 09:51:00 -04:00
Kyle Spearrin
f406a01900 support otp from safe in cloud import 2019-07-22 14:15:03 -04:00
Kyle Spearrin
b01759924c support ms and s on datetime conversion 2019-07-05 13:07:52 -04:00
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