Stephon Brown
9afba33f58
[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
2025-11-20 13:38:33 -05:00
renovate[bot]
81453ede1b
[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 >
2025-11-20 11:45:21 -05:00
Jeffrey Holland
e23b2d0c98
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
2025-11-20 16:31:05 +01:00
Brandon Treston
a5caa194cd
fix copy ( #17504 )
2025-11-20 09:51:40 -05:00
Kyle Spearrin
d7949ab2f3
[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
2025-11-20 08:42:57 -06:00
Nick Krantz
b00987180d
[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
2025-11-20 08:26:47 -06:00
Bernd Schoolmann
5f27452ac2
Fix desktop not launching ( #17485 )
2025-11-20 02:41:59 +01:00
Jonathan Prusik
7c4db701b9
[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
2025-11-19 19:14:05 -05:00
Andy Pixley
d86c918e71
[BRE-1303] Providing method for pinning Chrome extension ID for dev ( #17432 )
2025-11-19 16:11:51 -05:00
Addison Beck
6d1c474fc5
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
2025-11-19 20:13:41 +00:00
Addison Beck
e44ab1b411
fix: enable dynamic URLs for Chrome web accessible resources ( #17429 )
...
This commit adds use_dynamic_url: true to the extension's web_accessible_resources configuration. When enabled, Chrome generates random session-based GUIDs for extension resource URLs instead of using the predictable static extension ID. This enhances privacy by making extension resource URLs unpredictable and prevents third-party enumeration of installed extensions.
The feature is supported in Chrome 102+ and changes resource URLs from chrome-extension://[static-id]/resource to chrome-extension://[random-guid]/resource, with GUIDs regenerating each browser session while maintaining all existing extension functionality.
Addresses: https://bitwarden.atlassian.net/browse/PM-28344
2025-11-19 14:57:59 -05:00
Alex Morask
de42cf303f
[PM-27925] Refactor StripeService to allow more than one instance ( #17467 )
...
* Refactor StripeService to allow more than one instance per scope
* Fix linting issue
* Claude's feedback
2025-11-19 12:57:00 -06:00
Brandon Treston
28dc244fd3
fix error in console ( #17468 )
2025-11-19 13:32:50 -05:00
bw-ghapp[bot]
0912d1abe8
Autosync the updated translations ( #17462 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
2025-11-19 18:31:02 +01:00
neuronull
db16c201b8
Align Desktop Native's Rust CI checks with SDK ( #17261 )
...
* clean crate deps
* update lint workflow
* add rustfmt.toml
* apply rust fmt
* missed one
* fix lint of lint lol
* more deps platform fixes
* fix macos_provider
* some more deps clean
* more cleanup
* add --all-targets
* remove another unused dep
* generate index.d.ts
* fix whitespace
* fix split comment in biometric
* formatting comment in biometric_v2
* apply fmt
2025-11-19 15:07:57 +00:00
Github Actions
64bfbf274a
Bumped client version(s)
2025-11-19 00:18:10 +00:00
Jonathan Prusik
df03664827
[PM-27915] Add additional global styling collision defenses for pseudo-elements ( #17340 )
...
* add additional global styling collision defenses for pseudo-elements
* move internal stylesheet into closed shadow root
2025-11-18 14:49:12 -05:00
Will Martin
b952e6ea44
[PM-28071] add prod test domain for phishing detection ( #17450 )
2025-11-18 13:08:21 -05:00
Github Actions
02ef4e72de
Bumped Desktop client to 2025.11.2
2025-11-18 17:54:35 +00:00
bw-ghapp[bot]
bbb42d9b17
Autosync the updated translations ( #17461 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
2025-11-18 18:36:24 +01:00
bw-ghapp[bot]
0d14060e9d
Autosync the updated translations ( #17460 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
2025-11-18 18:33:12 +01:00
Daniel Riera
b1acff7f5c
Pm 27900 add additional hardening in extension frame validation ( #17265 )
...
* PM-27900 harden iframe, origin route tightening and test updates
* reduce comments to make more legible
* Removes referrer check in favor of PM-27822 #17313 bitwarden/clients@4206447cfe
* nake token optional since it is later set
* whitelist -> allowlist
* improve notes on unsafe
* improve content handler notes
* order allowlist
* improve jsdoc on ismessagefromextension method
* cover additional test cases
* rename verifytoken and document more clear, update referrer
---------
Co-authored-by: Miles Blackwood <mrobinson@bitwarden.com >
2025-11-18 12:22:13 -05:00
renovate[bot]
82a0b3aa70
[deps] Platform: Update semver to v7.7.3 ( #17457 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel James Smith <2670567+djsmith85@users.noreply.github.com >
2025-11-18 17:48:52 +01:00
renovate[bot]
2bf734bd43
[deps] Platform: Update @types/node to v22.19.1 ( #17448 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-18 08:48:29 -06:00
Oscar Hinton
9efc31534b
[PM-28231] Enable component-class-suffix ( #17384 )
...
* Enable component-class-suffix
* Rename file
2025-11-18 13:26:38 +01:00
Maximilian Power
8f04f25818
Fix Firefox phishing blocker continue button by awaiting tab navigation promises ( #17436 )
2025-11-18 09:37:31 +01:00
aj-bw
413a024e61
removal of freebsd build, upload, release and other references ( #17354 )
2025-11-17 16:33:12 -05:00
Jordan Aasen
670f3514ba
[PM-23384] - Browser extension spotlight directing to Premium signup in web ( #17343 )
...
* premium upgrade nudge
* add specs
* clean up vault template and specs
* fix date comparison. add more specs for date
* fix spec
* fix specs
* make prop private
2025-11-17 12:36:37 -08:00
Github Actions
b296750bcb
Bumped client version(s)
2025-11-17 19:07:49 +00:00
Maximilian Power
16e4eb1dd0
updates strings ( #17422 )
...
* updated strings
2025-11-17 17:50:39 +01:00
neuronull
a2abbd09bf
Desktop Native compile debug builds with debug log level ( #17357 )
...
* Desktop Native compile debug builds with debug log level
* typo in code comment
2025-11-17 09:14:50 -07:00
Matt Gibson
c67715ea29
[PM-28038][PM-28276] Ignore url case for origin matching ( #17355 )
...
* ignore url case for origin matching
* Fixup typo
* Inject log services
2025-11-17 07:37:36 -08:00
Alex Dragovich
a4d773537e
[PM-27465] Fixing cancel button on Send and Vault export ( #17138 )
2025-11-14 16:07:10 -08:00
Jason Ng
8a3f1ee1a4
[PM-26687] send skeleton ( #17333 )
...
* adding skeleton to send
2025-11-14 16:16:08 -05:00
Daniel Riera
fdb2f8b553
[PM-4903] - If you back out of autofill flow from locked vault screen, credentials autofilled on normal unlock ( #17283 )
...
* PM-4903- added a check for auth status and popout tabs, if no popup tab and auth is locked, abandon autofill
* add test
* clear all notifications if unlock popout closed
* add more tests and use tabid for performance optimization
2025-11-14 12:44:32 -05:00
Addison Beck
3b97093338
fix(desktop): persist zoom state across vault locks ( #17217 )
...
* fix(desktop): persist zoom state across vault locks
Replace role-based zoom menu items with custom click handlers to fix
zoom persistence issue where keyboard shortcuts (Ctrl+/-/0, Cmd+/-/0)
weren't saving zoom changes after vault lock.
Changes:
- Add custom click handlers for zoomIn/zoomOut/resetZoom menu items
- Add WindowMain.saveZoomFactor() method for immediate persistence
- Pass WindowMain dependency to ViewMenu constructor
- Update zoom-changed event comment to clarify coverage
- Maintain existing mouse wheel zoom persistence via zoom-changed event
Fixes: PM-791
Fixes: https://github.com/bitwarden/clients/issues/4675
* chore: update to macos-15 runners
* review: downgrade macos build runner to 14
* review: align step with min zoom level
* cleanup from merge
2025-11-14 11:54:08 -05:00
Brandon Treston
099a4a0f03
[PM-28216] Add org ability check for one time dialog ( #17372 )
...
* add org ability check for one time dialog
* exclude providers (cautionary step) and add tests
2025-11-14 08:43:10 -08:00
bw-ghapp[bot]
9733ef0a3e
Autosync the updated translations ( #17378 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
Co-authored-by: Daniel James Smith <2670567+djsmith85@users.noreply.github.com >
2025-11-14 12:33:26 +00:00
bw-ghapp[bot]
1ce33a0a98
Autosync the updated translations ( #17377 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
2025-11-14 12:44:13 +01:00
bw-ghapp[bot]
4fd65965e8
Autosync the updated translations ( #17379 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
2025-11-14 12:39:05 +01:00
Andreas Coroiu
ed2d8b9549
[PM-18046] Implement session storage ( #17346 )
...
* feat: add support for IPC client managed session storage
* feat: update SDK
* fix: using undecorated service in jslib module directly
* feat: add test case for web
* chore: document why we use any type
* fix: `ipc` too short
* typo: omg
* Revert "typo: omg"
This reverts commit 559b05eb5a .
* Revert "fix: `ipc` too short"
This reverts commit 35fc99e10b .
* fix: use camelCase
2025-11-14 08:51:38 +01:00
Mark Youssef
a55d0f02f2
[CL-672] update mobile design of dialog ( #14828 )
...
---------
Co-authored-by: Vicki League <vleague@bitwarden.com >
2025-11-13 21:59:03 -05:00
Oscar Hinton
d95d86d05e
[CL-738] Migrate disclosure component ( #17206 )
2025-11-13 17:02:38 -05:00
Github Actions
7ba3924a4f
Bumped Desktop client to 2025.11.1
2025-11-13 21:48:27 +00:00
Daniel James Smith
9586057a32
[PM-26162] [Chromium importer] Add fallback name in case empty when loading browser profiles ( #16664 )
...
* Added a fallback to use a browser profile folder-name in case the name of the profile is empty
2025-11-13 13:14:45 -07:00
Thomas Avery
35f35c4361
[PM-26498] Add proofOfDecryption method to MasterPasswordUnlockService ( #17322 )
...
* Add proofOfDecryption method to MasterPasswordUnlockService
2025-11-13 14:06:56 -06:00
Alex Morask
0af77ced45
[PM-28173] Only send 1 seat in Families tax calculation ( #17368 )
...
* Fix family seat count in calculation
* Fix test
2025-11-13 13:23:33 -06:00
Jordan Aasen
18c1d8b2d3
[PM-27661] - Multiple URIs - Add a Collapse Button after clicking View All for Saved Websites ( #17352 )
...
* use signals. add toggleable list view.
* use @for. remove redundant if statement
* fix template variable name
* clean up test setup
* Update apps/browser/src/vault/popup/components/vault-v2/autofill-confirmation-dialog/autofill-confirmation-dialog.component.spec.ts
Co-authored-by: Nik Gilmore <ngilmore@bitwarden.com >
---------
Co-authored-by: Nik Gilmore <ngilmore@bitwarden.com >
2025-11-13 10:34:38 -08:00
Leslie Tilton
37c1a5ee17
[PM-27933] Skip assign tasks view if no critical applications are selected ( #17351 )
...
* Fix reviews not saving in new applications review. Skip assign page if no at risk passwords are to be assigned. Fix bug in password change widget
* Claude comment improvements
2025-11-13 12:18:52 -06:00
renovate[bot]
9c2da604b1
[deps] Platform: Update Rust crate typenum to v1.19.0 ( #16845 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel García <dani-garcia@users.noreply.github.com >
2025-11-13 18:37:18 +01:00