Alec Rippberger
7f14851147
Consolidate login templates.
2024-09-25 16:49:27 -05:00
Alec Rippberger
1206017b57
Fix client navigation after login.
2024-09-25 16:47:17 -05:00
Alec Rippberger
7767545a50
Remove unnecessary navigation.
2024-09-25 16:20:13 -05:00
Alec Rippberger
3187a3300e
Consolidate clearing loginEmailService values and routing
2024-09-25 15:44:50 -05:00
Alec Rippberger
e0eff02a42
Remove back button todo.
2024-09-25 11:29:28 -05:00
Alec Rippberger
9a6b1a9d39
Add test for RegisterFormComponent.
2024-09-25 08:55:46 -05:00
Alec Rippberger
22eb2aac97
Merge branch 'main' into auth/pm-8111/browser-refresh-login-component
2024-09-24 21:58:22 -05:00
Alec Rippberger
74767b02b5
Use factory function to provide LoginEmailService.
2024-09-24 21:45:22 -05:00
Alec Rippberger
d9f930d7cb
Prefill email field when "create account" is clicked.
2024-09-24 16:35:43 -05:00
Shane Melton
e6c3de9f47
[PM-12609] Use shareReplay for allCiphers$ observable ( #11229 )
2024-09-24 14:30:06 -07:00
Jonathan Prusik
4269489548
pin regedit dependency ( #11228 )
2024-09-24 17:07:17 -04:00
Todd Martin
85b97d9304
Remove authenticator-token feature flag ( #11182 )
2024-09-24 17:02:39 -04:00
Todd Martin
bdcf920e62
Remove references to device-trust-logging feature flag ( #11183 )
2024-09-24 16:47:10 -04:00
SmithThe4th
3646214a0f
Made allCiphers$ depend on the refresh subject$ ( #11225 )
2024-09-24 14:13:27 -04:00
Alec Rippberger
9bb84094ae
Fix comment typo.
2024-09-24 12:32:56 -05:00
cyprain-okeke
e3c75b3c1b
Resolve the payment display ( #11219 )
2024-09-24 18:07:29 +01:00
renovate[bot]
0089ae0886
[deps] DevOps: Update gh minor ( #11064 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-24 11:35:01 -04:00
Jonathan Prusik
e88e231d48
[PM-11588] Bugfix - parse user input value for combined expiry date when creating/adding a card cipher ( #11103 )
...
* simplify logic and fix some pattern-matching bugs
* add first pass at parsing combined expiry year and month from user input
* clean up code
* fix broken three-digit parsing case
* fix case where splitCombinedDateValues returns empty strings when the input is only a delimiter
* fix incorrect expectation of falsy negative integers
* clean up code
* split out logic from parseYearMonthExpiry
* move utils from vault to autofill
2024-09-24 10:36:44 -04:00
Alex Morask
c8084cc4e3
Fixed free organization upgrade after stripe sources deprecation ( #11205 )
2024-09-24 09:26:39 -04:00
Jordan Aasen
8507097fe7
fix send password input ( #11208 )
2024-09-24 11:45:08 +02:00
Bernd Schoolmann
d92b2cbea2
[PM-11477] Remove deprecated cryptoservice functions ( #10854 )
...
* Remove deprecated cryptoservice functions
* Use getUserkeyWithLegacySupport to get userkey
* Fix tests
* Fix tests
* Fix tests
* Remove unused cryptoservice instances
* Fix build
* Remove unused apiService in constructor
* Fix encryption
* Ensure passed in key is used if present
* Fix sends and folders
* Fix tests
* Remove logged key
* Fix import for account restricted keys
2024-09-24 11:28:33 +02:00
Jordan Aasen
6d9223fac7
[PM-12505] - add delete send button to footer ( #11187 )
...
* add delete send button to footer
* add basic error handling
* update copy. user bitAction
* use arrow function. remove border class
2024-09-24 09:26:25 +02:00
Jordan Aasen
aa91a8d5ca
fix send form defects ( #11212 )
2024-09-24 09:12:27 +02:00
Alec Rippberger
c37f726f7d
Prevent email address validation on blur.
2024-09-23 22:53:58 -05:00
Alec Rippberger
54f0c0a46a
Add vault icon to anon layout.
2024-09-23 18:49:53 -05:00
bw-ghapp[bot]
e691e2dadb
Bumped client version(s) ( #11211 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
2024-09-23 22:48:23 +00:00
Shane Melton
4b9935b28c
[PM-12528] AC Fix Collection Refresh ( #11207 )
...
* [PM-12528] Ensure collections refresh when the refresh$ subject emits
* [PM-12528] Cleanup all collections observable
2024-09-23 15:01:48 -07:00
SmithThe4th
0db179e974
[PM-739] Using a space at the beginning of otpauth:// generate a wrong OTP ( #11204 )
...
* Trimmed tariling whitespace from totp field
* Trimmed tariling whitespace from totp field
* Fix failing test
2024-09-23 16:45:53 -04:00
Justin Baur
073fd29206
Add Retries to get
( #11176 )
2024-09-23 16:39:57 -04:00
cyprain-okeke
08f0dadc2f
Resolve the bug on change payment method ( #11202 )
2024-09-23 19:23:53 +01:00
Nick Krantz
bcddf575a1
[PM-11306] Disable Animation Setting ( #11157 )
...
* add appearance option to disable animations
* add check to only show the form after it's populated to avoid flash of inaccurate values
* switch to form loading while waiting for form values
2024-09-23 11:56:09 -05:00
Jared McCannon
2b462b6fd6
Validate domain has been verified ( #11125 )
...
- Added client-side validation that the domain has been verified.
2024-09-23 10:33:44 -05:00
github-actions[bot]
c484f8306c
Autosync the updated translations ( #11167 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
2024-09-23 14:13:04 +00:00
Nick Krantz
17c9b26336
[PM-12252] Autofill name of new ciphers ( #11127 )
...
* autofill name for new ciphers
* only include name and uri when the extension is not popped out
* only populate name and uri for login ciphers
* source the URL directly from the new item dropdown component
* fix new item dropdown tests
2024-09-23 08:55:23 -05:00
github-actions[bot]
69bf91a15e
Autosync the updated translations ( #11196 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
2024-09-23 09:48:14 +00:00
github-actions[bot]
1b8fcda90d
Autosync the updated translations ( #11197 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
2024-09-23 09:47:05 +00:00
✨ Audrey ✨
cf48db5ed1
[PM-11418] generator policy constraints ( #11014 )
...
* add constraint support to UserStateSubject
* add dynamic constraints
* implement password policy constraints
* replace policy evaluator with constraints in credential generation service
* add cascade between minNumber and minSpecial
Co-authored-by: Daniel James Smith <2670567+djsmith85@users.noreply.github.com>
2024-09-23 11:07:47 +02:00
SmithThe4th
9a89ef9b4f
[PM-12277] Deleting or restoring from view item page breaks back button ( #11108 )
...
* Added skipLocationChange while navigating to the view cipher to prevent pushing view cipher route to state
* Fix navigation bug after restore or delete
* Simplified to just use popupRouterCacheService.back
2024-09-20 15:31:52 -04:00
Jonathan Prusik
2b18185b40
remove container padding for popup views ( #11162 )
2024-09-20 13:00:02 -04:00
Jonathan Prusik
9b352c0cd8
fix typography of change shortcut section text ( #11163 )
2024-09-20 12:59:48 -04:00
Robyn MacCallum
cf1f7cc61d
[SM-1302] Initial config page ( #10196 )
...
* Initial config page
* Remove project actions
* Add copy projectId method to the project page
* Update bitwarden_license/bit-web/src/app/secrets-manager/service-accounts/config/config.component.ts
Co-authored-by: Maciej Zieniuk <167752252+mzieniukbw@users.noreply.github.com>
* Update bitwarden_license/bit-web/src/app/secrets-manager/shared/projects-list.component.ts
Co-authored-by: Maciej Zieniuk <167752252+mzieniukbw@users.noreply.github.com>
* Update apps/web/src/locales/en/messages.json
Co-authored-by: Maciej Zieniuk <167752252+mzieniukbw@users.noreply.github.com>
* Fix method and string naming
* Ensure config component load logic happens after params observed
* Remove projectId emitted event
* Update bitwarden_license/bit-web/src/app/secrets-manager/service-accounts/config/config.component.ts
Co-authored-by: Thomas Avery <43214426+Thomas-Avery@users.noreply.github.com>
* Adjust load function
* Fix config translation
* Remove unnecceary async from copy functions
* Add project ID translation key
* Update bitwarden_license/bit-web/src/app/secrets-manager/service-accounts/config/config.component.ts
Co-authored-by: Maciej Zieniuk <167752252+mzieniukbw@users.noreply.github.com>
* Simplify load function
* Simplify variable definition
* Add all machine account projects to the config page
* Update bitwarden_license/bit-web/src/app/secrets-manager/service-accounts/config/config.component.ts
Co-authored-by: Maciej Zieniuk <167752252+mzieniukbw@users.noreply.github.com>
* Remove unused variable
* Remove revision date in config project list
---------
Co-authored-by: Maciej Zieniuk <167752252+mzieniukbw@users.noreply.github.com>
Co-authored-by: Thomas Avery <43214426+Thomas-Avery@users.noreply.github.com>
2024-09-20 12:54:03 -04:00
Jordan Aasen
ea025b9026
add padding to new organization input ( #11090 )
2024-09-20 08:49:27 -07:00
Justin Baur
972339be83
Remove Storage Reseed FF ( #11156 )
2024-09-20 11:46:00 -04:00
Nick Krantz
0516ca00dc
update trial initiation text to only represent the product ( #11171 )
...
Co-authored-by: Alec Rippberger <alec@livefront.com>
2024-09-20 09:48:44 -05:00
github-actions[bot]
a2ce4e53c6
Autosync the updated translations ( #11165 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
2024-09-20 14:12:17 +00:00
Cesar Gonzalez
c276d5dfa5
[PM-281] A11y visual distinction required for page links ( #9878 )
...
* [PM-281] Visual distinction required for login page links
* add bitLink to report links
* add bitLink to billing history
* [PM-281] Adding more references to bitLink and incorporating changes to aria labels for a variety of buttons
* Added editItemWithName to announce links within reports even better
---------
Co-authored-by: Vicki League <vleague@bitwarden.com>
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
2024-09-20 09:04:48 -05:00
cyprain-okeke
8f05581ba0
[AC-3052] [Defect] Payment method section is blank when upgrading Teams SM trial initiated org paid with Bank Account ( #11158 )
...
* Fix the payment method issue
* Resolve the navigation after upgrade
2024-09-20 14:58:53 +01:00
Shane Melton
36a9228523
[PM-11391] Replace button tag with div for TOTP timer ( #11116 )
2024-09-20 06:56:21 -07:00
Victoria League
1262623fac
[CL-451] Add option for full width chip select ( #11135 )
2024-09-20 09:52:12 -04:00
Nick Krantz
c13131acd1
remove border styles, allow for component library to style the icon button ( #11154 )
2024-09-20 08:45:44 -05:00