✨ Audrey ✨
b2811e07ce
[PM-14198] zero minimums when the character category is disabled ( #11906 )
2024-11-07 21:23:01 +01:00
Daniel James Smith
872f36752f
[PM-13876] Generator PR review follow up ( #11885 )
...
* Remove unused regex
* Remove viewChild reference from markup
---------
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
2024-11-07 09:03:54 -05:00
✨ Audrey ✨
414bdde232
[PM-13876] replace angular validation with html constraints validation ( #11816 )
...
* rough-in passphrase validation failure handling
* trigger valid change from settings
* fix `max` constraint enforcement
* add taps for generator validation monitoring/debugging
* HTML constraints validation rises like a phoenix
* remove min/max boundaries to fix chrome display issue
* bind settings components as view children of options components
* remove defunct `okSettings$`
* extend validationless generator to passwords
* extend validationless generator to catchall emails
* extend validationless generator to forwarder emails
* extend validationless generator to subaddress emails
* extend validationless generator to usernames
* fix observable cycle
* disable generate button when no algorithm is selected
* prevent duplicate algorithm emissions
* add constraints that assign email address defaults
2024-11-06 17:54:29 +01:00
✨ Audrey ✨
8af0b6e380
[PM-14190] Replace history card with item component ( #11775 )
2024-10-30 09:43:18 -04:00
✨ Audrey ✨
9a83509183
add boundary help text to credential settings ( #11757 )
2024-10-28 15:55:16 -04:00
Jordan Aasen
b5e509409b
fix remove password icon ( #11752 )
2024-10-28 20:27:59 +01:00
✨ Audrey ✨
a9d667900f
colorize password history ( #11754 )
2024-10-28 15:19:17 -04:00
✨ Audrey ✨
71db154856
default subaddress email to active account email ( #11755 )
2024-10-28 15:18:57 -04:00
Jordan Aasen
2e3ad82b60
fix icon placement in password input ( #11720 )
2024-10-28 10:20:55 +01:00
Jordan Aasen
e3f9035564
[PM-14022] - change send link to disabled ( #11721 )
...
* change send link to disabled
* change send link to disabled
2024-10-28 10:17:15 +01:00
✨ Audrey ✨
c780cbc77e
use valueLabel
with appCopyClick
directive ( #11718 )
...
* add `valueLabel` to `appCopyClick` directives
* move generated value description to the configuration
2024-10-25 23:43:49 +02:00
Jordan Aasen
ad7fa71e76
[PM-13931] - UI - All applications report table ( #11678 )
...
* add remaining components to access intelligence page
* Revert "add remaining components to access intelligence page"
This reverts commit cb8e826656
.
* add remaining access intelligence table components
2024-10-25 13:04:36 -07:00
Daniel James Smith
10a662cc35
[PM-14002] Fix username generator from vault item ( #11714 )
...
* Fix "Forwarded email alias" not showing in drop-down
* Fixed username and forwarder options not showing
Options were being translated twice
---------
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
2024-10-25 12:15:48 -04:00
Daniel James Smith
3b82a82416
[PM-13658] Update copy of password history to generator history ( #11710 )
...
* Update copy from password history to generator history
* Update copy on empty state
---------
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
2024-10-25 11:04:39 -04:00
Jordan Aasen
adabc59c03
show New password after removing a password ( #11697 )
2024-10-25 13:33:04 +02:00
✨ Audrey ✨
0254550b07
increase minimum number of words on passphrases to 6 ( #11675 )
2024-10-24 15:16:10 -04:00
Bernd Schoolmann
b486fcc689
[Pm-13097] Rename cryptoservice to keyservice and move it to km ownership ( #11358 )
...
* Rename cryptoservice to keyservice
* Rename cryptoservice to keyservice
* Move key service to key management ownership
* Remove accidentally added file
* Fix cli build
* Fix browser build
* Run prettier
* Fix builds
* Fix cli build
* Fix tests
* Fix incorrect renames
* Rename webauthn-login-crypto-service
* Fix build errors due to merge conflicts
* Fix linting
2024-10-24 19:41:30 +02:00
✨ Audrey ✨
d5643f42b3
[PM-13723] track history in generator components ( #11673 )
...
* add history support to generator components
* increase generator history length
2024-10-23 21:38:26 +02:00
✨ Audrey ✨
a2a15d42d5
add test ids ( #11674 )
2024-10-23 20:58:49 +02:00
✨ Audrey ✨
22be52d2f3
[PM-12303] fix password state spurious emissions ( #11670 )
...
* trace generation requests
* eliminate spurious save caused by validator changes
* fix emissions caused by setting bounds attrbutes
---------
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
2024-10-23 14:23:28 -04:00
✨ Audrey ✨
a8299e7040
fix generate a11y binding ( #11671 )
2024-10-23 14:17:24 -04:00
✨ Audrey ✨
eff9a423da
[PM-8280] email forwarders ( #11563 )
...
* forwarder lookup and generation support
* localize algorithm names and descriptions in the credential generator service
* add encryption support to UserStateSubject
* move generic rx utilities to common
* move icon button labels to generator configurations
2024-10-23 18:11:42 +02:00
Nick Krantz
c4fcd53ad2
[PM-13776] Generator Icon Button labels ( #11623 )
...
* update aria labels for generate and copy buttons within the generator components
- Using the `appA11yTitle` across all icon buttons
- Updated all labels to be targeted towards the credential type rather than just "password"
* add copy/generate passphrase translations to desktop
* add fixme comments for translations
* remove reference to JIRA ticket
2024-10-23 10:23:51 -05:00
Jordan Aasen
ecc597110b
[PM-13809] - add remove password button ( #11641 )
...
* add remove password button
* adjust comment
* use bitAction directive
2024-10-21 22:36:27 +02:00
Jordan Aasen
c89d8a00a1
fix voiceover on send created screen ( #11628 )
2024-10-21 20:50:50 +02:00
Daniel James Smith
d298ac6edf
[PM-13189] Send copy updates ( #11619 )
...
* Add more descriptive header text
* Update hint under optional password field
---------
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
2024-10-21 10:10:57 -04:00
Nick Krantz
80a4fba787
Allow for the web generation dialog to disable the margin of the tools generation components ( #11565 )
2024-10-18 15:57:34 -05:00
Jordan Aasen
288b0cff2f
fix send options viewsLeft ( #11594 )
2024-10-17 15:28:02 +02:00
Daniel James Smith
783305696a
Fix stories title for card-component ( #11562 )
...
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
2024-10-17 09:22:56 -04:00
Jordan Aasen
6e37047776
account for possible null value ( #11589 )
2024-10-16 21:11:43 +02:00
Jordan Aasen
87545e4d21
fix logic for displaying hide email in send options ( #11561 )
2024-10-15 20:48:51 +02:00
Nick Krantz
e5ca6fd460
wrap generate & copy buttons in a flex container, flex containers do not wrap by default ( #11558 )
2024-10-15 11:06:36 -05:00
Nick Krantz
15e5a6d747
update heading level on password generator ( #11556 )
2024-10-15 17:16:00 +02:00
Daniel James Smith
40ab96a7ce
Show disabled Sends within Send list view ( #11555 )
...
With #10192 we introduced the new send-list-filters, and filtered out any disabled sends. These still need to be shown as the the other clients still support enabling/disabling Sends
This will be removed once all clients use the same shared components.
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
2024-10-15 10:54:00 -04:00
Jordan Aasen
445477225c
fix label width in password generator ( #11515 )
2024-10-14 15:24:23 +02:00
Jordan Aasen
1459c06d17
[PM-12724] - fix logic for showing new password ( #11512 )
...
* fix logic for showing new password
* fix logic
2024-10-14 15:22:22 +02:00
Jordan Aasen
fa41f29fc4
[CL-425] - add tools card component ( #11375 )
...
* add tools card component
* rename to tools-card
* whitelist readme
* fix tw classes in card component
* add RTL support.
* add documentation. revert changes to settings
* Revert vscode settings
---------
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
2024-10-11 23:00:45 +02:00
Jordan Aasen
b9be15c84b
fix password label ( #11478 )
2024-10-10 10:28:08 +02:00
Jordan Aasen
f1dab68e46
don't change password field label ( #11267 )
2024-10-09 15:00:05 +02:00
✨ Audrey ✨
dc1f014ad8
[PM-8282] credential generator ( #11398 )
...
* credential generator browser ui
* switch browser generate screen to extension refresh flag
* consolidate generator components into module
* add `@bitwarden/generator-components` readme
* normalize generator component rx subscriptions
2024-10-08 14:08:34 -04:00
Thomas Rittson
7c72795d1c
[PM-12747] Move CollectionService and models to AC Team ( #11278 )
2024-10-08 10:14:39 -04:00
Jordan Aasen
dc91a3eed7
disable copy/generate buttons when sends are disabled ( #11421 )
2024-10-08 12:28:27 +02:00
Nick Krantz
02993f7018
[PM-10439] Vault generator components ( #11350 )
...
* add password/username generator strings to web app
* remove JSLibServicesModule from generator dependencies
* integrate username and password generators into browser extension
* integrate username and password generators into web app
* move Jslib order back
* remove margin from within the generator components
* add alternative background to web generator dialog
* remove unneeded margin from username generator
* remove disable margin from div
* Revert "remove unneeded margin from username generator"
This reverts commit ae3067e3f2
.
* remove CSS to alter internal margins of the generator components
2024-10-04 08:39:29 -05:00
✨ Audrey ✨
d1c3a98efb
introduce additional rx helpers ( #11361 )
2024-10-02 14:47:22 -04:00
Jordan Aasen
22a9e8788b
fix rows for textarea in text send ( #11362 )
2024-10-02 19:03:16 +02:00
Jordan Aasen
97a97c4b2d
disable copy button if no password is present ( #11349 )
2024-10-01 22:38:27 +02:00
Jordan Aasen
dab60dbaea
[PM-11926] - send created redirect ( #11140 )
...
* send created redirect
* fix test
* fix test
* fix send form save
* return SendData from saveSend
* When saving a Send, bubble up a SendView which can be passed to the SendCreated component
* Use events to initiate navigation and move actual navigation into client-specific component
---------
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
2024-10-01 21:58:00 +02:00
Jordan Aasen
ab5a02f483
[PM-12774] - don't display filters when no sends are available ( #11298 )
...
* don't display filters when no sends are available
* move logic down. add conditional class
* fix logic for send filters
2024-10-01 20:46:10 +02:00
Jordan Aasen
5a1583cb0a
[PM-12732] - fix new send button ( #11266 )
...
* fix new send button
* simplify logic. use static class name where possible
2024-10-01 11:36:34 +02:00
Jordan Aasen
2f8ab087ff
[PM-12721] - add copy button to send options password field ( #11295 )
...
* add copy button to send options form
* update copy language
* fix copy button value text
2024-09-30 13:56:32 +02:00