Alec Rippberger
c5fa20ce42
Adjust overlay position of EnvironmentSelectorComponent for new layout.
...
Since the switcher is located at the bottom of the screen we need to position it up above the trigger button so that it is not cut off.
2024-10-16 11:51:47 -05:00
Alec Rippberger
597ee8a9dc
Update v1 web login title.
2024-10-16 11:10:26 -05:00
Alec Rippberger
d954741b38
Merge branch 'main' into auth/pm-8111/browser-refresh-login-component
2024-10-16 10:28:22 -05:00
Alec Rippberger
b95bd74403
Remove duplicate import.
2024-10-16 10:19:21 -05:00
Alec Rippberger
606bd02d07
Add back safeProviders for LoginEmailService
2024-10-16 10:14:22 -05:00
Brandon Treston
1f330b078d
Remove platformUtilService.showToast call ( #11410 )
2024-10-16 09:52:45 -04:00
Nick Krantz
d8f1527db0
[PM-13016] Browser default match detection ( #11569 )
...
* update conditional to only exit early if value is null
- The UriMatchStrategy for Domain was 0 and hitting the conditional
* add baseDomain test
2024-10-16 08:11:41 -05:00
Alec Rippberger
a3a2e9e321
Run prettier.
2024-10-15 22:06:54 -05:00
Alec Rippberger
b839c82d9e
Remove unused enforcedPasswordPolicyOptions property.
2024-10-15 21:57:28 -05:00
Alec Rippberger
00355670b6
Merge branch 'main' into auth/pm-8111/browser-refresh-login-component
2024-10-15 21:47:21 -05:00
Alec Rippberger
ad37d8de92
Update variable name.
2024-10-15 21:42:29 -05:00
Alec Rippberger
2f29903136
Clean up and flush out register form tests.
2024-10-15 21:40:48 -05:00
Jared Snider
34e2d3dad2
PM-13318 - Fix missed page titles which didn't get converted to the new translation interface ( #11572 )
2024-10-15 22:34:44 -04:00
Thomas Rittson
178a418850
Conditionally disable client-side policy validation ( #11550 )
2024-10-16 08:46:03 +10:00
Alec Rippberger
28aae75abf
Fix translations.
2024-10-15 16:42:58 -05:00
Alec Rippberger
38051c9e7d
Simplify ngOnInit: remove webOnInit and move getLoginWithDevice to defaultOnInit
...
I couldn't find any usages of qParams.org or qParams.sponsorshipToken on QA (signing up for family membership, creating organization, manually modifying query params), so I think these are safe to remove.
2024-10-15 16:22:47 -05:00
Alec Rippberger
ccdfddb052
Integrate changes to translations.
2024-10-15 16:22:46 -05:00
Alec Rippberger
588c65b039
Add DefaultLoginComponent tests.
2024-10-15 16:20:07 -05:00
Alec Rippberger
833582b8d4
Rename goAfterLogIn to evaluatePassword and borrow logic from lock component.
2024-10-15 16:20:06 -05:00
Alec Rippberger
64b967d69e
Merge branch 'auth/pm-8111/browser-refresh-login-component' of https://github.com/bitwarden/clients into auth/pm-8111/browser-refresh-login-component
2024-10-15 14:42:52 -05:00
Alec Rippberger
e51010f504
Add test for unauthUiRefreshRedirect.
2024-10-15 14:42:42 -05:00
Alec Rippberger
49776193c0
Fix translation error
2024-10-15 14:42:18 -05:00
Nick Krantz
70d83feb38
add custom field copy to web ( #11567 )
2024-10-15 14:22:10 -05:00
Jordan Aasen
87545e4d21
fix logic for displaying hide email in send options ( #11561 )
2024-10-15 20:48:51 +02:00
Merissa Weinstein
1eaa80de26
Revert "Bumped client version(s) ( #11564 )" ( #11566 )
...
This reverts commit c459253beb .
2024-10-15 18:38:13 +00:00
bw-ghapp[bot]
c459253beb
Bumped client version(s) ( #11564 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
2024-10-15 18:27:30 +00:00
Alec Rippberger
ab459fc602
Merge branch 'main' into auth/pm-8111/browser-refresh-login-component
2024-10-15 13:14:09 -05:00
Alec Rippberger
3354527a5a
Merge branch 'auth/pm-8111/browser-refresh-login-component' of https://github.com/bitwarden/clients into auth/pm-8111/browser-refresh-login-component
2024-10-15 12:35:41 -05:00
Cesar Gonzalez
32d12b3d6a
[PM-7980] Inline autofill menu is not shown inside dialog html tag ( #11474 )
...
* [PM-7980] Fix inline menu not showing inside dialog html tag
* [PM-7980] Fix inline menu not showing inside dialog html tag
* [PM-7980] Fixing an issue where a dialog element could potentially not represent itself in the #top-layer
2024-10-15 11:34:14 -05:00
Alec Rippberger
1241ca1785
Merge branch 'main' into auth/pm-8111/browser-refresh-login-component
2024-10-15 11:22:24 -05:00
Oscar Hinton
55ee33206f
Fix log service not binding this ( #11551 )
2024-10-15 12:21:08 -04: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
Alec Rippberger
31f65ec463
Update Storybook with initialLoginEmail
2024-10-15 10:59:52 -05:00
Nick Krantz
15e5a6d747
update heading level on password generator ( #11556 )
2024-10-15 17:16:00 +02:00
Jonathan Prusik
1c2cb4440b
[PM-12345] Add cipher type settings for inline autofill menu ( #11260 )
...
* add inline menu identity and card visibility settings state to autofill settings service
* add inline menu identity and card visibility settings to autofill settings view component
* add inline menu identity and card visibility settings to legacy autofill settings view component
* do not show inline menu card and identity visibility settings if inline-menu-positioning-improvements feature flag is off
* show card and identity inline menus based on their visibility settings
* do not show identities in account creation username/email fields if user setting disallows it
* reload local tab settings for inline menu visibility when an inline visibility setting value changes
* take out tabSendMessageData call for inline menu visibility sub-settings
---------
Co-authored-by: Cesar Gonzalez <cesar.a.gonzalezcs@gmail.com >
2024-10-15 11:07:52 -04: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
7afc99da1e
add missing import ( #11549 )
2024-10-15 11:20:11 +02:00
renovate[bot]
28691ae2b3
[deps] Tools: Update oidc-client-ts to v2.4.1 ( #11506 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-15 11:11:49 +02:00
Shane Melton
a884fcf664
[PM-11203] Hide collection/item checkboxes in Admin Console ( #10970 )
...
* [PM-11203] Hide collection/item checkboxes in AC when a user does not have manage/edit permissions for the collection/item
* [PM-11203] Remove restrict-provider-access flag
* [PM-11203] Adjust the editableItems array to use existing canEdit and canDelete helpers to determine eligibility
2024-10-14 10:02:32 -07:00
renovate[bot]
0377775408
[deps] Platform: Update @types/node to v20.16.11 ( #11530 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-14 10:48:19 -04:00
renovate[bot]
0bcd22460c
[deps] Autofill: Update tldts to v6.1.51 ( #11529 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-14 10:46:48 -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
Alex Morask
e8f7cdfeed
Hide plans with 0 seats on provider subscription page ( #11489 )
2024-10-14 08:35:25 -04:00
renovate[bot]
8d507c04a0
[deps] Platform: Update Rust crate log to 0.4.22 ( #11532 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-14 12:08:42 +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
Victoria League
988c2b69e0
[CL-471] Update lock icon and others ( #11508 )
2024-10-11 16:12:49 -04:00
Jared Snider
7297d0fccd
Auth/PM-13318 - AnonLayoutWrapperData Refactor to add full Translation support ( #11513 )
...
* PM-13318 - AnonLayoutWrapperData refactor to support all possible string scenarios (untranslated string, translated string, and translated string with placeholders)
* PM-13318 - Fix accidental check in
* PM-13318 - Revert the correct change.
* PM-13318 - Fix test failures
2024-10-11 16:02:47 -04:00
Daniel James Smith
784dd3c9a0
Remove right angle icon from about bitwarden button ( #11503 )
...
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com >
2024-10-11 15:58:30 -04:00
Justin Baur
346329c23c
Run npm run electron ( #11514 )
2024-10-11 14:10:20 -04:00