1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-24 04:04:24 +00:00
Commit Graph

99 Commits

Author SHA1 Message Date
Bitwarden DevOps
63e3f3218b Bumped client version(s) (#10912) 2024-09-05 18:05:23 +00:00
Daniel García
55874b72bf [PM-7846] Implement a rust based native messaging proxy and IPC system (#9894)
* [PM-7846] Implement a rust based native messaging proxy and IPC system

* Only build desktop_proxy

* Bundle the desktop_proxy file

* Make sys deps optional for the proxy

* Restore accidentally deleted after-sign

* Update native cache to contain dist folder

* Add some test logging

* Native module cache seems very aggressive

* Fix invalid directory

* Fix debug print

* Remove cache force

* Remove cache debug code

* Only log to file in debug builds

* Place the binary in the correct place for mac and make sure it's signed

* Fix platform paths

* Test unsigned appx

* Revert "Test unsigned appx"

This reverts commit e47535440a.

* Fix comment

* Remove logs

* Use debug builds in native code, and test private path on MacOS

* Add connected message

* Update IPC API comments

* Update linux to also use XDG_ dir

* Update main.rs comment

* Improve docs and split some tasks spawned into separate functions

* Update send docs and return number of elements sent

* Mark `listen` as async to ensure it runs in a tokio context, handle errors better

* Add log on client channel closed

* Move binary to MacOS folder, and sign it manually so it gets the correct entitlements

* Fix some review comments

* Run prettier

* Added missing zbus_polkit dep

* Extract magic number and increase it to match spec

* Comment fix

* Use Napi object, combine nativeBinding export, always log to file

* Missed one comment

* Remove unnecessary generics

* Correct comment

* Select only codesigning identities

* Filter certificates

* Also add local dev cert

* Remove log

* Fix package ID

* debug_assert won't run the pop() in release mode

* Better error messages

* Fix review comments

* Remove unnecessary comment

* Update napi generated TS file

* Temporary fix for DDG
2024-09-05 12:54:24 +02:00
Bitwarden DevOps
3b0f27f2e9 Bumped client version(s) (#10750) 2024-08-27 16:42:45 +00:00
Bitwarden DevOps
2165452947 Bumped client version(s) (#10733) 2024-08-26 19:28:13 +00:00
Bitwarden DevOps
edf9dac553 Bumped client version(s) (#10690) 2024-08-23 02:20:28 +00:00
Vince Grassia
2acd201752 BRE-243 - Fix credentials used for Desktop upload to App Store (#10503) 2024-08-13 17:14:15 +01:00
Bitwarden DevOps
7387a1115a Bumped client version(s) (#10482) 2024-08-12 15:25:22 +00:00
Bitwarden DevOps
d215bff574 Bumped client version(s) (#10283) 2024-07-26 00:56:09 +00:00
Alex Urbina
c938c21cf2 BRE-183 Manual version downgrade desktop version (#10279) 2024-07-25 18:14:14 -06:00
Bitwarden DevOps
c72fae5c9a Bumped client version(s) (#10123) 2024-07-15 17:09:09 +00:00
Bitwarden DevOps
9294a4c47e Bumped client version(s) (#9914) 2024-07-02 17:22:57 +00:00
Bitwarden DevOps
150c4b6f2d Bumped client version(s) (#9895) 2024-07-01 17:25:00 +00:00
Daniel García
33c985e00b [PM-8789] Move desktop_native into subcrate (#9682)
* Move desktop_native into subcrate

* Add publish = false to crates
2024-07-01 15:19:29 +02:00
Bitwarden DevOps
44fb8cda1b Bumped client version(s) (#9826) 2024-06-25 16:00:31 +00:00
Bitwarden DevOps
4a25db4ec0 Bumped client version(s) (#9725) 2024-06-18 23:30:19 +00:00
Bitwarden DevOps
9696b640fd Bumped client version(s) (#9719) 2024-06-18 18:50:28 +00:00
Bitwarden DevOps
e521d702ba Bumped client version(s) (#9668) 2024-06-14 19:41:36 +00:00
Bitwarden DevOps
966737c2e2 Bumped client version(s) (#9661) 2024-06-14 17:58:33 +00:00
Bitwarden DevOps
88dc574982 Bumped client version(s) (#9596) 2024-06-12 12:54:20 +00:00
Bitwarden DevOps
99639b537f Bumped client version(s) (#9486) 2024-06-03 18:10:48 +00:00
Bitwarden DevOps
fb577a448e Bumped client version(s) (#9464) 2024-05-31 17:36:04 +00:00
Bitwarden DevOps
af6a63c10b Bumped browser,cli,desktop,web version to (#9064) 2024-05-06 22:37:46 +00:00
Bitwarden DevOps
714ca66f33 Bumped browser,cli,desktop,web version to (#8875) 2024-04-23 11:32:09 +00:00
Bitwarden DevOps
504fe826ea Bumped desktop version to (#8793) 2024-04-17 21:50:57 +00:00
Robyn MacCallum
5a371c11fc Revert "Bumped desktop version to (#8751)" (#8752)
This reverts commit d0bcc75721.
2024-04-15 12:42:16 -04:00
Bitwarden DevOps
d0bcc75721 Bumped desktop version to (#8751) 2024-04-15 16:14:45 +00:00
Bitwarden DevOps
4607ae73c0 Bumped browser,desktop version to (#8684) 2024-04-10 21:45:31 +00:00
Bitwarden DevOps
83fef10c4c Bumped desktop version to (#8683) 2024-04-10 21:31:20 +00:00
Bitwarden DevOps
bc9a888116 Bumped browser,cli,desktop,web version to 2024.3.1 (#8467) 2024-03-25 14:18:17 +00:00
Bitwarden DevOps
9e8f20a873 Bumped desktop version to 2024.3.1 (#8304) 2024-03-12 13:04:49 +00:00
Bitwarden DevOps
747e6cebe2 Bumped browser,cli,desktop,web version to 2024.3.0 (#8294) 2024-03-11 20:29:44 +00:00
Bitwarden DevOps
f3a2127f9a Bumped desktop version to 2024.2.2 (#8241) 2024-03-07 14:13:20 +00:00
Vince Grassia
dd63a48176 Change versions to proper values (#8141) 2024-02-28 11:46:28 -07:00
Bitwarden DevOps
b37ba71712 Bumped browser,cli,desktop,web version to 2024.2.2 (#7909) 2024-02-12 14:53:55 +00:00
Bitwarden DevOps
893197de43 Bumped desktop version to 2024.2.1 (#7846) 2024-02-07 21:26:00 +00:00
Bitwarden DevOps
c1e2b1c6b1 Bumped browser,cli,desktop,web version to 2024.2.0 (#7721) 2024-01-29 16:03:31 +00:00
Bitwarden DevOps
c4f19bdc6e Bumped desktop version to 2024.1.2 (#7668) 2024-01-24 18:24:08 +00:00
Bitwarden DevOps
92d2cbad23 Bumped desktop version to 2024.1.1 (#7509) 2024-01-10 17:27:24 +00:00
Todd Martin
d361f02703 Revert "Bumped desktop version to 2024.1.1 (#7476)" (#7477)
This reverts commit 624f3891fe.
2024-01-08 10:47:37 -05:00
Bitwarden DevOps
624f3891fe Bumped desktop version to 2024.1.1 (#7476) 2024-01-08 15:28:10 +00:00
Bitwarden DevOps
4784ab12e5 Bumped browser,cli,desktop,web version to 2024.1.0 (#7428) 2024-01-02 22:07:38 +00:00
Bitwarden DevOps
062a3ce2d2 Bumped desktop version to 2023.12.2 (#7314) 2023-12-21 16:14:59 +00:00
github-actions[bot]
6ddf87bc72 Bumped desktop version to 2023.12.1 (#7123)
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
2023-12-06 13:35:32 -05:00
github-actions[bot]
0aca876b75 Bumped browser,cli,desktop version to 2023.12.0 (#7116)
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
2023-12-06 10:42:04 -05:00
github-actions[bot]
a7a3783501 Bumped desktop version to 2023.10.2 (#6833)
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
2023-11-08 11:17:35 -05:00
github-actions[bot]
101745c0e2 Bumped desktop version to 2023.10.1 (#6754)
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
2023-11-01 14:06:44 -04:00
github-actions[bot]
7ff4a157f9 Bumped browser,cli,desktop,web version to 2023.10.0 (#6674)
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
2023-10-23 13:12:03 -07:00
github-actions[bot]
2850a6723a Bumped desktop version to 2023.9.4 (#6614)
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
2023-10-17 16:44:07 -04:00
Oscar Hinton
7cfa38e344 [PM-3996] Scaffolding for preload script (#6065)
This PR wires up a polyfill for window.ipc which allows us to progressively migrate the codebase to a format which supports context bridge. This avoids a big bang effort where every non sandboxed call has to be migrated before we can run the code.

Once all calls to node modules are removed from the renderer and only exists in preload.ts. We will turn on context isolation and use the context bridge for communication instead.
2023-10-12 11:50:17 +02:00
github-actions[bot]
77d7813742 Bumped desktop version to 2023.9.3 (#6559)
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
2023-10-11 15:45:44 -07:00