Commit Graph

23 Commits

Author SHA1 Message Date
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
4ed4640fee [desktop] update tauri npm packages 2024-09-02 09:55:21 +03:00
Daniel
7df0fbb614 [desktop] Fix version information in UI 2024-08-23 10:17:49 +02: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
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
b026e7b97e Merge branch 'develop' into feature/tauri-beta-update 2024-07-04 13:47:09 +03:00
Daniel
401e09b963 [desktop/angular] Improve country display in connection details 2024-05-28 16:32:55 +02:00
Daniel
99e2f63c03 [desktop/angular] Deactivate View Active button 2024-05-28 15:57:11 +02:00
Daniel
dc1b9f98f2 Add support for showing anycast addresses in the UI 2024-05-28 15:56:48 +02:00
Vladimir Stoilov
7ee1faa68c tauri: Replace portmaster plugin with interface 2024-04-23 15:48:04 +03:00
Daniel
4858d182fa Fix app icon component re-use 2024-04-23 10:11:39 +02:00
Daniel
0c61f2c35e Fix some typescript linter errors 2024-04-18 14:24:43 +02:00
Daniel
2d45a1c712 Fix UI performance issue on Windows 2024-04-18 13:51:05 +02:00
Daniel
e957b90b13 Ignore default Windows icons in UI better 2024-04-18 13:50:47 +02:00
Patrick Pacher
29a0cdba3b Add github actions workflow for angular 2024-03-29 11:07:55 +01:00
Patrick Pacher
4e4ad4437b Fix focus style for buttons 2024-03-29 09:37:20 +01:00
Patrick Pacher
a148eb57a9 Fix access on undefined object in line-chart 2024-03-29 09:37:01 +01:00
Patrick Pacher
3e2b9a9c29 Add remote_ip to full-text search and fix focus in netquery component 2024-03-29 09:36:26 +01:00
Patrick Pacher
6daea521c3 Fix netquery textql parser when dealing with IP addresses 2024-03-29 09:35:18 +01:00
Patrick Pacher
3c0a362bff Fix angular production environment 2024-03-27 12:52:17 +01:00
Patrick Pacher
4b77945517 Migrate Angular UI from portmaster-ui to desktop/angular. Update Earthfile to build libs, UI and tauri-builtin 2024-03-20 10:43:29 +01:00