Ben Brooks
e37a78ea15
Revert "Lets shadow DOM check signal page update ( #16114 )" (commit 6129ca5366) ( #17503 )
...
Signed-off-by: Ben Brooks <bbrooks@bitwarden.com >
2026-02-17 09:24:23 -08:00
Bryan Cunningham
1e7107379d
[CL-761] Enable strict template typechecking ( #17334 )
...
* enable strict template typechecking
* add callout component to module
* fixing popup action types
* fixing cipher item copy types
* fix archive cipher type
* fixing trash list items types
* fix remaining trash list item type errors
* use CipherViewLike as correct type
* change popup back directive to attribute selector
* allow undefined in popupBackAction handler
* Remove undefined from type
* fix error with firefox commercial build
---------
Co-authored-by: Vicki League <vleague@bitwarden.com >
2026-02-17 09:24:23 -08:00
SmithThe4th
ffe67f1ead
Fixed invalid cipher remprompt values ( #17513 )
2026-02-17 09:24:22 -08:00
Bryan Cunningham
a93978ce79
fix disabled cursor styles ( #17656 )
2026-02-17 09:24:22 -08:00
Todd Martin
3f12b48dbb
chore(docs) Add comments from contributing docs to master password types in code
...
* Added comments from contributing docs.
* Grammatical changes.
2026-02-17 09:24:22 -08:00
Nick Krantz
b520c13092
do not show copy password button on the web for users that do not have access ( #17635 )
2026-02-17 09:24:22 -08:00
Andreas Coroiu
acc7451100
[PM-27530] Rename BitwardenClient to PasswordManagerClient ( #17578 )
...
* fix: compilation issues with PM client rename
* fix: jest compilation
* feat: rename all non-breaking platform instances
* feat: update SDK
2026-02-17 09:24:22 -08:00
renovate[bot]
da6fb7a64c
[deps] Architecture: Update @eslint/compat to v2 ( #17622 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Oscar Hinton <Hinton@users.noreply.github.com >
2026-02-17 09:24:21 -08:00
Oscar Hinton
f91aebce86
Migrate org reports to standalone and remove from loose components ( #15791 )
2026-02-17 09:24:21 -08:00
Jordan Aasen
4f96a142d8
[PM-24722][PM-27695] - add persistent callout in settings for non-premium users ( #17246 )
...
* add persistent callout in settings for non-premium users
* remove premium v2 component
* add spec
* remove premium-v2.component.html
* fix title
* fix typo
* conditionally render h2
* re-add pemiumv2component. change class prop to observable
* change from bold to semibold
* remove unecessary tw classes. use transform: booleanAttribute
* add spotlight specs
* code cleanup
2026-02-17 09:24:21 -08:00
blackwood
024b2c7ee4
Allows limited internal message posting when host experience content is controlled ( #17313 )
2026-02-17 09:24:21 -08:00
Bryan Cunningham
dffca387d4
[CL-925] add filled danger button ( #17633 )
...
* add dangerPrimary button variant
* add dangerPrimary to small story
2026-02-17 09:24:21 -08:00
Oscar Hinton
67af777d76
Enable directive-class-suffix ( #17385 )
2026-02-17 09:24:20 -08:00
Leslie Tilton
107f66257c
Correct phishing blocker file structure ( #17477 )
2026-02-17 09:24:20 -08:00
renovate[bot]
1ff87c0b2c
[deps] Platform: Update Rust crate arboard to v3.6.1 ( #17547 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel James Smith <2670567+djsmith85@users.noreply.github.com >
2026-02-17 09:24:20 -08:00
Andreas Coroiu
a0e91f29d6
[PM-27564] Self-host configuration is not applied with nx build ( #17279 )
...
* fix: web not using env variables
* fix: apply claude suggestion
* fix: remove non-working serve targets
2026-02-17 09:24:20 -08:00
renovate[bot]
9fac782db4
[deps] Billing: Update braintree-web-drop-in to v1.46.0 ( #14451 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: cyprain-okeke <108260115+cyprain-okeke@users.noreply.github.com >
2026-02-17 09:24:20 -08:00
Bernd Schoolmann
b183dd67ed
Fix biometrics unlock when pin is enabled ( #17528 )
2026-02-17 09:24:20 -08:00
neuronull
f8a4083e63
Desktop Autotype fix IPC error handling ( #17332 )
...
* Desktop Autotype fix IPC error handling
* TS lint
* sweep sweep: fix unecessary member name qualifier
2026-02-17 09:24:19 -08:00
Todd Martin
49ea6f8c5a
chore(feature-flag): Removed pm-28325-remove-pm-22110-disable-alternate-login-methods flag
2026-02-17 09:24:19 -08:00
Nick Krantz
b5e724548b
[PM-24505] Manually open extension error message ( #17116 )
...
* update manual open message to be more generic to cover more scenarios
* update error state when attempting to open the extension via button press
2026-02-17 09:24:19 -08:00
renovate[bot]
09fbabcc6c
[deps] Vault: Update koa to v2.16.3 [SECURITY] ( #17514 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-17 09:24:19 -08:00
Daniel Riera
c3dd485eaf
[PM-28516] Inline menu is not working in main ( #17524 )
...
* PM-28516 alidate iframe and stylesheet URLs against their own origins to handle
cases where chrome assigns different extension ids in different contexts
* switch to regex to match exisiting match pattern
* updated regex to account for safari
2026-02-17 09:24:19 -08:00
Oscar Hinton
e1cf72ea5c
Add clap and async-trait as tool owned dependencies ( #17579 )
2026-02-17 09:24:18 -08:00
Dave
fa0a26ecbb
fix(two-factor) [PM-21204]: Users without premium cannot disable premium 2FA ( #17134 )
...
* refactor(two-factor-service) [PM-21204]: Stub API methods in TwoFactorService (domain).
* refactor(two-factor-service) [PM-21204]: Build out stubs and add documentation.
* refactor(two-factor-service) [PM-21204]: Update TwoFactorApiService call sites to use TwoFactorService.
* refactor(two-fatcor) [PM-21204]: Remove deprecated and unused formPromise methods.
* refactor(two-factor) [PM-21204]: Move 2FA-supporting services into common/auth/two-factor feature namespace.
* refactor(two-factor) [PM-21204]: Update imports for service/init containers.
* feat(two-factor) [PM-21204]: Add a disabling flow for Premium 2FA when enabled on a non-Premium account.
* fix(two-factor-service) [PM-21204]: Fix type-safety of module constants.
* fix(multiple) [PM-21204]: Prettier.
* fix(user-verification-dialog) [PM-21204]: Remove bodyText configuration for this use.
* fix(user-verification-dialog) [PM-21204]: Improve the error message displayed to the user.
2026-02-17 09:24:18 -08:00
Andreas Coroiu
350cd8e910
chore: ignore commercial sdk ( #17585 )
2026-02-17 09:24:18 -08:00
renovate[bot]
96f69f724f
[deps] Platform: Update nx monorepo to v21.6.8 ( #16415 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-17 09:24:18 -08:00
Leslie Tilton
d187c07edf
[PM-28451] Fix icons in application review table ( #17512 )
...
* Fix icons in application review table
* Add default icon if none is found in review applications table. Move function to computed signal
* Rename function
* Remove redundant if statement
2026-02-17 09:24:18 -08:00
renovate[bot]
a05ae283a3
[deps]: Update Rust crate cc to v1.2.46 ( #17571 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel García <dani-garcia@users.noreply.github.com >
2026-02-17 09:24:17 -08:00
renovate[bot]
ef5670fdb6
[deps] Platform: Update Rust crate libc to v0.2.177 ( #17549 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel García <dani-garcia@users.noreply.github.com >
2026-02-17 09:24:17 -08:00
renovate[bot]
21b9ac906a
[deps]: Update Rust crate clap to v4.5.51 ( #17572 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-17 09:24:17 -08:00
renovate[bot]
ade6242a47
[deps]: Update Rust crate async-trait to v0.1.89 ( #17570 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-17 09:24:17 -08:00
renovate[bot]
b6993fe11a
[PM-28558] [deps]: Update actions/upload-artifact action to v5.0.0 ( #17538 )
...
* [deps]: Update actions/upload-artifact action to v4.6.2
* Bumping to 5.0.0. to keep all usages in sync
All other upload-artifacts actions were also bumped to 5.0.0 with https://github.com/bitwarden/clients/pull/17305
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com >
2026-02-17 09:24:16 -08:00
bw-ghapp[bot]
96e87fae96
Autosync the updated translations ( #17531 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
2026-02-17 09:24:16 -08:00
bw-ghapp[bot]
f7772f77df
Autosync the updated translations ( #17530 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
2026-02-17 09:24:15 -08:00
bw-ghapp[bot]
981c6dd76f
Autosync the updated translations ( #17529 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
2026-02-17 09:24:15 -08:00
Addison Beck
927e81249a
chore: create eslint rule to catch insecure page script injection ( #17437 )
...
* chore: create eslint rule to catch insecure page script injection
* chore: ignore existing lints
* review: tighten rule scope
* review: add tests
2026-02-17 09:24:15 -08:00
Jared Snider
85eacdacc3
PM-28506 - TwoFactorSetupYubikey - refactor yubikey form to be rows with 1 field per row to allow remove button to be visible again. ( #17519 )
2026-02-17 09:24:15 -08:00
Vijay Oommen
2516a1e4af
[PM-27287] Items in My Items should show in Inactive 2FA report ( #17434 )
2026-02-17 09:24:14 -08:00
Stephon Brown
fb753ac9e6
[PM-26044] Update Offboarding Survey for User and Organization ( #17472 )
...
* feat(billing): update messages to add reasons
* feat(billing): update survey with switching reason based on param
* fix(billing): revert value of switching reasons
* fix(billing): revert removal of tooExpensive message
* fix(billing): Add plan type to params and update switching logic
* fix(billing): update to include logic
* fix(billing): PR feedback
2026-02-17 09:24:14 -08:00
renovate[bot]
62d981821d
[deps] Vault: Update koa to v2.16.2 [SECURITY] ( #15807 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Matt Andreko <mandreko@bitwarden.com >
2026-02-17 09:24:14 -08:00
Jeffrey Holland
0c8bb46b44
Autofill/pm 25597 plex password generation ( #16997 )
...
* Correctly fill generated passwords and current password on plex.tv
* Correctly fill generated passwords and current password on plex.tv
* Leave existing forEach
* Add tests for changes
2026-02-17 09:24:14 -08:00
Brandon Treston
b22c8c2708
fix copy ( #17504 )
2026-02-17 09:24:13 -08:00
Kyle Spearrin
4032301eb8
[PM-27766] Add policy for blocking account creation from claimed domains ( #17211 )
...
* Added policy for blocking account creation for claimed domains.
* add feature flag
* fix desc
* learn more link
* fix localization key to learnMore
* onpush change detection
2026-02-17 09:24:13 -08:00
Nick Krantz
69a4740c2f
[PM-26688][PM-27710] Delay skeletons from showing + search ( #17394 )
...
* add custom operator for loading skeleton delays
* add `isCipherSearching$` observable to search service
* prevent vault skeleton from showing immediately
* add skeleton for search + delay to sends
* update fade-in-out component selector
* add fade-in-out component for generic use
* address memory leak by using defer to encapsulate `skeletonShownAt`
* add missing provider
2026-02-17 09:24:13 -08:00
rr-bw
dedbe3cb2c
feat(marketing-initiated-premium): Auth [PM-27542] Write fromMarketing value to state ( #17470 )
2026-02-17 09:24:13 -08:00
Bernd Schoolmann
7a8c9827a2
Fix desktop not launching ( #17485 )
2026-02-17 09:24:13 -08:00
Jonathan Prusik
c6ec5b955f
[PM-27797] Prevent host page manipulation of inline menu popover attribute ( #17400 )
...
* turn off inline experience if host page aggressively competes for top of top-layer
* add alert message for top-layer hijack scenarios
* widen the backoff threshold
* refactor backoff logic to include popover attribute mutations
* improve getPageIsOpaque check
* do not attempt inline menu insertion if it has been disabled for security concerns
* fix typo
* cleanup
* add tests
2026-02-17 09:24:12 -08:00
Andy Pixley
c08469d142
[BRE-1303] Providing method for pinning Chrome extension ID for dev ( #17432 )
2026-02-17 09:24:12 -08:00
Addison Beck
74d3675360
fix: add world: MAIN to Firefox page script registration ( #17466 )
...
* chore: update @types/firefox-webext-browser
* fix: add world: MAIN to Firefox page script registration
* review: add world property to registration type
2026-02-17 09:24:12 -08:00