Commit Graph

11905 Commits

Author SHA1 Message Date
Daniel James Smith 744649573a
Fixes for format change of 1pux files (#714)
* Remove unneeded ItemCollection type

* Mark item.trashed as optional property

* Adjust format of test files to be identical to current exports
2022-03-08 13:42:35 +01:00
Oscar Hinton 67a4fc8591
Component Library scaffolding (#625) 2022-03-08 11:50:34 +01:00
Oscar Hinton 57f1a5e380
Remove msbuild from workflow (#1522) 2022-03-08 11:48:12 +01:00
Daniel James Smith 18f1929f65
Pull in Dashlane and Myki importer (#1523)
* Pull jslib

* Update copy for Dashlane json and csv importers
2022-03-08 09:01:19 +10:00
Daniel James Smith fa3a95fed0
Fixes and improvements to MykiCsvImporter (#707)
* Add test suite for existing importer

* Fix 2fa-seed not copied on login records

* Fix secure note title not being set

* Add support for importing 2FA file

* Fixed casing on import of MykiCsvImporter

* Import all unmapped fields as customFields

* WIP: Add import of UserIdCard

* Add support for IdCards
2022-03-07 17:20:50 -05:00
Daniel James Smith 18b954614c
Remove Dashlane json importer from the featured list (#711) 2022-03-08 08:11:23 +10:00
Daniel James Smith 6e345bc4cc
Dashlane Csv-Importer (#708)
* Move existing dashlane importer into dashlaneImporters

* Add testData for Dashlane CSV importer

* Add dashlane Csv importer and unit tests

* Fixed linting issues

* Moved dashlaneCsv types to own file

* Register DashlaneCsv importer

* Removed temp private method and use base impl

* rename spec imports

* Move scope of mapped columns

* Migrate folders into collection if imported via org
2022-03-07 19:21:23 +01:00
Micaiah Martin 5cb3941190
BEEEP - organize linting in CI (#1520) 2022-03-07 11:02:23 -05:00
Thomas Rittson 2094c85205
Fix syntax (#2434) 2022-03-07 07:02:57 +10:00
Daniel James Smith 0e515bc6c1
Remove 2fa.directory/v2 from CSP (#1519) 2022-03-04 19:04:49 +01:00
Micaiah Martin b134eba27b
Renewed certs and profiles (#1393) 2022-03-04 10:25:28 -07:00
Kyle Spearrin 2295cd3266
parse incoming JSON date strings as Date objects (#500)
* parse incoming JSON date strings as Date objects

* update create command too
2022-03-04 09:47:46 -05:00
Addison Beck e103ddf02f
[feature] Refine content of the organization delete request confirmation warning (#1508)
This commit updates the organization delete request confirmation warning based on new copy from the product team.

Changes are as follows:
* Add a load toggle to the organization delete modal, as we now have data to collect.
* Adjust how the families for enterprise error state for invalid sponserships connects with the organization delete component. Previously it just sent in a localization key to use for the description, but this commit adds a union type for identifying different delete flows and moves the FOE description localization key into the template with a condition.
* Move the callout on the organization delete component to above the description text.
* Adjust content of the typical organization delete request description based on copy from the product team.
  * This includes a list of item types in use by the organization that will be deleted and the amount of each type that exist in the organization.
2022-03-04 15:03:48 +01:00
github-actions[bot] 8242989b9d
Autosync the updated translations (#1518)
Co-authored-by: github-actions <>
2022-03-04 01:25:14 +01:00
Vincent Salucci 5e7d94efb8
[Captcha] Implement captcha for 2fa (#1513)
* [Captcha] Implement captcha for 2fa

* Removed center justified captcha for now
2022-03-03 18:20:43 -06:00
Vincent Salucci e84be59075
[Captcha] Implement captcha for 2fa (#1390)
* [Captcha] Implement captcha for 2fa

* Update jslib

* Added remaining items necessary for captcha // updated login to match 2fa style
2022-03-03 18:20:29 -06:00
github-actions[bot] a8857aad76
Autosync the updated translations (#2433)
Co-authored-by: github-actions <>
2022-03-04 01:17:26 +01:00
github-actions[bot] edc5245173
Autosync the updated translations (#1394)
Co-authored-by: github-actions <>
2022-03-04 01:14:56 +01:00
Vincent Salucci 0b6e0b0e12
[Captcha] Implement captcha for 2fa (#2428)
* [Captcha] Implement captcha for 2fa

* Update jslib
2022-03-03 17:02:24 -06:00
Vincent Salucci f1c1ab38ad
Update jslib (#499) 2022-03-03 16:26:34 -06:00
Addison Beck 7bad97dd82
[dep] Update jslib (#1392) 2022-03-03 20:34:39 +01:00
Addison Beck 3bc8955dd5
[dep] Update jslib (#1517) 2022-03-03 20:14:19 +01:00
Vince Grassia bc05d27082
Add logic for pushing latest image to QA container registry (#1515) 2022-03-03 14:00:41 -05:00
Addison Beck 6aae3beb76
[bug] Set proper default for autoConfirmFingerprint (#704) 2022-03-03 19:57:50 +01:00
Addison Beck 4d94f7a631
[bug] Delete stored keys if the value is null (#705) 2022-03-03 19:57:08 +01:00
Oscar Hinton 3071bec03f
Update NSIS build settings (#1389) 2022-03-03 19:50:35 +01:00
Oscar Hinton b4555039d8
Add eslint (#496) 2022-03-03 12:24:41 -05:00
Addison Beck e93c155885
[bug] Set full width on login (#1516) 2022-03-03 12:17:19 -05:00
Oscar Hinton 813457c348
Expose logger in lock component (#703) 2022-03-03 17:19:52 +01:00
Daniel James Smith 1076749635
Add importing of 1passwords 1pux files (#1507)
* Pull in jslib

* Install jszip

* Display help on selecting 1pux importer

* Unzip 1pux and pass content of export.data to 1pux importer

* Update jslib
2022-03-03 15:41:48 +01:00
Daniel James Smith dd6a0cab7f
Pull in jslib (#498) 2022-03-03 15:41:25 +01:00
Daniel James Smith caf6a1173b
Add importing of 1passwords 1pux files (#440)
* Pull in jslib

* Install jszip

* Add method in utils to unzip and extract 1pux file

* Add importing/extracting of 1pux files to import command

* Update jslib

* Update package-lock.json
2022-03-03 15:32:49 +01:00
Daniel James Smith 8e112a1c33
Add importer for 1Password's new export format (.1pux) (#594)
* Initial commit

* Refactor the 1pux types

* Add test data

* 1Pux importer and tests

* Fixed a typo in the 1Pux types

* Make the linter happy

* Register and instantiate importer

* Fix adding secure notes

* Add missing placeholder property to types

* Test for existance of TOTP seed

* Add more test data

* Move processFullName into BaseImporter

* Add categoryEnum for easier mapping

* Refactoring of the importer and add support for different item types

* Make linter happy

* Modified some test data

* Fix linting issues

* Remove fieldvalue references comment

* Remove commented mapping use during tests
2022-03-03 15:22:05 +01:00
Thomas Rittson 06e1af6d48
Improve SSO Config validation (#1332)
* Break form controls up into reusable components

* Add proper form styling, validation, inline error messages, etc

* Move control options into class instead of template

* Add accessibility
2022-03-03 11:08:41 +01:00
Vincent Salucci 48a4c27fe7
[Captcha] Failed login attempts (#698)
* [Captcha] Failed login attempts

* Fix logIn.strategy test

* Updated with the stark majority of requested changes

* Fix typo

* Unused import
2022-03-02 19:47:57 -06:00
Robyn MacCallum 24482890b1
Merge pull request #2427 from bitwarden/bug/fix-icon-status 2022-03-02 17:37:57 -05:00
Robyn MacCallum 51db742be7 change class to interface 2022-03-02 17:25:37 -05:00
Thomas Rittson adfc2f234d
Remove unused SSO Form code (#701)
* Remove unused SAML Artifact Binding properties

* Remove unused validators
2022-03-03 07:52:11 +10:00
Robyn MacCallum 7e432b40e2 details, details 2022-03-02 16:12:01 -05:00
github-actions[bot] cf9a90d10e
Bumped version to 2.26.2 (#1511)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-03-02 15:08:58 -06:00
Robyn MacCallum b02b35e1b5 Fix import 2022-03-02 16:03:18 -05:00
Robyn MacCallum e56cf962ca Fix icon status not refreshing on chrome 2022-03-02 15:59:10 -05:00
Matt Gibson 6e8c15bccd
Fix mobile `+` url encoding issue (#1510) 2022-03-02 14:49:35 -06:00
Matt Gibson 7d018e4b59
Fix dev server connector headers (#1509) 2022-03-02 14:27:34 -06:00
Robyn MacCallum 8f5f694a1e
Roll back organizationId and collectionId's if ciphers fail to be moved (#699) 2022-03-02 08:11:34 -05:00
Thomas Rittson 80415f8cd5
Update jslib (#1387) 2022-03-02 08:49:07 +10:00
Thomas Rittson b6becb3211
Update jslib (#2425) 2022-03-02 08:41:33 +10:00
Thomas Rittson bc4bd664b6
Update jslib (#497) 2022-03-02 08:41:17 +10:00
Thomas Rittson e47eb5e74f
Fix linting (#700) 2022-03-01 23:11:12 +01:00
Thomas Rittson c1a37eab13
Fix storage keys in v1 migration (#696) 2022-03-02 07:44:14 +10:00