Jiri Zbytovsky
33faaad0bb
chore(suite-desktop): fix macOS ad-hoc signing for local build
2026-01-08 18:30:51 +01:00
Martin Vere Cihlar
887e06b58d
refactor(e2e-suite): move from suite-desctop-core to suite
2025-11-30 09:48:39 -04:00
Jiri Zbytovsky
cd4ca4bf41
chore(suite-desktop): simplify electron-builder hooks setup
2025-11-13 12:44:41 +01:00
Jiri Zbytovsky
6d88d624bb
chore: change bash script to nodejs to fix native windows build
2025-08-13 11:31:15 +02:00
Jiri Zbytovsky
91c6dda6de
chore(suite-desktop-core): bump @electron/fuses, fix module resolution
2025-08-13 11:31:15 +02:00
Vojtěch Tranta
f31a136a61
chore(suite): remove useless code for windows hello
2025-07-31 15:48:41 +02:00
Martin Vere Cihlar
f756e959ea
revert(eslint): Revert scrip rule change done by mistake
2025-06-23 16:50:57 +09:00
Martin Vere Cihlar
d0fdaa9c00
feat(playwright): Enabled eslint for Playwright
2025-06-23 16:50:57 +09:00
Vojtěch Tranta
c00ef1febd
feat(suite): persist the enabled / dislabed state of the bio auth + MIGRATE THE DATABASE 58
2025-06-13 18:06:17 +02:00
Jiri Zbytovsky
ca8160df65
chore(suite-desktop): rewrite builder hooks to ESM, bump @electron/notarize
2025-05-02 12:02:05 +02:00
Jiri Zbytovsky
83808a485f
fix(suite-desktop-core): fix async error in Windows signing
2025-03-06 15:01:14 +01:00
Jiri Zbytovsky
b6ebe22be3
fix(suite-desktop-core): remove obsolete option from notarize call
2025-02-19 07:52:29 +01:00
Jiri Zbytovsky
f45634c301
chore(suite-desktop-core): actually use TS for electron-builder scripts
2025-02-18 12:06:35 +01:00
Jiri Zbytovsky
f5fb82dc6f
feat(suite-desktop): turn on ASAR integrity check via afterPack hook
2025-02-18 09:10:41 +01:00
Peter Sanderson
6b8e9ab6d2
chore: Upgrade ESLint and all plugis & revalidate the config and ALL of the rules
2024-11-13 10:36:38 +01:00
vdovhanych
34228aa9ca
chore(suite): setup ev certificate signing for windows app
2024-06-10 12:33:07 +02:00
Daniel Suchý
acf9a7f19c
chore(repo): config cleanups and improvements (TS, Nx...) ( #11096 )
...
* chore(repo): config cleanups and improvements (TS, Nx...)
* fix connect e2e
* chore: add eslin cache file to nx cache
* chore: add stylelint cache file to nx
* chore: add ts-node config for to base.tsconfig.json
2024-02-09 13:11:35 +01:00
Marek Polak
aa680c01ac
chore(suite-desktop): remove old build code
2023-11-17 13:30:20 +01:00
Marek Polak
c9372e722c
chore(suite-desktop): remove mock framework
2023-11-17 13:30:20 +01:00
Matej Kriz
856e260883
chore(suite-desktop): update electron to 27.0.4
2023-11-15 14:31:12 +01:00
Marek Polak
82e72b4a9e
chore(suite-desktop-core): connect chunking
2023-11-02 08:46:56 +01:00
tomasklim
0694696e88
chore: update electron to v26
2023-09-19 16:22:20 +02:00
Matej Kriz
6a4843b497
fix(suite-desktop): enable to pass apple team Id to notarization
...
- Required for new notarytool
2023-08-01 18:16:38 +02:00
AdamSchinzel
52ac30b103
chore(suite): migrate notarization from altool to notarytool
2023-08-01 15:23:00 +02:00
Matej Kriz
8ecc9164bd
chore(suite-desktop): bundle modules together
...
- We don't really need dynamic loading of modules, we have just 2 extra modules in dev build, but nothing extra in production.
2023-07-27 17:36:53 +02:00
Nodonisko
ff82bd10b8
chore(suite-desktop): bundle dependencies
...
- No need to worry about including unwanted dependencies in Electron's node_modules as the bundler will only include the code that is actually used.
- Eliminate the need of maintaining extensive files blacklist.
- Reduce app size.
- Potential to eliminate most of the build:libs that were added solely for use in the Electron layer.
2023-07-27 17:36:53 +02:00