Michal Checinski
b35a10f559
Add autofill extension to signIgnore list in electron-builder config
2025-02-18 16:20:35 +01:00
Nathan Ansel
ba9ad35ef3
Adds profile argument to electron builder
2025-02-13 14:25:18 -06:00
Nathan Ansel
64f8cea185
Adds resign step to workflow
2025-02-13 12:23:30 -06:00
Nathan Ansel
0c4930440c
Undoes after sign changes
2025-02-13 09:34:49 -06:00
Nathan Ansel
908081323e
Merge branch 'main' into nathan/fix-autofill-signing
...
# Conflicts:
# .github/workflows/build-desktop.yml
2025-02-13 09:27:16 -06:00
Nathan Ansel
d568d64958
Removes mac dev cert from keychain
2025-02-12 16:01:15 -06:00
Nathan Ansel
a21365f782
Passes in identity and provisioning profile in after sign call
2025-02-12 15:09:56 -06:00
Nathan Ansel
2a199f4f89
Updates the inherited entitlements
2025-02-12 10:33:40 -06:00
SmithThe4th
a2945203f4
[PM-12047] Remove usage of ActiveUserState from cipher.service ( #12814 )
...
* Cipher service web changes
* Updated browser client to pass user id to cipher service observable changes
* Cli changes
* desktop changes
* Fixed test
* Libs changes
* Fixed merge conflicts
* Fixed merge conflicts
* removed duplicate reference fixed conflict
* Fixed test
* Fixed test
* Fixed test
* Fixed desturcturing issue on failed to decrypt ciphers cipher service
* Updated abstraction to use method syntax
* Fixed conflicts
* Fixed test on add edit v2
Passed active userId to delete function
* Used getUserId utility function
* made vault changes
* made suggestion changes
* made suggestion changes
* made suggestion changes
* Replace getUserId function calls with pipe operator syntax for better consistency
* fixed merge conflicts
* revert mistake made of usinf account activity during merge conflict fix
* fixed conflicts
* fixed tests
2025-02-12 08:53:31 -05:00
Todd Martin
e45ef6b924
(chore) Update desktop version to 2025.2.1 ( #13370 )
2025-02-12 00:07:17 -05:00
Github Actions
6aeab0765d
Bumped client version(s)
2025-02-12 02:45:11 +00:00
Nathan Ansel
aff115a12e
Removes spaces from the config file
2025-02-11 16:33:33 -06:00
Nathan Ansel
b9ab48e466
Adds a mas build with the autofill extension
2025-02-11 14:26:03 -06:00
Shane Melton
182f9baa0f
Revert "[PM-5718] Fix free organization generating TOTP ( #11918 )" ( #13357 )
...
This reverts commit 459fb1bcf4 .
Co-authored-by: SmithThe4th <gsmithwalter@gmail.com >
2025-02-11 11:12:56 -08:00
Alec Rippberger
1685f67e90
refactor: [PM-17530] remove obsolete registration component
...
Remove outdated registration components and associated routes to cleanup the codebase and eliminate legacy functionality.
2025-02-11 16:05:21 +00:00
Patrick H. Lauke
55c1dd9dbb
[Desktop] Remove incorrect aria-hidden from account switcher options ( #12693 )
...
Co-authored-by: Patrick-Pimentel-Bitwarden <ppimentel@bitwarden.com >
2025-02-10 16:50:34 -05:00
Bernd Schoolmann
543cf0fb3f
[PM-14006] Prevent screenshot setting V2 ( #12570 )
...
* Add screenshot protection to windows and mac
* Update messaging of screencapture prevention feature
* Rename settings key
* Default allow screenshots
* Update screenshot setting description
* Fix typo
* Add confirm visible prompt
2025-02-10 20:02:13 +01:00
Maciej Zieniuk
7e2e604439
[PM-14445] TS strict for Key Management Biometrics ( #13039 )
...
* PM-14445: TS strict for Key Management Biometrics
* formatting
* callbacks not null expectations
* state nullability expectations updates
* unit tests fix
* secure channel naming, explicit null check on messageId
* revert null for getUser, getGlobal in state.provider.ts
* revert null for getUser, getGlobal in state.provider.ts
2025-02-10 13:31:19 +01:00
Addison Beck
40e8c88d77
chore: correct desktop version ( #13334 )
2025-02-10 11:51:38 +00:00
Github Actions
93f601fa0d
Bumped client version(s)
2025-02-10 11:28:22 +00:00
bw-ghapp[bot]
25107e4b52
Autosync the updated translations ( #13333 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
2025-02-10 10:30:59 +00:00
bw-ghapp[bot]
ecfbbdeb65
Autosync the updated translations ( #13244 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
2025-02-10 11:18:47 +01:00
Nathan Ansel
a1dfede4fc
Alters how the provisioning profile is provided to xcodebuild
2025-02-06 21:48:42 -06:00
Nathan Ansel
ff2a23d502
Updates the provisioning profile used for the autofill extension
2025-02-06 16:16:18 -06:00
Github Actions
1c2333ca5a
Bumped Desktop client to 2025.2.0
2025-02-06 21:04:47 +00:00
Daniel James Smith
fc62d80b70
Rename @bitwarden/importer/ui to @bitwarden/importer-ui ( #13268 )
...
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com >
2025-02-06 12:59:52 -05:00
Nathan Ansel
d96970eccf
Enables the autofill production config
2025-02-06 09:37:23 -06:00
Nathan Ansel
767fb81076
Merge branch 'main' into nathan/fix-autofill-signing
...
# Conflicts:
# apps/desktop/resources/entitlements.mas.plist
2025-02-05 16:59:32 -06:00
Vince Grassia
8162be09b2
Update signature of signing certificate ( #13275 )
2025-02-05 20:38:51 +00:00
Bernd Schoolmann
2f8a7a95bd
[PM-15994] Move encrypt service to km ownership ( #13220 )
...
* Move encrypt service to km ownership
* Update imports for encrypt service abstraction and move bulk encrypt service abstraction
* Fix imports
* Fix further imports
* Fix imports
* Fix worker import
2025-02-05 17:39:11 +01:00
Daniel James Smith
f6eb08c3b7
Rename @bitwarden/importer/core to @bitwarden/importer-core ( #13182 )
...
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com >
2025-02-05 08:31:12 -06:00
Vicki League
4db2a5dfc6
[CL-530] Exclude CL inputs from global desktop css ( #13254 )
2025-02-05 09:21:16 -05:00
Daniel James Smith
ee70c67fce
Remove v1 generator UI from desktop ( #12909 )
...
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com >
2025-02-05 12:57:06 +01:00
Nathan Ansel
c4fc97f21c
Adds profile to extension building
2025-02-04 16:28:21 -06:00
Jason Ng
327aed9763
[PM-11162] Assign To Collections Permission Update ( #11367 )
...
Only users with Manage/Edit permissions will be allowed to Assign To Collections. If the user has Can Edit Except Password the collections dropdown will be disabled.
---------
Co-authored-by: Matt Bishop <mbishop@bitwarden.com >
Co-authored-by: kejaeger <138028972+kejaeger@users.noreply.github.com >
2025-02-04 15:44:59 -05:00
Bernd Schoolmann
aeb4e21f69
Add usb entitlement for masdev fido2 ( #13219 )
2025-02-04 16:04:25 +01:00
Nathan Ansel
e2331427a0
Updates the signing identity
2025-02-03 14:27:54 -06:00
Nathan Ansel
09d3e914fb
Applies patch to enable the autofill extension
2025-02-03 11:48:44 -06:00
Colton Hurst
8b62dad247
[PM-17619] Add Intial Windows WebAuthn Plugin Authenticator Bindings Crate ( #13112 )
...
* PM-17619: Add intial Windows WebAuthn Plugin Authenticator bindings crate
* PM-17619: Move crate to desktop_native
* PM-17619: Update codeowners file
* PM-17619: Fix failing Mac build
* PM-17619: Switch to OUT_DIR
* PM-17619: cargo fmt
* PM-17619: Update bindings output dir
* PM-17619: Use std::env::var for OUT_DIR
* PM-17619: Prevent clippy failures on the generated Rust code
* PM-17619: Test moving the clippy:all
* PM-17619: Small updates
* PM-17619: Remove todo
* PM-17619: Ignore rustc warnings on the generated code
* PM-17619: Address PR comments
2025-02-03 09:53:53 -05:00
Alec Rippberger
8e70d5b923
feat(auth): [PM-3953] generalize copy for login with device flows
...
Updates UI text and translations for the login with device feature to be more consistent and clear across desktop, browser and web clients. Changes include:
- Updated titles and content for login via auth request components
- Revised translations for device approval modal
- Updated notification titles and alert messages
- Simplified device management URL handling
- Added missing translations across platforms
Resolves PM-3953
2025-01-31 11:54:41 -06:00
Bernd Schoolmann
91509f2f7a
[PM-16978] Add support for fido2 2fa on mac ( #12823 )
...
* Add support for fido2 2fa on mac
* Update comment
* Update 2fa setup message
2025-01-31 18:02:03 +01:00
renovate[bot]
6311c52e46
[deps] Platform: Update Rust crate sysinfo to v0.33.1 ( #12550 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-31 13:45:48 +01:00
bw-ghapp[bot]
75314e23ee
Autosync the updated translations ( #13170 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
2025-01-31 10:58:28 +01:00
renovate[bot]
b423460006
[deps] Platform: Pin dependencies ( #12292 )
...
* [deps] Platform: Pin dependencies
* fix: version conflicts by making them workspace deps
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Andreas Coroiu <andreas.coroiu@gmail.com >
2025-01-31 09:56:17 +01:00
renovate[bot]
f775e665cb
[deps] Platform: Update Rust crate tokio-util to v0.7.13 ( #12299 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-30 14:00:31 +01:00
renovate[bot]
ea41b1a0c6
[deps] Platform: Update Rust crate tokio to v1.43.0 ( #12307 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-30 12:31:30 +01:00
renovate[bot]
fef6b39c17
[deps]: Lock file maintenance ( #12978 )
...
* [deps]: Lock file maintenance
* fix: pin react version to work around storybook version issue
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Andreas Coroiu <andreas.coroiu@gmail.com >
2025-01-30 11:52:46 +01:00
Oscar Hinton
f8bdd66fbb
[PM-17629] Split up KM lib to km and km-ui ( #13093 )
2025-01-30 11:20:17 +01:00
Jordan Aasen
4b45029d23
[PM-17688] - generator dialog - add missing button label i18n keys. fix logic for disabling button ( #13140 )
...
* add missing button label i18n keys. fix logic for displaying button label
* Update comment
Co-authored-by: ✨ Audrey ✨ <ajensen@bitwarden.com >
---------
Co-authored-by: ✨ Audrey ✨ <ajensen@bitwarden.com >
2025-01-29 14:06:03 -08:00
Daniel James Smith
ef38a96faf
[PM-16485] Remove legacy generator from change password component ( #13132 )
...
* Remove deprecated and unused PasswordGenerationService
* Remove unused state-service
---------
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com >
2025-01-29 14:40:48 -05:00