John Harrington
f900acf0c5
re-run cargo fmt after fixing clippy lints
2025-11-21 13:37:01 -07:00
John Harrington
9fbf45e7a5
fix more clippy lints not caught locally
2025-11-21 13:29:58 -07:00
John Harrington
abf8991a90
remove unused dep
2025-11-21 12:57:15 -07:00
John Harrington
f14a6f4501
fix another clippy warning
2025-11-21 09:16:16 -07:00
John Harrington
46d24d33d9
cargo clippy
2025-11-21 08:56:20 -07:00
John Harrington
be9452530d
pass args directly in objc/build.rs
2025-11-21 08:40:37 -07:00
John Harrington
60eb309fba
avoid unwrap
2025-11-21 08:32:37 -07:00
John Harrington
61ace267f0
cargo fmt
2025-11-21 08:19:50 -07:00
John Harrington
f55e6992da
add dep to desktop_native cargo.toml
2025-11-21 08:14:51 -07:00
John Harrington
5fc55c86a0
Merge branch 'PM-26250-Explore-options-to-enable-direct-importer-for-mac-app-store-build' of github.com:bitwarden/clients into PM-26250-Explore-options-to-enable-direct-importer-for-mac-app-store-build
...
merge conflict resolution
2025-11-21 08:13:34 -07:00
John Harrington
4be25d9290
remove additional debug output and revert popup-modal-style to match main
2025-11-21 08:12:34 -07:00
John Harrington
245171e999
Merge branch 'main' into PM-26250-Explore-options-to-enable-direct-importer-for-mac-app-store-build
2025-11-21 08:10:27 -07:00
John Harrington
83c01ba9bf
added docs and removed debug output
2025-11-21 07:56:10 -07:00
renovate[bot]
e9f67f4fd6
[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 >
2025-11-21 13:57:31 +01:00
renovate[bot]
87e49c174c
[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 >
2025-11-21 13:56:54 +01:00
renovate[bot]
f6eb0f642e
[deps]: Update Rust crate clap to v4.5.51 ( #17572 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-21 11:52:51 +01:00
renovate[bot]
678e5193ca
[deps]: Update Rust crate async-trait to v0.1.89 ( #17570 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-21 11:32:36 +01:00
bw-ghapp[bot]
5ff6e50e1d
Autosync the updated translations ( #17530 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
2025-11-21 09:40:12 +01:00
John Harrington
18064efc4f
add/improve comments and logging
2025-11-20 09:51:49 -07:00
John Harrington
61b26241ad
move sandbox code into macos.rs
2025-11-20 09:09:11 -07:00
Bernd Schoolmann
5f27452ac2
Fix desktop not launching ( #17485 )
2025-11-20 02:41:59 +01:00
John Harrington
aa42630410
chromium importer working in sandbox
2025-11-19 15:22:23 -07: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
John Harrington
f40233fce4
initial sandbox implementation for mac app store builds
2025-11-18 16:20:12 -07:00
Github Actions
02ef4e72de
Bumped Desktop client to 2025.11.2
2025-11-18 17:54:35 +00: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
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
aj-bw
413a024e61
removal of freebsd build, upload, release and other references ( #17354 )
2025-11-17 16:33:12 -05: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
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
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
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
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
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
Maciej Zieniuk
3da3aa5e8c
moving ownership of Auth vault timeout input component to KM ( #17180 )
...
(cherry picked from commit 5e595dabf71cdb312ae9e1e3bcc3121b3aebf19f)
2025-11-12 22:15:01 +01:00
Bernd Schoolmann
f2e485ec8e
[PM-27847] Enable biometric IPC on mac dmg ( #16247 )
...
* Enable biometric IPC on mac dmg
* Remove i18n string
2025-11-12 15:00:46 +00:00
Maciej Zieniuk
021d3e53aa
[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
2025-11-11 08:15:36 -06:00
Vicki League
c22cba76ec
[PM-26984] Use medium instead of semibold or bold, and for headings ( #17184 )
2025-11-10 17:11:35 -05: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
aj-bw
f992b80161
[bre-1149] linux desktop arm builds - continuation of community PR#16096 ( #17254 )
...
* adding arm64 snap, flatpak and tar variant to releases now for future flatpak consumption
* adding arm64 snap, flatpak and tar build process
---------
Co-authored-by: fredrmb <69513590+fredrmb@users.noreply.github.com >
2025-11-07 10:31:53 -05:00
Daniel James Smith
3c2f44095a
[PM-27656] Show error message when detecting Chromium v3 encryption, which isn't supported yet ( #17156 )
...
* Replace any-returns with types
* Show an error message when a failure from the native call is returned
---------
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com >
Co-authored-by: Oscar Hinton <Hinton@users.noreply.github.com >
2025-11-06 20:53:13 +01:00
Oscar Hinton
29e4085986
[PM-27646] Prevent enabling logging and disabling signature ( #17253 )
...
This ensures we won't accidentally ship prod binaries that either have logging enabled or disable signature validation.
2025-11-06 17:06:59 +01:00
Oscar Hinton
78d1eb9bed
Replace dbg_log with tracing::debug ( #17251 )
...
We already configure tracing to only be enabled in debug so there is no need to wrap it with a macro
2025-11-06 15:48:19 +01:00
Dmitry Yakimenko
5c2215401c
[PM-27786] Chrome application bound encryption v3 support ( #17205 )
...
* Update cargo.lock on windows
* Move ABE key decoding to helper.exe
* Safe slice operations (no panics)
* Refactor CNG code a bit
* Refactor CNG code a bit more
* Update README to match the new flow
* DRY up v1 and v2 decryption
* Remove all the crates and windows features that are not needed
* helper.exe split into a bunch of files
* Refator mod windows
* Minor cleanup
---------
Co-authored-by: Oscar Hinton <Hinton@users.noreply.github.com >
2025-11-06 10:20:23 +01:00
brandonbiete
edae5e69c7
[BRE-1281] Strip bullets from changelog in fastlane ( #17237 )
...
* [BRE-1281] Add formatting for changelog to strip bullet points in fastlane
* [BRE-1281] Change UI message in fastlane for original and formatted changelog
2025-11-05 19:54:58 +00:00
Bernd Schoolmann
3125f679d3
[PM-25206] Inject service instead of passing as param ( #16801 )
...
* Inject service instead of passing as param
* [PM-25206] Move locking logic to LockService (#16802 )
* Move locking logic to lock service
* Fix tests
* Fix CLI
* Fix test
* FIx safari build
* Update call to lock service
* Remove locked callback
* Clean up lock service logic
* Add tests
* Fix cli build
* Add extension lock service
* Fix cli build
* Fix build
* Undo ac changes
* Undo ac changes
* Run prettier
* Fix build
* Remove duplicate call
* [PM-25206] Remove VaultTimeoutService lock logic (#16804 )
* Move consumers off of vaulttimeoutsettingsservice lock
* Fix build
* Fix build
* Fix build
* Fix firefox build
* Fix test
* Fix ts strict errors
* Fix ts strict error
* Undo AC changes
* Cleanup
* Fix
* Fix missing service
2025-11-05 17:11:34 +01:00