Commit Graph

975 Commits

Author SHA1 Message Date
hank
c04928e506 New translations en.po (Vietnamese) 2025-09-05 15:01:16 -04:00
hank
d8f7b0d7dc New translations en.po (Polish) 2025-09-05 15:01:15 -04:00
hank
d28e957e4b New translations en.po (Japanese) 2025-09-05 15:01:14 -04:00
hank
94f38a277c New translations en.po (Persian) 2025-09-05 13:46:40 -04:00
hank
161ff6bc29 New translations en.po (Icelandic) 2025-09-05 13:46:39 -04:00
hank
ab830cd42c New translations en.po (Ukrainian) 2025-09-05 13:46:38 -04:00
hank
5960a2933f New translations en.po (Turkish) 2025-09-05 13:46:37 -04:00
hank
8a714650ee New translations en.po (Swedish) 2025-09-05 13:46:36 -04:00
hank
80c7e45416 New translations en.po (Slovenian) 2025-09-05 13:46:35 -04:00
hank
dcf009c375 New translations en.po (Norwegian) 2025-09-05 13:46:34 -04:00
hank
5189a46232 New translations en.po (Hungarian) 2025-09-05 13:46:33 -04:00
hank
3c06d8bdb8 New translations en.po (Greek) 2025-09-05 13:46:32 -04:00
hank
7678629d0e New translations en.po (Spanish) 2025-09-05 13:46:31 -04:00
hank
71488f5505 New translations en.po (French) 2025-09-05 13:46:30 -04:00
hank
87ef0ec535 New translations en.po (Russian) 2025-09-05 13:46:29 -04:00
hank
e3f17c25cb New translations en.po (Chinese Traditional, Hong Kong) 2025-09-05 13:46:28 -04:00
hank
5757c5806e New translations en.po (Croatian) 2025-09-05 13:46:27 -04:00
hank
32ecd494b4 New translations en.po (Chinese Traditional) 2025-09-05 13:46:26 -04:00
hank
350bedbe93 New translations en.po (Chinese Simplified) 2025-09-05 13:46:24 -04:00
hank
379b585fb3 New translations en.po (Portuguese) 2025-09-05 13:46:23 -04:00
hank
b345a608a6 New translations en.po (Dutch) 2025-09-05 13:46:22 -04:00
hank
c9b95fd31c New translations en.po (Korean) 2025-09-05 13:46:21 -04:00
hank
2977b6525f New translations en.po (Italian) 2025-09-05 13:46:20 -04:00
hank
a4ede4a1d3 New translations en.po (Danish) 2025-09-05 13:46:19 -04:00
hank
8ea2e5f3b2 New translations en.po (Czech) 2025-09-05 13:46:18 -04:00
hank
5f276ee994 New translations en.po (Bulgarian) 2025-09-05 13:46:17 -04:00
hank
4348e31a7a New translations en.po (Arabic) 2025-09-05 13:46:16 -04:00
hank
b3607505ad New translations en.po (German) 2025-09-05 13:46:15 -04:00
hank
026d4426a0 New translations en.po (Vietnamese) 2025-09-05 13:46:14 -04:00
hank
7087921bdd New translations en.po (Polish) 2025-09-05 13:46:13 -04:00
hank
4e974a75f5 New translations en.po (Japanese) 2025-09-05 13:46:12 -04:00
henrygd
862399d8ec update language files 2025-09-05 12:36:45 -04:00
henrygd
f6f85f8f9d Add USER_EMAIL and USER_PASSWORD env vars to set the email / pass of initial user (#1137) 2025-09-05 11:42:43 -04:00
Riedel, Max
e22d7ca801 fix: add nextSystemToken to deps of useEffect to generate a new token after system creation (#1142) 2025-09-05 11:00:32 -04:00
henrygd
c382c1d5f6 windows: make LHM opt-in with LHM=true (#1130) 2025-09-05 10:39:18 -04:00
henrygd
f7618ed6b0 update go version for vulcheck action 2025-09-04 19:17:44 -04:00
henrygd
d1295b7c50 alerts tests and small refactoring 2025-09-04 19:13:10 -04:00
henrygd
a162a54a58 bump go version and add keyword 2025-09-04 19:13:10 -04:00
henrygd
794db0ac6a make sure old names are removed in systemsbyname store 2025-09-04 19:13:10 -04:00
henrygd
e9fb9b856f install script: remove newlines from KEY (#1139) 2025-09-04 11:26:53 -04:00
Sven van Ginkel
66bca11d36 [Bug] Update install script to use crontab on Alpine (#1136)
* add cron

* update the install script
2025-09-03 23:10:38 -04:00
henrygd
86e87f0d47 refactor hub dev server
- moved html replacement functionality from vite to go
2025-09-01 22:16:57 -04:00
henrygd
fadfc5d81d refactor(hub): separate development and production server logic 2025-09-01 19:27:11 -04:00
henrygd
fc39ff1e4d add pflag to go deps 2025-09-01 19:24:26 -04:00
henrygd
82ccfc66e0 refactor: shared container charts config hook 2025-09-01 18:41:30 -04:00
henrygd
890bad1c39 refactor: improve runOnce with weakmap cache 2025-09-01 18:34:29 -04:00
henrygd
9c458885f1 refactor (hub): add systemsManager module
- Removed the `updateSystemList` function and replaced it with a more efficient system management approach using `systemsManager`.
- Updated the `App` component to initialize and subscribe to system updates through the new `systemsManager`.
- Refactored the `SystemsTable` and `SystemDetail` components to utilize the new state management for systems, improving performance and maintainability.
- Enhanced the `ActiveAlerts` component to fetch system names directly from the new state structure.
2025-09-01 17:29:33 -04:00
henrygd
d2aed0dc72 refactor: replace useLocalStorage with useBrowserStorage 2025-09-01 17:28:13 -04:00
Augustin ROLET
3dbcb5d7da Minor UI changes (#1110)
* ui: add devices count from #1078

* ux: save sortMode in localStorage from #1024

* fix: reload component when system switch to "up"

* ux: move running systems to desc field
2025-08-31 18:16:25 -04:00
Alexander Mnich
57a1a8b39e [Feature] improved support for mips and mipsle architectures (#1112)
* switch mipsle to softfloat

* feat: add support for mips
2025-08-30 15:50:15 -04:00