Will Martin
|
ff9da9b83c
|
Merge branch 'main' into ps/extension-refresh
|
2024-11-12 17:46:52 -05:00 |
|
renovate[bot]
|
d40dedf2b3
|
[deps] Platform: Update @types/node to v22 (#11951)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-11-12 15:00:07 -05:00 |
|
Chandra Mauli Sharma
|
ea2f95e226
|
fix: Add new item should set item type (bitwarden#10994) (#11049)
Co-authored-by: cd-bitwarden <106776772+cd-bitwarden@users.noreply.github.com>
|
2024-11-12 14:37:44 -05:00 |
|
Danielle Flinn
|
7d62ff44f8
|
Merge branch 'main' into ps/extension-refresh
|
2024-11-12 09:26:53 -08:00 |
|
renovate[bot]
|
cab1156d63
|
[deps] Platform: Update Rust crate thiserror to v1.0.69 (#11944)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-11-12 15:17:00 +01:00 |
|
Matt Bishop
|
a99878f71d
|
Merge branch 'main' into ps/extension-refresh
|
2024-11-11 17:33:12 -05:00 |
|
renovate[bot]
|
47c7a657b7
|
[deps]: Update uuid to v11.0.3 (#11948)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-11-11 16:37:31 -05:00 |
|
Will Martin
|
5e5613ea3e
|
Merge branch 'main' into ps/extension-refresh
|
2024-11-11 10:52:28 -05:00 |
|
renovate[bot]
|
19e786f820
|
[deps] Platform: Update Rust crate tokio-util to v0.7.12 (#11946)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-11-11 14:14:06 +01:00 |
|
Daniel García
|
597296cdb8
|
Fix electron-log test (#11955)
|
2024-11-11 12:51:13 +01:00 |
|
renovate[bot]
|
25f00513c0
|
[deps] Platform: Update Rust crate libc to v0.2.162 (#11731)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-11-11 12:39:34 +01:00 |
|
Bernd Schoolmann
|
081fe83d83
|
PM-10393 SSH keys (#10825)
* [PM-10395] Add new item type ssh key (#10360)
* Implement ssh-key cipher type
* Fix linting
* Fix edit and view components for ssh-keys on desktop
* Fix tests
* Remove ssh key type references
* Remove add ssh key option
* Fix typo
* Add tests
* [PM-10399] Add ssh key import export for bitwarden json (#10529)
* Add ssh key import export for bitwarden json
* Remove key type from ssh key export
* [PM-10406] Add privatekey publickey and fingerprint to both add-edit and view co… (#11046)
* Add privatekey publickey and fingerprint to both add-edit and view components
* Remove wrong a11y title
* Fix testid
* [PM-10098] SSH Agent & SSH Key creation for Bitwarden Desktop (#10293)
* Add ssh agent, generator & import
* Move ssh agent code to bitwarden-russh crate
* Remove generator component
* Cleanup
* Cleanup
* Remove left over sshGenerator reference
* Cleanup
* Add documentation to sshkeyimportstatus
* Fix outdated variable name
* Update apps/desktop/src/platform/preload.ts
Co-authored-by: Andreas Coroiu <acoroiu@bitwarden.com>
* Rename renderersshagent
* Rename MainSshAgentService
* Improve clarity of 'id' variables being used
* Improve clarity of 'id' variables being used
* Update apps/desktop/src/vault/app/vault/add-edit.component.html
Co-authored-by: Andreas Coroiu <acoroiu@bitwarden.com>
* Fix outdated cipher/messageid names
* Rename SSH to Ssh
* Make agent syncing more reactive
* Move constants to top of class
* Make sshkey cipher filtering clearer
* Add stricter equality check on ssh key unlock
* Fix build and messages
* Fix incorrect featureflag name
* Replace anonymous async function with switchmap pipe
* Fix build
* Update apps/desktop/desktop_native/napi/src/lib.rs
Co-authored-by: Andreas Coroiu <acoroiu@bitwarden.com>
* Revert incorrectly renamed 'Ssh' usages to SSH
* Run cargo fmt
* Clean up ssh agent sock path logic
* Cleanup and split to platform specific files
* Small cleanup
* Pull out generator and importer into core
* Rename renderersshagentservice to sshagentservice
* Rename cipheruuid to cipher_id
* Drop ssh dependencies from napi crate
* Clean up windows build
* Small cleanup
* Small cleanup
* Cleanup
* Add rxjs pipeline for agent services
* [PM-12555] Pkcs8 sshkey import & general ssh key import tests (#11048)
* Add pkcs8 import and tests
* Add key type unsupported error
* Remove unsupported formats
* Remove code for unsupported formats
* Fix encrypted pkcs8 import
* Add ed25519 pkcs8 unencrypted test file
* SSH agent rxjs tweaks (#11148)
* feat: rewrite sshagent.signrequest as purely observable
* feat: fail the request when unlock times out
* chore: clean up, add some clarifying comments
* chore: remove unused dependency
* fix: result `undefined` crashing in NAPI -> Rust
* Allow concurrent SSH requests in rust
* Remove unwraps
* Cleanup and add init service init call
* Fix windows
* Fix timeout behavior on locked vault
---------
Co-authored-by: Andreas Coroiu <acoroiu@bitwarden.com>
* Fix libc dependency being duplicated
* fix SSH casing (#11840)
* Move ssh agent behind feature flag (#11841)
* Move ssh agent behind feature flag
* Add separate flag for ssh agent
* [PM-14215] fix unsupported key type error message (#11788)
* Fix error message for import of unsupported ssh keys
* Use triple equals in add-edit component for ssh keys
---------
Co-authored-by: Andreas Coroiu <acoroiu@bitwarden.com>
Co-authored-by: aj-bw <81774843+aj-bw@users.noreply.github.com>
|
2024-11-08 11:01:31 +01:00 |
|
renovate[bot]
|
2c914def29
|
[deps] Platform: Update macOS/iOS bindings (#11793)
* [deps] Platform: Update macOS/iOS bindings
* fix: update security-framework to support core-foundation 0.10.0
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Andreas Coroiu <andreas.coroiu@gmail.com>
|
2024-11-08 10:02:31 +01:00 |
|
github-actions[bot]
|
d40c1bad73
|
Autosync the updated translations (#11915)
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
|
2024-11-08 00:30:18 +00:00 |
|
Merissa Weinstein
|
eca25cc3b1
|
Merge branch 'main' into ps/extension-refresh
|
2024-11-06 14:32:37 -06:00 |
|
Daniel García
|
a9595b4d14
|
[PM-13361] Fix DDG DMG builds (#11878)
|
2024-11-06 17:46:57 +01:00 |
|
Victoria League
|
ba3da7b942
|
Merge branch 'main' into ps/extension-refresh
|
2024-11-06 10:52:07 -05:00 |
|
renovate[bot]
|
52c7d21e5f
|
[deps] Platform: Update Rust crate anyhow to v1.0.93 (#11059)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-11-06 02:59:35 -05:00 |
|
renovate[bot]
|
350a85674d
|
[deps] Platform: Update Rust crate napi to v2.16.13 (#11533)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-11-05 14:20:41 -05:00 |
|
Jared Snider
|
b5450227da
|
PM-14424 - LoginComponents should listen for unauthUiRefresh flag changes and forcibly change the UI on browser & desktop to make for a seamless experience without having to refresh. (#11830)
|
2024-11-05 14:02:51 -05:00 |
|
renovate[bot]
|
12cf870e34
|
[deps] Platform: Update Rust crate zbus to v4.4.0 (#10581)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-11-05 13:13:52 -05:00 |
|
renovate[bot]
|
8ccece38e3
|
[deps] Platform: Update Rust crate thiserror to v1.0.68 (#10562)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-11-05 12:48:47 -05:00 |
|
Merissa Weinstein
|
799fafe01e
|
Merge branch 'main' into ps/extension-refresh
|
2024-11-05 11:13:29 -06:00 |
|
renovate[bot]
|
b800193d80
|
[deps]: Lock file maintenance (#11542)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-11-05 15:58:33 +01:00 |
|
Bernd Schoolmann
|
48bd438824
|
Add context logs for native messaging (#11690)
* Add logging to decryption routines
* Fix case of uknown encryption type
* Add decryption context to log where failures occur
* Update log message
* Fix linting
* Add more context logs
* Add context logs for native messaging
* Update apps/desktop/native-messaging-test-runner/src/native-message.service.ts
Co-authored-by: Maciej Zieniuk <167752252+mzieniukbw@users.noreply.github.com>
* Update apps/desktop/src/services/native-message-handler.service.ts
Co-authored-by: Maciej Zieniuk <167752252+mzieniukbw@users.noreply.github.com>
* Rename channel key to desktop ipc channel key
---------
Co-authored-by: Maciej Zieniuk <167752252+mzieniukbw@users.noreply.github.com>
|
2024-11-05 15:38:23 +01:00 |
|
Vicki League
|
e94e1d96e2
|
Merge branch 'main' into ps/extension-refresh
|
2024-11-04 14:18:26 -05:00 |
|
bw-ghapp[bot]
|
2d0460eb15
|
Bumped client version(s) (#11850)
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
|
2024-11-04 15:43:54 +00:00 |
|
Victoria League
|
4b6918673e
|
Merge branch 'main' into ps/extension-refresh
|
2024-11-04 09:29:31 -05:00 |
|
Daniel García
|
2e6ed4a4fc
|
[PM-14270] Use rust to access windows registry (#11413)
|
2024-11-04 14:50:05 +01:00 |
|
renovate[bot]
|
f6755da15b
|
[deps] Platform: Update Rust crate tokio to v1.41.0 (#10848)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-11-04 14:10:54 +01:00 |
|
renovate[bot]
|
80d36f4135
|
[deps] Platform: Update argon2 to v0.41.1 (#11065)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-11-04 14:09:51 +01:00 |
|
github-actions[bot]
|
c13cc56be3
|
Autosync the updated translations (#11837)
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
|
2024-11-04 09:34:37 +00:00 |
|
Daniel García
|
5eae599b81
|
[BEEEP][PM-14388] Better dev experience on desktop-browser IPC (#11822)
|
2024-11-01 14:13:02 +01:00 |
|
Daniel García
|
f771bd7dc8
|
[PM-13361] Fix DDG backwards compat (#11804)
|
2024-10-31 18:03:24 +01:00 |
|
github-actions[bot]
|
af401af778
|
Autosync the updated translations (#11806)
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
|
2024-10-31 16:49:13 +00:00 |
|
Victoria League
|
b9f4bc0f48
|
Merge branch 'main' into ps/extension-refresh
|
2024-10-31 09:37:34 -04:00 |
|
Oscar Hinton
|
5e157c5bca
|
[PM-14180] Provide more debugging details in wasm-debug (#11771)
Improve error logging to include some additional information about the error.
|
2024-10-31 10:07:55 +01:00 |
|
Victoria League
|
38d43e4cd1
|
Merge branch 'main' into ps/extension-refresh
|
2024-10-30 09:25:48 -04:00 |
|
renovate[bot]
|
e1863e6c5c
|
[deps] Platform: Update Rust crate futures to v0.3.31 (#11531)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-10-30 10:41:24 +01:00 |
|
Bernd Schoolmann
|
d50e8bbf4c
|
Add linux .desktop file (#11774)
|
2024-10-29 19:46:09 +01:00 |
|
Victoria League
|
22a624cc91
|
Merge branch 'main' into ps/extension-refresh
|
2024-10-29 10:16:16 -04:00 |
|
bw-ghapp[bot]
|
c8862174d5
|
Bumped client version(s) (#11767)
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
|
2024-10-29 13:40:55 +00:00 |
|
Alec Rippberger
|
9da80a6cba
|
[PM-8115] Desktop, Extension UI Refresh: Self-hosted Setup Dialog (#11597)
* Reimplement RegistrationSelfHostedEnvConfigDialogComponent
* Update EnvironmentSelectorComponent text based on feature flag.
* Initialize RegistrationSelfHostedEnvConfigDialog with existing values if self hosted
* Cleanup debug
* Add comment
* Remove changes to home and login components
* Remove changes to desktop login component
* Remove changes to browser home component
* Simplify accessing string.
* Add environment selector service.
* Cleanup unused imports in environment-selector
* Launch new env selector dialog from desktop
* Fix lint errors
* Address PR feedback: move dialog component, remove EnvironmentSelectorService, remove unused translation string
* Remove changes to AnonLayout
* PM-8115 - Export Re-usable component from Libs/auth for clean import elsewhere in clients.
* Remove unused accessingString variable
* Add success toast
---------
Co-authored-by: Jared Snider <jsnider@bitwarden.com>
|
2024-10-28 16:12:57 -05:00 |
|
Victoria League
|
4f1becfa2e
|
Merge branch 'main' into ps/extension-refresh
|
2024-10-28 16:00:40 -04:00 |
|
✨ Audrey ✨
|
9a83509183
|
add boundary help text to credential settings (#11757)
|
2024-10-28 15:55:16 -04:00 |
|
renovate[bot]
|
2a47b9b06a
|
[deps] Platform: Update Rust crate tokio-util to v0.7.12 (#11534)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-10-28 13:55:24 -04:00 |
|
renovate[bot]
|
db6c6a84cc
|
[deps] Platform: Update @types/node to v20.17.1 (#11733)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-10-28 11:13:54 -04:00 |
|
renovate[bot]
|
f4dfd042bb
|
[deps]: Update uuid to v11 (#11737)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-10-28 11:12:43 -04:00 |
|
Victoria League
|
e1b279596b
|
Merge branch 'main' into ps/extension-refresh
|
2024-10-28 09:11:43 -04:00 |
|
github-actions[bot]
|
d9d75c5329
|
Autosync the updated translations (#11744)
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
|
2024-10-28 09:25:27 +00:00 |
|