Todd Martin
aa309e4e56
Revert "Bumped client version(s)". ( #17765 )
...
This reverts commit 406dbc8066 .
2025-12-02 12:02:39 -05:00
Jonathan Prusik
f17890a26b
[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
2025-12-02 11:31:35 -05:00
Alex Morask
ebd5793568
[PM-24558] Remove FF: pm-21821-provider-portal-takeover ( #17521 )
...
* Remove FF: pm-21821-provider-portal-takeover
* Fix failing tests
2025-12-02 10:16:44 -06:00
gitclonebrian
bf461879e3
added perms to both token generation steps ( #17398 )
2025-12-02 11:06:26 -05:00
renovate[bot]
bbb5acba50
[deps] Autofill: Update tldts to v7.0.19 ( #17676 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-02 08:03:46 -08:00
Stephon Brown
a9bf66e689
[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
2025-12-02 10:49:55 -05:00
Bernd Schoolmann
049acf1e12
Update sdk to build 403 and move webcrypto rsa to use sdk rsa extract public key ( #17771 )
2025-12-02 14:39:32 +01:00
Bernd Schoolmann
2e8faa9994
[PM-12628] Fix cli showing locked status when using session and check ( #17515 )
...
* Fix cli showing locked status when using session and check
* Cleanup
2025-12-02 14:39:18 +01:00
Alex Morask
2510844293
Clear premium interest on upgrade dialog open ( #17518 )
2025-12-02 07:19:41 -06:00
renovate[bot]
4a4ce8312c
[deps]: Update Swatinem/rust-cache action to v2.8.2 ( #17716 )
...
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-12-02 10:29:11 +00:00
Github Actions
406dbc8066
Bumped client version(s)
2025-12-01 22:21:58 +00:00
Vicki League
37b233aad9
[CL-717] Fix autofill storybook config ( #17757 )
2025-12-01 17:20:40 -05:00
Vicki League
d4c62495b3
[CL-717] Bump to higher patch version for security fix ( #17759 )
2025-12-01 17:17:00 -05:00
Jordan Aasen
99186e3651
[PM-28514] - fix item copy actions for totp. add specs ( #17709 )
...
* fix item copy actions for totp. add specs
* add test to satisfy claude
2025-12-01 13:52:59 -08:00
Nik Gilmore
e694ab490c
[PM-23562] Prevent closing dialog and window when uploading an attachment ( #17287 )
...
* Prevent users from cancelling an in-flight upload, and attempt to block them from closing the window.
* Add comment for deprecated event.returnValue
2025-12-01 12:50:13 -08:00
Vicki League
aac7ca172b
[CL-717] Skip failing test affected by Angular 20 upgrade ( #17761 )
2025-12-01 20:38:09 +00:00
Leslie Tilton
399a5147a9
Remove additional flag from organization layout html component ( #17755 )
2025-12-01 13:52:03 -06:00
Vicki League
10424e227b
[CL-717][PM-27966] Update to Angular 20 and Storybook 9 ( #17638 )
2025-12-01 14:15:58 -05:00
renovate[bot]
79d518fcf7
[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 >
2025-12-01 11:47:32 -07:00
Vijay Oommen
ee03c8a36a
[PM-28616] Add UsePhishingBlocker in the client against organization ( #17681 )
...
* PM-28616 Add UsePhishingBlocker in the client against organization
* PM-28616 fixed failing unit test
2025-12-01 13:30:51 -05:00
Isaac Ivins
d05356dbeb
[PM-27792] Scaffold layout desktop migration ( #17658 )
...
Introduces foundational scaffolding for the Bitwarden Desktop application UI migration
2025-12-01 10:04:07 -08:00
renovate[bot]
be00be8fd8
[deps] Autofill: Update lit to v3.3.1 ( #17541 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-01 12:59:40 -05:00
Bryan Cunningham
963a9156fb
[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 >
2025-12-01 11:59:20 -05:00
SmithThe4th
4a2858132d
[PM-28950] Add enum normalizers to protect against corrupted user data in SDK mapping ( #17723 )
...
* Added normalizers to protect against corrpupted user data when mapping between client and SDK
* Added comments
* simplified secure note normalization
2025-12-01 11:11:25 -05:00
neuronull
30b89d1fc2
Bump Rust version to 1.87.0 ( #17641 )
...
* Bump Rust version to 1.87.0
* clippy
* clippy
* clippy
2025-12-01 08:42:12 -07:00
Brandon Treston
b9d5724312
[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
2025-12-01 10:21:48 -05:00
Brandon Treston
e1d14ca7bd
[PM-28350] Refactor policies component ( #17636 )
...
* refactor policies component
* add tests
* cleanup
* clean up
* change trackBy to
* change detetction
2025-12-01 10:20:28 -05:00
bw-ghapp[bot]
d0690ebc52
Autosync the updated translations ( #17750 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
2025-12-01 12:07:45 +00:00
bw-ghapp[bot]
9936330971
Autosync the updated translations ( #17748 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
2025-12-01 12:07:13 +00:00
bw-ghapp[bot]
39a2d80b10
Autosync the updated translations ( #17749 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
2025-12-01 12:06:45 +00:00
Github Actions
fc63c0c2cf
Bumped client version(s)
2025-12-01 11:46:54 +00:00
Bernd Schoolmann
b7287d4614
[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
2025-12-01 10:16:36 +01:00
renovate[bot]
b248341d0e
[deps] Autofill: Update wait-on to v9.0.3 ( #17542 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-01 10:09:24 +01:00
Andreas Coroiu
2fd4a92cc5
[PM-28640] Fix passkeys not working on MV2 ( #17701 )
...
* fix: inject script contents directly
* fix: tests
* fix: tests
* fix: injection tests
2025-12-01 08:48:16 +01:00
Vince Grassia
39a22113df
BRE-1355 - Fix lite naming and remove PAT ( #17743 )
2025-11-30 22:25:38 -05:00
Bernd Schoolmann
95def44097
Catch error initializing provider keys ( #17672 )
2025-11-29 20:23:32 +01:00
renovate[bot]
a8d6ad4db6
[deps] Platform: Update node-forge to v1.3.2 [SECURITY] ( #17690 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-28 08:50:24 +01:00
bw-ghapp[bot]
3c660ea7d2
Autosync the updated translations ( #17711 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
2025-11-28 06:43:35 +01:00
bw-ghapp[bot]
15dcec72ad
Autosync the updated translations ( #17712 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
2025-11-28 06:32:38 +01:00
bw-ghapp[bot]
9264c13145
Autosync the updated translations ( #17710 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
2025-11-28 06:24:03 +01:00
renovate[bot]
d7dcdf2f03
[deps] Tools: Update Rust crate clap to v4.5.53 ( #17702 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-27 09:50:15 -06:00
renovate[bot]
22b4916934
[deps] Platform: Update nx monorepo to v21.6.9 ( #17703 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-27 14:28:50 +00:00
Github Actions
09a6600b34
Bumped client version(s)
2025-11-27 14:03:16 +00:00
Daniel James Smith
4f36f7f360
Add Nx Console to vscode recommended extension list ( #17683 )
...
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com >
2025-11-27 07:47:01 +01:00
Bernd Schoolmann
eb4fd42153
[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
2025-11-27 00:22:59 +01:00
John Harrington
6f5491f7dc
PM-22143 Refactor TS enums to be const objects (Send specific enums) ( #16399 )
2025-11-26 15:08:59 -07:00
SmithThe4th
8522b6b87a
Switched to used cipher list view for vault filters, and added perfomance logs for cipher list views ( #17688 )
2025-11-26 21:27:48 +00:00
Jordan Aasen
598bb0b0d7
[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
2025-11-26 20:34:58 +00:00
Derek Nance
d8e4ee206e
Disable process isolation for deb,rpm,AppImage ( #17509 )
2025-11-26 12:42:15 -06:00
renovate[bot]
ae0eff5d6c
[deps] Platform: Update sass to v1.94.2 ( #17677 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-26 11:36:21 -06:00