Michael L.
28ac2d2f86
Add support for Helium browser integration on mac ( #17293 )
...
Co-authored-by: Addison Beck <github@addisonbeck.com >
2026-02-17 09:24:44 -08:00
Jonathan Prusik
2d664d613c
[PM-28289] Address false-positives of new login save prompts ( #17783 )
...
* add values to TotpFieldNames constant
* add totp field check to username field qualification
* handle checking empty string cases
* update tests
* require stored username for new cipher notification prompt
* drop ambiguous token keyword from authoritative TOTP field names constant
* adjust shouldAttemptNotification logic for add and change cases
2026-02-17 09:24:43 -08:00
Jeffrey Holland
f36c5b6378
Fix stale data issue in new login popout ( #17307 )
...
* Fix stale data issue in new login popout
* Update the comments
* Address critical claude code bot suggestions
* Clean out all stale data from pop up
* Fix cached cipher issue
* Fix caching issue between tab and overlay flow
* Address claude comments
2026-02-17 09:24:43 -08:00
Bryan Cunningham
56a634da68
Revert using tooltip in appA11yTitle directive ( #17787 )
...
* revert using tooltip in title directive
* add back tooltip delay from revert
* add back label to carousel buttons
* fix documentation that does not need reverted
* remove unnecessary label attr
2026-02-17 09:24:43 -08:00
Isaac Ivins
d0be6e7f15
[PM-27794] create send component desktop migration ( #17786 )
...
* wip
* updated tests to work, and linter
2026-02-17 09:24:42 -08:00
Leslie Xiong
1dc54a2e90
[PM-27793] Create new v3 vault component ( #17684 )
...
Created Vault component for desktop vault-v3
- copied content from vault-v2.component.ts/html
- removed vault filters from html
2026-02-17 09:24:42 -08:00
Todd Martin
b97b407add
chore: [PM-28640] revert script injection change
...
* chore: revert script injection change
* Removed async
* Adjust tests.
* Revert fido2.background.ts changes.
---------
Co-authored-by: Andreas Coroiu <andreas.coroiu@gmail.com >
2026-02-17 09:24:41 -08:00
cyprain-okeke
1a59a3b682
[PM-28258]Fix [Defect] New Organization creation without payment method succeeds without organization creation ( #17719 )
...
* Resolve the payment validation issue
* remove the null error
2026-02-17 09:24:41 -08:00
Todd Martin
523cb78af1
Revert "Bumped client version(s)". ( #17765 )
...
This reverts commit 406dbc8066 .
2026-02-17 09:24:41 -08:00
Jonathan Prusik
7423172b7a
[PM-27798] Prevent inline menu from opening on the page outside of the viewport ( #17664 )
...
* cleanup
* prevent inline menu from opening on the page outside of the viewport
* update inline menu viewport check to include checks on all sides of the viewport
* use VisualViewport when available
* update tests
2026-02-17 09:24:40 -08:00
renovate[bot]
4bdc41ba8c
[deps] Autofill: Update tldts to v7.0.19 ( #17676 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-17 09:24:40 -08:00
Stephon Brown
adc7f5bc5b
[PM-27600] Replace Hard-Coded Storage amount ( #17393 )
...
* feat(billing): add provided as a required property to premium response
* fix(billing): replace hard coded storage variables with retrieved plan
* tests(billing): add tests to pricing-summary service
* feat(billing): add optional property.
* fix(billing): update storage logic
* fix(billing): remove optional check
* fix(billing): remove optionality
* fix(billing): remove optionality
* fix(billing): refactored storage calculation logic
* feat(billing): add provided amounts to subscription-pricing-service
* fix(billing): update cloud premium component
* fix(billing): update desktop premium component
* fix(billing): update org plans component
* fix(billing) update stories and tests
* fix(billing): update messages
* fix(billing): replace storage sizes
* fix(billing): update messages
* fix(billing): update components
* fix(billing): update components for pricing and storage retrieval
* fix(billing): revert self-hosted change
2026-02-17 09:24:40 -08:00
Bernd Schoolmann
22d8380be5
[PM-12628] Fix cli showing locked status when using session and check ( #17515 )
...
* Fix cli showing locked status when using session and check
* Cleanup
2026-02-17 09:24:39 -08:00
Alex Morask
cc1ada036e
Clear premium interest on upgrade dialog open ( #17518 )
2026-02-17 09:24:39 -08:00
Github Actions
2b6f83b709
Bumped client version(s)
2026-02-17 09:24:39 -08:00
Vicki League
39a2781afe
[CL-717] Fix autofill storybook config ( #17757 )
2026-02-17 09:24:38 -08:00
Jordan Aasen
f741152efd
[PM-28514] - fix item copy actions for totp. add specs ( #17709 )
...
* fix item copy actions for totp. add specs
* add test to satisfy claude
2026-02-17 09:24:38 -08:00
Vicki League
d63a1affc1
[CL-717] Skip failing test affected by Angular 20 upgrade ( #17761 )
2026-02-17 09:24:37 -08:00
Leslie Tilton
d850776acd
Remove additional flag from organization layout html component ( #17755 )
2026-02-17 09:24:37 -08:00
Vicki League
05069422d4
[CL-717][PM-27966] Update to Angular 20 and Storybook 9 ( #17638 )
2026-02-17 09:24:37 -08:00
renovate[bot]
78cae35cba
[deps]: Update Rust crate mockall to v0.14.0 ( #17747 )
...
* [deps]: Update Rust crate mockall to v0.14.0
* fix test cases global expectations
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: neuronull <9162534+neuronull@users.noreply.github.com >
2026-02-17 09:24:36 -08:00
Isaac Ivins
05eea84952
[PM-27792] Scaffold layout desktop migration ( #17658 )
...
Introduces foundational scaffolding for the Bitwarden Desktop application UI migration
2026-02-17 09:24:36 -08:00
Bryan Cunningham
1d3e5fb623
[CL-910] Use tooltip in title directive ( #17084 )
...
* use tooltip in a11y directive
* remove commented code
* add deprecation warning to appA11yTitle directive
* use label for tooltip in carousel nav
* wait for timeout before assertion
* remove unnecessary title directive use
* fix private variable lint errors
* increase tooltip show delay
* fix spec delay and export as constant
* use delay constant
---------
Co-authored-by: Vicki League <vleague@bitwarden.com >
2026-02-17 09:24:35 -08:00
neuronull
32e8c1b8d9
Bump Rust version to 1.87.0 ( #17641 )
...
* Bump Rust version to 1.87.0
* clippy
* clippy
* clippy
2026-02-17 09:24:35 -08:00
Brandon Treston
84c7cfd3e5
[PM-24011] Add handler for new policy sync push notification ( #17465 )
...
* add handler for new policy sync push notification
* fix story book build failure
* move logic into policy service, fix tests
* add account service
* add missing service to clie
2026-02-17 09:24:35 -08:00
Brandon Treston
bd2479d2c2
[PM-28350] Refactor policies component ( #17636 )
...
* refactor policies component
* add tests
* cleanup
* clean up
* change trackBy to
* change detetction
2026-02-17 09:24:34 -08:00
bw-ghapp[bot]
d854af31e5
Autosync the updated translations ( #17750 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
2026-02-17 09:24:34 -08:00
bw-ghapp[bot]
1deedb02d8
Autosync the updated translations ( #17748 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
2026-02-17 09:24:34 -08:00
bw-ghapp[bot]
14de51a936
Autosync the updated translations ( #17749 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
2026-02-17 09:24:34 -08:00
Github Actions
f915c5b098
Bumped client version(s)
2026-02-17 09:24:34 -08:00
Bernd Schoolmann
bd7c6f3c7a
[PM-26570] Remove biometrics v1 ( #17629 )
...
* Remove biometrics v1
* Cargo fmt
* Fix windows build
* Apply prettier
* Remove proxy code
* Fix build
* Fix
* Fix tests
* Remove v2 flag
2026-02-17 09:24:33 -08:00
Andreas Coroiu
f20f6243f3
[PM-28640] Fix passkeys not working on MV2 ( #17701 )
...
* fix: inject script contents directly
* fix: tests
* fix: tests
* fix: injection tests
2026-02-17 09:24:33 -08:00
renovate[bot]
f6cbc52110
[deps] Platform: Update node-forge to v1.3.2 [SECURITY] ( #17690 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-17 09:24:32 -08:00
bw-ghapp[bot]
39454e592f
Autosync the updated translations ( #17711 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
2026-02-17 09:24:32 -08:00
bw-ghapp[bot]
2f967e798f
Autosync the updated translations ( #17712 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
2026-02-17 09:24:31 -08:00
bw-ghapp[bot]
eb87f89b8d
Autosync the updated translations ( #17710 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
2026-02-17 09:24:31 -08:00
renovate[bot]
fdb375f897
[deps] Tools: Update Rust crate clap to v4.5.53 ( #17702 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-17 09:24:30 -08:00
Github Actions
77dbb14002
Bumped client version(s)
2026-02-17 09:24:30 -08:00
Bernd Schoolmann
066ab2e0c8
[PM-28446] Log package types ( #17496 )
...
* User agent
* Update to use header
* Fix build on cli
* Replace unsandboxed with unknown
* Apply feedback
* Prevent sending null values
2026-02-17 09:24:29 -08:00
John Harrington
1931e9ab4d
PM-22143 Refactor TS enums to be const objects (Send specific enums) ( #16399 )
2026-02-17 09:24:29 -08:00
SmithThe4th
7293b463fa
Switched to used cipher list view for vault filters, and added perfomance logs for cipher list views ( #17688 )
2026-02-17 09:24:29 -08:00
Jordan Aasen
3378c4a62d
[PM-23384] - adjust copy for monthly price in Premium Upgrade dialog ( #17668 )
...
* adjust copy for month/annual price
* use i18n pipe
* remove annually key
* change per month to month
2026-02-17 09:24:29 -08:00
Derek Nance
5eb2212168
Disable process isolation for deb,rpm,AppImage ( #17509 )
2026-02-17 09:24:28 -08:00
Vicki League
99ced43275
[CL-806] Focus main content after SPA navigation occurs ( #17112 )
2026-02-17 09:24:28 -08:00
brandonbiete
aa143d00cd
[BRE-739] Create tar.gz amd64 release artifact for desktop client ( #17523 )
...
* [BRE-739] Add x64 tar.gz build artifact for desktop client
* [BRE-739] Update the path where the artifact is unpacked
2026-02-17 09:24:27 -08:00
Nick Krantz
9a1fb7afb6
use default-trailing slot for attachments on the at-risk passwords page ( #17203 )
2026-02-17 09:24:26 -08:00
Github Actions
5cc4738716
Bumped Desktop client to 2025.11.3
2026-02-17 09:24:26 -08:00
Nick Krantz
1f68368d36
update translation key to use noun form of archive ( #17500 )
2026-02-17 09:24:26 -08:00
Jordan Aasen
231ec865d0
[PM-28817] - update copy for vault premium spotlight ( #17667 )
...
* update copy for vault premium spotlight
* remove unecessary observable
* fix logic
2026-02-17 09:24:25 -08:00
Thomas Rittson
3f8c4b58ee
[PM-25913] Fix owners unable to rename provider-managed organization ( #17482 )
...
Update to match new API: send null properties
for organization properties that are unchanged
2026-02-17 09:24:25 -08:00