Commit graph

994 commits

Author SHA1 Message Date
David Perez
edb87202d2
PM-10628: Add pin unlock to SetupUnlockViewModel (#3709) 2024-08-09 12:09:52 -05:00
David Perez
805fea630c
Add logic for biometric unlock to SetupUnlockScreen (#3702) 2024-08-09 09:09:41 -05:00
David Perez
145f8adf0c
PM-10621: Add the SetupUnlockScreen (#3699) 2024-08-08 16:18:29 -05:00
Dave Severns
6bb5ef7417
[PM-10618] MP guidance screen with info and clickable card to navigate … (#3697) 2024-08-08 16:53:56 -04:00
Carlos Gonçalves
722726882b
[PM-9833] Allow passkey deletion edit view (#3654) 2024-08-08 21:17:09 +01:00
Dave Severns
a57a7e099c
[PM-10065] Use appropriate back behavior depending on how you are take to auth approval screen (#3695) 2024-08-08 11:37:20 -04:00
Shannon Draeker
f17289a104
PM-10242 PM-10243 PM-10244 PM-10245 PM-10246: Welcome carousel (#3657) 2024-08-07 16:12:46 -04:00
David Perez
e598fe5714
PM-10621: Create common biometrics and pin unlock UI elements (#3696) 2024-08-07 14:50:40 -05:00
Patrick Honkonen
be534f940b
[PM-10670] Prompt for PIN creation during passkey user verification (#3694) 2024-08-07 14:17:13 -04:00
David Perez
9484eebc70
Consolidate unlock vault functionality for auth into a single helper method (#3690) 2024-08-07 10:45:04 -05:00
A. Bubnov
22dae88b42
[PM-10024] Force focus on Master Password or Pin input field (#3601) 2024-08-07 11:34:32 -04:00
David Perez
23066769a1
Add option to retrieve feature flag synchronously (#3692) 2024-08-07 10:13:52 -05:00
Dave Severns
18cd66a34b
PM-9532: pt2. separate vault unlock logic and fail out on error during login. (#3609) 2024-08-06 14:42:05 -04:00
Dave Severns
a090000826
[PM-10058] Non-remembered device TDE issue in same session (#3631) 2024-08-06 13:34:04 -04:00
Patrick Honkonen
1e5bee2917
[PM-10644] Re-prompt master password for protected passkeys (#3682) 2024-08-06 15:43:12 +00:00
André Bispo
994a577600
[PM-9401] Server feature flags manager (#3656) 2024-08-06 16:00:22 +01:00
Dave Severns
f110687e76
PM-10066 don't prompt for MP if the user does not have one (#3633) 2024-08-05 17:34:46 -04:00
Patrick Honkonen
7f13822f15
[PM-9927] Sort Sends alphabetically (#3665) 2024-08-05 10:32:35 -04:00
Patrick Honkonen
31bf696e7e
[PM-10373] Fix FIDO 2 credential creation from unprivileged apps (#3658) 2024-08-05 09:28:37 -05:00
David Perez
bbe50ae0ff
PM-10559: Add logic to re-evaluate invalid password fields for Autofill (#3668) 2024-08-02 16:52:39 -05:00
Patrick Honkonen
1f8d50e788
[PM-10428] Default UserVerificationRequirement to PREFERRED (#3659) 2024-07-31 17:41:47 -04:00
David Perez
d5e0ebee12
Remove unused Json object from VaultRepository (#3653) 2024-07-30 17:44:05 -05:00
David Perez
6d22ee9550
PM-10379: Update the timeout action logic to occur immediately after requirements are met (#3652) 2024-07-30 17:43:54 -05:00
Shannon Draeker
82096e0625
PM-9406: Add passkey management to autofill settings (#3392) 2024-07-30 16:10:09 -06:00
André Bispo
646566edd8
[PM-9875] Server configurations (#3645) 2024-07-30 20:23:33 +01:00
Patrick Honkonen
b26e1a082e
[PM-9410] Filter matching FIDO 2 credentials after vault unlock (#3648) 2024-07-30 13:45:36 -04:00
Patrick Honkonen
deb8f811e5
[PM-9410] Implement FIDO 2 Get Credentials completion (#3639) 2024-07-29 16:50:20 -04:00
Shannon Draeker
0e90bbb905
PM-8522: Vault tab bar title for organization users (#3632) 2024-07-29 14:19:08 -06:00
David Perez
58a91c15aa
PM-10140: Update the VaultSdkSource and VaultDiskSource to use parallelization when processing heavier loads (#3649) 2024-07-29 15:10:38 -05:00
David Perez
3ff70b4598
PM-10140: Update looping SDK calls to use single instance of client (#3644) 2024-07-29 11:10:22 -05:00
Patrick Honkonen
b0079fca5c
[PM-9410] Introduce FIDO 2 Get Credentials Request special circumstance (#3637) 2024-07-29 11:54:23 -04:00
David Perez
39250e5cb4
PM-10140: Add caching for large string resources to avoid delays and reduce timeout when retrieving ciphers (#3638) 2024-07-29 10:46:13 -05:00
Patrick Honkonen
74132de8ed
[PM-9409] Authenticate selected FIDO 2 credential (#3630) 2024-07-26 13:18:29 -04:00
David Perez
a6bbde2bed
PM-9135: Update host matching to include optional port value (#3623) 2024-07-26 10:33:15 -05:00
Shannon Draeker
680ebc2e47
PM-9681: Setup Bitwarden PIN on add edit view (#3627) 2024-07-26 09:06:49 -06:00
Patrick Honkonen
b0f0c0f33b
[PM-9409] Add FIDO 2 authentication to credential manager (#3629) 2024-07-25 15:46:26 -04:00
Shannon Draeker
c09fe554bc
PM-9681: Setup Bitwarden PIN (#3626) 2024-07-25 10:59:20 -06:00
A. Bubnov
5c2ac2e037
[PM-10067] Show content on Vault screen when we have trashed items only (#3624) 2024-07-25 10:54:21 -04:00
Patrick Honkonen
793971c3a3
[PM-9409] Complete FIDO 2 assertion with appropriate response (#3615) 2024-07-25 10:33:14 -04:00
Dave Severns
8ffd14c2fb
[PM-9927] Sort order update (#3625) 2024-07-24 16:17:58 -04:00
Patrick Honkonen
da3d834a91
[PM-9409] Define FIDO 2 assertion Special Circumstance (#3612) 2024-07-24 16:01:22 -04:00
Shannon Draeker
b48837e13c
PM-9682: Verify with PIN on add edit view (#3610) 2024-07-24 09:40:25 -06:00
Dave Severns
b44a320dc8
PM-9937 an existing email should be able to add account from a different hosted instance. (#3613) 2024-07-23 15:45:56 -04:00
Patrick Honkonen
d2432f7cf7
Extract FIDO 2 user verification enum (#3614) 2024-07-23 15:33:20 -04:00
Shannon Draeker
7cf7536857
PM-9682: Verify with PIN on item listing (#3600) 2024-07-23 10:53:44 -06:00
David Perez
779cd1356a
Update the HOST type cipher matching to ignore the port (#3611) 2024-07-23 10:38:55 -05:00
David Perez
21c1fa7131
Provide autofill response data even if focused field is not fillable (#3598) 2024-07-22 17:10:48 -05:00
Shannon Draeker
2475bf5a41
PM-9684: Verify with master password on add edit view (#3586) 2024-07-22 15:20:00 -06:00
Shannon Draeker
62154f5261
PM-9408: Show bottom sheet with passkey options (#3444) 2024-07-22 14:07:22 -06:00
David Perez
f3d28551b1
BIT-877: Mockk update fixed a disabled test (#3597) 2024-07-22 11:39:06 -05:00