Shane Melton
99ba56785d
[PM-11393] Remove the need for TotpCaptureService in Autofill Options View component ( #11093 )
2024-09-17 13:15:11 -07:00
Shane Melton
9e093f88af
[PM-10247] Browser Refresh - Fix save credential banner ( #10520 )
...
* [PM-10247] Prioritize initialValues when initiating the CipherForm child forms
* [PM-10247] Fetch the addEditCipherInfo when opening the cipher form in Browser and override any initialValues if present
* [PM-10247] Fix item details section tests
* [PM-10247] Add login details section test
* [PM-10247] Add autofill options tests
* [PM-10247] Undo webpack config change
* [PM-10247] Fix failing tests
* [PM-10247] Add additional tests for addEditCipherInfo
2024-08-26 12:03:47 -07:00
Jason Ng
bca619d0a4
[PM-7900] Login Credentials and Autofill Browser V2 View sections ( #10417 )
...
* Added sections for Login Credentials and Autofill Options.
2024-08-08 13:52:45 -04:00
Shane Melton
600c8de129
[PM-10100] Remove auto password generation ( #10355 )
...
* [PM-10100] Remove initial password generation on new Login ciphers
* [PM-10100] Update password help text
* [PM-10100] Fix linter
2024-08-07 12:57:05 -07:00
Shane Melton
ad01a529e8
[PM-9959] [PM-9962] Browser Refresh - Passkey Fixes ( #10299 )
...
* [PM-9959] Expose Fido2SessionData interface
* [PM-9959] Ensure cipherType is passed during passkey creation
* [PM-9959] Add beforeSubmit hook to cipherForm
* [PM-9959] Add support for Fido2 credential creation in add-edit-v2
* [PM-9959] Ensure cipherType defaults to CipherType.Login if none is available
* [PM-9959] Add support for name and username to be passed in as query params for initial form values
* [PM-9962] Hide remove passkey button when cipher has "except passwords" permissions
2024-07-29 08:13:56 -07:00
Shane Melton
f75c1ab02d
[PM-8524] Cipher Form - Edit Login Details Section ( #10081 )
...
* [PM-8524] Introduce login details section component
* [PM-8524] Add ability to remove passkey
* [PM-8524] Introduce TotpCaptureService and the Browser implementation
* [PM-8524] Tweak storybook
* [PM-8524] Add note regarding existing login view references
* [PM-8524] Fix clone mode so that a new cipher is created
* [PM-8524] Add support for generating usernames/passwords and auditing passwords
* [PM-8524] Migrate password/username generation to CipherFormGenerationService
* [PM-8524] Add optional passwordInput to BitPasswordInputToggle to support conditionally rendered password toggle buttons
* [PM-8524] Add LoginDetailsSection tests
* [PM-8524] Add BrowserTotpCaptureService tests
* Revert "[PM-8524] Add optional passwordInput to BitPasswordInputToggle to support conditionally rendered password toggle buttons"
This reverts commit e76a0ccfe8 .
* [PM-8524] Add null check to password input toggle
2024-07-18 09:38:55 -07:00
Shane Melton
17d37ecaeb
[PM-7162] Cipher Form - Item Details ( #9758 )
...
* [PM-7162] Fix weird angular error regarding disabled component bit-select
* [PM-7162] Introduce CipherFormConfigService and related types
* [PM-7162] Introduce CipherFormService
* [PM-7162] Introduce the Item Details section component and the CipherFormContainer interface
* [PM-7162] Introduce the CipherForm component
* [PM-7162] Add strongly typed QueryParams to the add-edit-v2.component
* [PM-7162] Export CipherForm from Vault Lib
* [PM-7162] Use the CipherForm in Browser AddEditV2
* [PM-7162] Introduce CipherForm storybook
* [PM-7162] Remove VaultPopupListFilterService dependency from NewItemDropDownV2 component
* [PM-7162] Add support for content projection of attachment button
* [PM-7162] Fix typo
* [PM-7162] Cipher form service cleanup
* [PM-7162] Move readonly collection notice to bit-hint
* [PM-7162] Refactor CipherFormConfig type to enforce required properties with Typescript
* [PM-7162] Fix storybook after config changes
* [PM-7162] Use new add-edit component for clone route
2024-07-02 13:22:51 -07:00