Oscar Hinton
15ad2ca3ea
Add Chromatic ( #719 )
2022-03-15 13:50:42 +01:00
Oscar Hinton
d5334360dd
Add support for no intrusive biometric ( #2431 )
2022-03-15 13:13:39 +01:00
Thomas Rittson
f46405a508
Update jslib ( #1403 )
2022-03-15 15:15:49 +10:00
Thomas Rittson
f548b7e355
Update jslib ( #503 )
2022-03-15 15:15:16 +10:00
Thomas Rittson
20f475be62
Update jslib ( #2448 )
2022-03-15 15:15:00 +10:00
Thomas Rittson
317c40386f
Update jslib ( #1540 )
2022-03-15 15:14:40 +10:00
Matt Gibson
3ec0f6977a
Check runtime name vs mangled name ( #724 )
2022-03-14 20:12:31 -05:00
Micaiah Martin
6d429465fb
Added manual build trigger ( #1405 )
2022-03-14 16:53:59 -06:00
Oscar Hinton
41b199ab83
Tweak component library slightly ( #715 )
2022-03-11 21:00:24 +01:00
Matt Gibson
81457f6c05
Add jit entitlement ( #1395 )
...
* Add arm64 package
* temporarily remove workflow ignore
* Don't delete universal dist when completing arm64
* Add allow-jit entitlement
* Revert "Don't delete universal dist when completing arm64"
This reverts commit b06d6383455182351c3bb2a5321d6b9f8d7be06e.
* Revert "temporarily remove workflow ignore"
This reverts commit 80079835475dd0cea41a936c968315c57808aa32.
* Revert "Add arm64 package"
This reverts commit c8359dae4de05510caef81da80319ff1132784e1.
Co-authored-by: Hinton <oscar@oscarhinton.com>
2022-03-11 10:01:19 -06:00
github-actions[bot]
c9eeca7def
Autosync the updated translations ( #1537 )
...
Co-authored-by: github-actions <>
2022-03-11 02:31:15 +01:00
github-actions[bot]
3a6aeabfd4
Autosync the updated translations ( #2445 )
...
Co-authored-by: github-actions <>
2022-03-11 02:26:03 +01:00
github-actions[bot]
aee27f9570
Autosync the updated translations ( #1399 )
...
Co-authored-by: github-actions <>
2022-03-11 02:25:09 +01:00
Thomas Rittson
902c568c09
Remove undefined template variable ( #1534 )
2022-03-11 07:20:03 +10:00
Thomas Rittson
3f20122e5b
Avoid duplicate fullSync api calls ( #716 )
2022-03-11 07:16:50 +10:00
Thomas Rittson
ed61996165
Set icon for Private Mode windows that are already open ( #2438 )
2022-03-10 08:09:11 +10:00
Joseph Flinn
153870693b
Update hotfix release branch name to hotfix-rc ( #1532 )
2022-03-09 12:46:20 -08:00
Joseph Flinn
dce7d0b54f
Update the hotfix release branch name to hotfix-rc ( #502 )
2022-03-09 12:46:16 -08:00
Joseph Flinn
f845bcf6c1
Update hotfix release branch name to hotfix-rc ( #1396 )
2022-03-09 12:46:13 -08:00
Joseph Flinn
f7782b6ed5
Merge pull request #2440 from bitwarden/patch/update-hotfix-release-branch-name
...
Updating the hotfix release branch name to hotfix-rc
2022-03-09 12:46:09 -08:00
Joseph Flinn
609f21f203
Updating the hotfix release branch name to hotfix-rc
2022-03-09 11:11:44 -08:00
Addison Beck
a8cd2a6cf7
[bug] Partially revert #1516 ( #1531 )
2022-03-09 11:16:53 -05:00
Vince Grassia
7404da9b3c
Add web-sh repository to QA container registry ( #1528 )
2022-03-08 16:39:54 -05:00
Oscar Hinton
9b40ce1024
Component Library Scaffolding ( #1407 )
2022-03-08 18:18:03 +01:00
Oscar Hinton
f7375e9064
Add premium and unless-premium directives ( #710 )
2022-03-08 15:21:49 +01:00
Daniel James Smith
80ffa965e1
Pull jslib for https://github.com/bitwarden/jslib/pull/714 ( #1526 )
2022-03-08 13:52:56 +01:00
Daniel James Smith
eb0b844750
Fixes for 1pux importer ( #501 )
...
* Pull jslib
* Fixed reading of 1pux files
2022-03-08 13:50:36 +01:00
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