1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-12 06:23:38 +00:00
Commit Graph

16 Commits

Author SHA1 Message Date
Vince Grassia
abb7f08c87 Update to unblock CI builds 2024-07-29 10:19:49 -04:00
Andreas Coroiu
2859cc1517 lint: fix remaining lint issues in script 2024-07-08 13:56:08 +02:00
Andreas Coroiu
58bb09dc5b chore: add lint rules to script 2024-07-08 13:47:57 +02:00
Andreas Coroiu
68669d167f chore: replace gulpfile with regular node script 2024-07-08 13:41:26 +02:00
Andreas Coroiu
02acb72335 feat: add missing safari extension logging 2024-07-03 16:43:41 +02:00
Andreas Coroiu
c21fc22d2d feat: automatically cleanup xcode build to avoid duplicate extensions 2024-07-03 16:23:44 +02:00
Andreas Coroiu
86b6d8f836 chore: add some logging to after-sign 2024-07-03 15:04:52 +02:00
Andreas Coroiu
6d01fbe71d feat: use after-sign to avoid issues
Electron builder modifies the .plist in the extension which causes issues with the signing process. Copying and re-signing manually avoids this because it bypasses the electron builder for the extension
2024-07-03 15:04:51 +02:00
renovate[bot]
28de9439be [deps] Autofill: Update prettier to v3 (#7014)
* [deps] Autofill: Update prettier to v3

* prettier formatting updates

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jonathan Prusik <jprusik@classynemesis.com>
2023-11-29 16:15:20 -05: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
Michał Chęciński
70f115c8f5 [DEVOPS-1438] Migrate our mac os desktop notary tool (#5741)
* Change altool to notarytool for desktop app notarizing

* Comment for testing

* Add team id

* Try to notarize with old method

* TEst vaslues

* Change after-sign notarization option

* CHange notarization in package

* Fix

* fix

* Maybe fix

* Use altool to upload

* Re enable if after testing
2023-08-17 10:33:07 +02:00
Oscar Hinton
3a4a79d057 [PM-1691] Upgrade electron builder (#5038)
* Upgrade electron builder

* Fix after-sign

* Allow singleArch

* Add CSC_FOR_PULL_REQUEST
2023-04-10 20:19:28 +02:00
Oscar Hinton
4debb6647c [SM-327] Electron hard reset (#3988) 2022-11-10 15:06:08 +01:00
Michał Chęciński
4dd149e912 Fix download URL on choco update script (#3029) 2022-07-06 10:50:59 +02:00
Oscar Hinton
560fbee16e Update repo urls for desktop, remove download-legacy-safari (#2664) 2022-05-09 17:49:59 +02:00
Hinton
28bc4113b9 Move desktop into apps/desktop 2022-05-05 17:20:34 +02:00