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
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
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
Vicki League
d63a1affc1
[CL-717] Skip failing test affected by Angular 20 upgrade ( #17761 )
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
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
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
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
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
Derek Nance
5eb2212168
Disable process isolation for deb,rpm,AppImage ( #17509 )
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
Github Actions
5cc4738716
Bumped Desktop client to 2025.11.3
2026-02-17 09:24:26 -08:00
Nick Krantz
780bd058d0
[PM-26513] Desktop Archive Upgrade ( #16964 )
...
* always shows desktop archive filter regardless of the users premium status
* include spec files in tsconfig
* add upgrade path for desktop
* combine duplicate class instances
* remove optional chaining
* update tests to avoid null assertions
* add test files to the spec tsconfig
* implement signal for premium badge component
* remove badge template reference
2026-02-17 09:24:25 -08:00
Dave
cca7fe6a40
feat(user-decryption-options) [PM-26413]: Remove ActiveUserState from UserDecryptionOptionsService ( #16894 )
...
* feat(user-decryption-options) [PM-26413]: Update UserDecryptionOptionsService and tests to use UserId-only APIs.
* feat(user-decryption-options) [PM-26413]: Update InternalUserDecryptionOptionsService call sites to use UserId-only API.
* feat(user-decryption-options) [PM-26413] Update userDecryptionOptions$ call sites to use the UserId-only API.
* feat(user-decryption-options) [PM-26413]: Update additional call sites.
* feat(user-decryption-options) [PM-26413]: Update dependencies and an additional call site.
* feat(user-verification-service) [PM-26413]: Replace where allowed by unrestricted imports invocation of UserVerificationService.hasMasterPassword (deprecated) with UserDecryptionOptions.hasMasterPasswordById$. Additional work to complete as tech debt tracked in PM-27009.
* feat(user-decryption-options) [PM-26413]: Update for non-null strict adherence.
* feat(user-decryption-options) [PM-26413]: Update type safety and defensive returns.
* chore(user-decryption-options) [PM-26413]: Comment cleanup.
* feat(user-decryption-options) [PM-26413]: Update tests.
* feat(user-decryption-options) [PM-26413]: Standardize null-checking on active account id for new API consumption.
* feat(vault-timeout-settings-service) [PM-26413]: Add test cases to illustrate null active account from AccountService.
* fix(fido2-user-verification-service-spec) [PM-26413]: Update test harness to use FakeAccountService.
* fix(downstream-components) [PM-26413]: Prefer use of the getUserId operator in all authenticated contexts for user id provided to UserDecryptionOptionsService.
---------
Co-authored-by: bnagawiecki <107435978+bnagawiecki@users.noreply.github.com >
2026-02-17 09:24:23 -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
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
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
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
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
Bernd Schoolmann
7a8c9827a2
Fix desktop not launching ( #17485 )
2026-02-17 09:24:13 -08:00
neuronull
cb46365a05
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
2026-02-17 09:24:10 -08:00
Github Actions
ed71d60b8e
Bumped Desktop client to 2025.11.2
2026-02-17 09:24:07 -08:00
bw-ghapp[bot]
ec4d29f692
Autosync the updated translations ( #17460 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
2026-02-17 09:24:06 -08:00
renovate[bot]
1bfec5595e
[deps] Platform: Update @types/node to v22.19.1 ( #17448 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-17 09:24:03 -08:00
aj-bw
a279b0d4bf
removal of freebsd build, upload, release and other references ( #17354 )
2026-02-17 09:24:02 -08:00
neuronull
cc30a9b912
Desktop Native compile debug builds with debug log level ( #17357 )
...
* Desktop Native compile debug builds with debug log level
* typo in code comment
2026-02-17 09:23:59 -08:00
Addison Beck
f63e01fb92
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
2026-02-17 09:23:57 -08:00
bw-ghapp[bot]
73d63aa824
Autosync the updated translations ( #17377 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
2026-02-17 09:23:55 -08:00
Mark Youssef
b7c8469256
[CL-672] update mobile design of dialog ( #14828 )
...
---------
Co-authored-by: Vicki League <vleague@bitwarden.com >
2026-02-17 09:23:54 -08:00
Github Actions
93698e0b69
Bumped Desktop client to 2025.11.1
2026-02-17 09:23:53 -08:00
Daniel James Smith
b05f125d1c
[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
2026-02-17 09:23:52 -08:00
renovate[bot]
91046a04b0
[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 >
2026-02-17 09:23:50 -08:00
Maciej Zieniuk
418d03ce78
moving ownership of Auth vault timeout input component to KM ( #17180 )
...
(cherry picked from commit 5e595dabf71cdb312ae9e1e3bcc3121b3aebf19f)
2026-02-17 09:23:48 -08:00
Bernd Schoolmann
3e689540d0
[PM-27847] Enable biometric IPC on mac dmg ( #16247 )
...
* Enable biometric IPC on mac dmg
* Remove i18n string
2026-02-17 09:23:47 -08:00
Maciej Zieniuk
6cf791c753
[PM-26056] Consolidated session timeout component ( #16988 )
...
* consolidated session timeout settings component
* rename preferences to appearance
* race condition bug on computed signal
* outdated header for browser
* unnecessary padding
* remove required on action, fix build
* rename localization key
* missing user id
* required
* cleanup task
* eslint fix signals rollback
* takeUntilDestroyed, null checks
* move browser specific logic outside shared component
* explicit input type
* input name
* takeUntilDestroyed, no toast
* unit tests
* cleanup
* cleanup, correct link to deprecation jira
* tech debt todo with jira
* missing web localization key when policy is on
* relative import
* extracting timeout options to component service
* duplicate localization key
* fix failing test
* subsequent timeout action selecting opening without dialog on first dialog cancellation
* default locale can be null
* unit tests failing
* rename, simplifications
* one if else feature flag
* timeout input component rendering before async pipe completion
2026-02-17 09:23:44 -08:00
Vicki League
874fa41ee0
[PM-26984] Use medium instead of semibold or bold, and for headings ( #17184 )
2026-02-17 09:23:43 -08:00
bw-ghapp[bot]
c47e7c3acb
Autosync the updated translations ( #17270 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
2025-11-10 10:47:17 -06:00
renovate[bot]
e7995256cd
[deps] Platform: Update @types/node to v22.19.0 ( #17297 )
...
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-10 10:29:58 -05:00
Oscar Hinton
ed53ef19d9
[PM-27897] Fix release before use in chromium importer ( #17276 )
...
We ran into some weird issues where the memory was corrupted on certain architectures. It turns out we free'd memory before using it.
This ensures we make a copy of the data before freeing it, and extracts a common function for both crates to use.
2025-11-10 14:15:15 +01:00
neuronull
146f612fbd
Fix Desktop app tokio thread panic autofill service on unsupported platforms ( #17218 )
2025-11-07 09:27:17 -07:00