Commit graph

98 commits

Author SHA1 Message Date
Alexandr Stelnykovych
15bd31adb5 [desktop] Fix: Failed to display "News" on the dashboard
Some checks failed
Release / Prep (push) Has been cancelled
Release / Installer windows (push) Has been cancelled
Release / Installer linux (push) Has been cancelled
2025-03-21 13:38:10 +02:00
Vladimir Stoilov
fed64e6fbd
Fix loggin dir 2024-12-12 16:33:02 +02:00
Vladimir Stoilov
c21a93a4d6
Add missing TODOs 2024-12-10 14:21:34 +02:00
Vladimir Stoilov
3101d0a7aa
Fix windows installers 2024-12-10 13:46:31 +02:00
Vladimir Stoilov
5ae261f062
[WIP] Fix tauri notifications 2024-12-03 17:28:40 +02:00
Vladimir Stoilov
d15ede9f53
[WIP] Fix winodws service installer 2024-12-03 17:27:33 +02:00
Vladimir Stoilov
b52cde15c5
[WIP] Fix installers bundle files 2024-11-29 10:53:01 +02:00
Vladimir Stoilov
374c1c2748
Merge branch 'develop' into feature/new-installer 2024-11-28 13:23:13 +02:00
Vladimir Stoilov
85031e861b
[desktop] Update tauri (#1760) 2024-11-28 10:41:14 +02:00
Daniel
706ce222d0 WIP 2024-11-27 16:16:15 +01:00
Vladimir Stoilov
ca88c6d8ad
[desktop] Update tauri (#1760) 2024-11-26 16:59:06 +02:00
Vladimir Stoilov
eb74b6cc1d
[WIP] Fix path of the windows installers 2024-10-11 19:23:06 +03:00
Vladimir Stoilov
96b1280b5c
[WIP] Fix tauri compile issue 2024-10-11 11:40:28 +03:00
Vladimir Stoilov
a8517cd65f
[WIP] Fix minor bugs 2024-10-08 09:47:29 +03:00
Vladimir Stoilov
71f67a8936
[WIP] Improve CI build 2024-10-07 11:26:27 +03:00
Vladimir Stoilov
8e1f3c0ed9
[WIP] Add CI for building deb,rpm installers 2024-10-02 15:37:39 +03:00
Vladimir Stoilov
3411e08500
[WIP] Fix cargo clippy lint build 2024-09-30 18:48:38 +03:00
Vladimir Stoilov
08830f29c6
[WIP] Fix ui api authentication 2024-09-25 17:34:23 +03:00
Vladimir Stoilov
1b6ee722f3
[WIP] Fix edge upgrade edge cases 2024-09-25 16:33:45 +03:00
Vladimir Stoilov
84a15b5fb3
[WIP] updater rafactoring, minor improvments 2024-09-17 12:36:44 +03:00
Vladimir Stoilov
83ec18f552
[WIP] Updater support for windows 2024-09-11 18:52:36 +03:00
Vladimir Stoilov
8c6eb04292
[desktop] Fix merge issues 2024-09-05 11:21:19 +03:00
Vladimir Stoilov
abf444630b
[WIP] New updater 2024-09-05 10:25:57 +03:00
Vladimir Stoilov
556e5dd921
[desktop] tauri remove some global variables. 2024-09-05 10:25:56 +03:00
Vladimir Stoilov
4c340f7b70
[desktop] Fix all clippy warning. Add clippy to CI. 2024-09-05 10:23:04 +03:00
Vladimir Stoilov
9472a1f8f5
[desktop] Add update tauri process README 2024-09-05 10:20:38 +03:00
Vladimir Stoilov
500256759e
[desktop] Minor tauri fixes and improvments 2024-09-05 10:20:34 +03:00
Vladimir Stoilov
f465f95e81
Update desktop/angular/src/app/prompt-entrypoint/prompt-entrypoint.ts
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-09-03 11:35:38 +03:00
Vladimir Stoilov
05a4093676
[desktop] improve theme detection and add manual theme selection. 2024-09-03 11:32:47 +03:00
Vladimir Stoilov
e162c81978
[desktop] Fix tauri unexpected exits 2024-09-03 11:31:15 +03:00
Vladimir Stoilov
4ed4640fee
[desktop] update tauri npm packages 2024-09-02 09:55:21 +03:00
Vladimir Stoilov
2ea21b5fb8
[desktop] Move logging to user dir on windows. 2024-08-30 14:49:35 +03:00
Daniel
30eb77d213 Bump UI version 2024-08-28 14:28:17 +02:00
Daniel
7df0fbb614 [desktop] Fix version information in UI 2024-08-23 10:17:49 +02:00
Daniel
77d8e3818d Bump UI version 2024-08-21 15:04:21 +02:00
Vladimir Stoilov
c9ee01d2c4
[desktop] update tauri 2.0.0-rc.3 2024-08-19 17:56:46 +03:00
Daniel Hååvi
80664d1a27
Restructure modules (#1572)
* Move portbase into monorepo

* Add new simple module mgr

* [WIP] Switch to new simple module mgr

* Add StateMgr and more worker variants

* [WIP] Switch more modules

* [WIP] Switch more modules

* [WIP] swtich more modules

* [WIP] switch all SPN modules

* [WIP] switch all service modules

* [WIP] Convert all workers to the new module system

* [WIP] add new task system to module manager

* [WIP] Add second take for scheduling workers

* [WIP] Add FIXME for bugs in new scheduler

* [WIP] Add minor improvements to scheduler

* [WIP] Add new worker scheduler

* [WIP] Fix more bug related to new module system

* [WIP] Fix start handing of the new module system

* [WIP] Improve startup process

* [WIP] Fix minor issues

* [WIP] Fix missing subsystem in settings

* [WIP] Initialize managers in constructor

* [WIP] Move module event initialization to constrictors

* [WIP] Fix setting for enabling and disabling the SPN module

* [WIP] Move API registeration into module construction

* [WIP] Update states mgr for all modules

* [WIP] Add CmdLine operation support

* Add state helper methods to module group and instance

* Add notification and module status handling to status package

* Fix starting issues

* Remove pilot widget and update security lock to new status data

* Remove debug logs

* Improve http server shutdown

* Add workaround for cleanly shutting down firewall+netquery

* Improve logging

* Add syncing states with notifications for new module system

* Improve starting, stopping, shutdown; resolve FIXMEs/TODOs

* [WIP] Fix most unit tests

* Review new module system and fix minor issues

* Push shutdown and restart events again via API

* Set sleep mode via interface

* Update example/template module

* [WIP] Fix spn/cabin unit test

* Remove deprecated UI elements

* Make log output more similar for the logging transition phase

* Switch spn hub and observer cmds to new module system

* Fix log sources

* Make worker mgr less error prone

* Fix tests and minor issues

* Fix observation hub

* Improve shutdown and restart handling

* Split up big connection.go source file

* Move varint and dsd packages to structures repo

* Improve expansion test

* Fix linter warnings

* Fix interception module on windows

* Fix linter errors

---------

Co-authored-by: Vladimir Stoilov <vladimir@safing.io>
2024-08-09 18:15:48 +03:00
Vladimir Stoilov
7a06b0bc1c
[desktop] Tauri ignore extra cmdline args 2024-08-01 16:02:00 +03:00
Vladimir Stoilov
e92da53703
[desktop] Add tauri logs 2024-07-26 15:58:27 +03:00
Vladimir Stoilov
22a288c66b
[desktop] disable annimation from the service dialog 2024-07-24 11:16:34 +03:00
Vladimir Stoilov
a12504178e
[desktop] Switch to png for tray menu 2024-07-24 11:09:42 +03:00
Vladimir Stoilov
a6e1a37239
[desktop] Add support for system theme detection 2024-07-24 10:53:58 +03:00
Vladimir Stoilov
5b03076fac
[desktop] tauri fix main windows size and theme 2024-07-23 17:26:53 +03:00
Vladimir Stoilov
674787df87
[desktop] tauri seve window size/position on exit 2024-07-23 17:25:59 +03:00
Vladimir Stoilov
c3d787e3ce
[desktop] Update tauri 2024-07-23 17:24:29 +03:00
Daniel
735174dfd3 Remove transition notice from UI 2024-07-22 16:05:46 +02:00
Daniel
617694ed95 Fix font paths 2024-07-22 16:04:35 +02:00
Vladimir Stoilov
919cfd89eb
Fix CI, tauri, angular, go-test 2024-07-16 12:31:52 +03:00
Vladimir Stoilov
090a5e6508
[desktop] Update tauri Wix template 2024-07-16 11:25:40 +03:00
Vladimir Stoilov
273b16c523
[cmds] Handle edge cases when running tauri in beta 2024-07-11 09:33:21 +03:00