Commit Graph

304 Commits

Author SHA1 Message Date
hank
d97f5c55dc New translations en.po (Ukrainian) 2026-04-05 14:27:58 -04:00
hank
f9332cae1e New translations en.po (Turkish) 2026-04-05 14:27:57 -04:00
hank
1076e6040c New translations en.po (Swedish) 2026-04-05 14:27:56 -04:00
hank
0ee9ad9435 New translations en.po (Serbian (Cyrillic)) 2026-04-05 14:27:55 -04:00
hank
f40a7febe1 New translations en.po (Slovenian) 2026-04-05 14:27:54 -04:00
hank
9547cff277 New translations en.po (Portuguese) 2026-04-05 14:27:53 -04:00
hank
55ee0f6c5a New translations en.po (Polish) 2026-04-05 14:27:52 -04:00
hank
adbe538463 New translations en.po (Dutch) 2026-04-05 14:27:50 -04:00
hank
0ac6d26307 New translations en.po (Korean) 2026-04-05 14:27:49 -04:00
hank
ed203d4e38 New translations en.po (Japanese) 2026-04-05 14:27:48 -04:00
hank
abc3fd2167 New translations en.po (Italian) 2026-04-05 14:27:47 -04:00
hank
478d67e12c New translations en.po (Hungarian) 2026-04-05 14:27:46 -04:00
hank
d36c26303b New translations en.po (Hebrew) 2026-04-05 14:27:45 -04:00
hank
a40709c747 New translations en.po (Danish) 2026-04-05 14:27:44 -04:00
hank
6301cdbc37 New translations en.po (Czech) 2026-04-05 14:27:43 -04:00
hank
64caa76183 New translations en.po (Arabic) 2026-04-05 14:27:42 -04:00
hank
2f882a4fd3 New translations en.po (Spanish) 2026-04-05 14:27:41 -04:00
hank
929c7a395c New translations en.po (French) 2026-04-05 14:27:40 -04:00
hank
59f4105f42 New translations en.po (Romanian) 2026-04-05 14:27:39 -04:00
hank
50976ff369 New translations en.po (German) 2026-04-05 14:27:38 -04:00
hank
b3d75e19bb New translations en.po (Norwegian) 2026-03-31 03:42:42 -04:00
hank
081e747ac3 New translations en.po (Polish) 2026-03-28 21:19:21 -04:00
hank
21e9c11ab1 New translations en.po (Bulgarian) 2026-03-28 05:32:42 -04:00
hank
eea02950e9 New translations en.po (Chinese Traditional) 2026-03-27 22:52:48 -04:00
hank
fd36b0184f New translations en.po (Chinese Traditional) 2026-03-27 21:33:15 -04:00
hank
93868a4965 New translations en.po (Chinese Traditional) 2026-03-27 20:33:22 -04:00
hank
75fd364350 New translations en.po (Russian) 2026-03-27 18:12:17 -04:00
henrygd
9840b99327 0.18.5 release 2026-03-27 16:27:53 -04:00
henrygd
f7b5a505e8 update translations 2026-03-27 15:57:26 -04:00
henrygd
3cb32ac046 hub(ui): add spacing at bottom of the page if temp tooltip is very long 2026-03-27 14:54:31 -04:00
henrygd
e610d9bfc8 ui: standardize table styles 2026-03-27 14:08:59 -04:00
henrygd
b53fdbe0ef fix(agent): find macmon if /opt/homebrew/bin is not in path (#1746) 2026-03-27 13:52:22 -04:00
henrygd
c7261b56f1 hub(ui): style cleanup and mobile improvements 2026-03-27 12:26:00 -04:00
henrygd
f04684b30a hub(ui): small js optimizations 2026-03-26 19:16:39 -04:00
Stavros
4d4e4fba9b feat: use dropdown menu as navigation on mobile devices (#1840)
Co-authored-by: henrygd <hank@henrygd.me>
2026-03-26 18:27:42 -04:00
henrygd
62587919f4 hub(ui): tabs display for system + major frontend/charts refactoring
- System page tabs display option
- Remove very specific chart components (disk usage, container cpu, etc)
and refactor to use more flexible area and line chart components
- Optimizations around chart handling to decrease mem usage. Charts are
only redrawn now if in view.
- Resolve most of the react dev warnings

Co-authored-by: sveng93 <svenvanginkel@icloud.com>
2026-03-26 15:21:39 -04:00
henrygd
35528332fd hub: fix possible nil pointer panic in realtime worker 2026-03-26 10:48:37 -04:00
henrygd
7a64da9f65 hub: add guard to WSConn.Ping to ensure no nil conn ptr 2026-03-23 15:25:43 -04:00
henrygd
8e71c8ad97 hub: don't retry update check within cache time if request fails 2026-03-22 18:18:31 -04:00
henrygd
97f3b8c61f test(hub): add tests for update endpoint 2026-03-22 17:56:27 -04:00
henrygd
0b0b5d16d7 refactor(hub): move api related code from hub.go to api.go 2026-03-22 17:31:06 -04:00
Sven van Ginkel
b2fd50211e feat(hub): show "update available" notification in hub web UI (#1830)
* refactor, make opt-in, and deprecate /api/beszel/getkey in favor of /api/beszel/info

---------

Co-authored-by: henrygd <hank@henrygd.me>
2026-03-22 17:23:54 -04:00
Sven van Ginkel
c159eaacd1 fix light flashes when refresh in dark mode (#1832) 2026-03-22 13:35:43 -04:00
Sven van Ginkel
441bdd2ec5 fix: correct DST offset handling in daily quiet hours (#1827) 2026-03-22 12:50:36 -04:00
henrygd
ff36138229 fix(hub): add onAfterBootstrapAndMigrations to properly queue fns after migrations
also remove error return from NewHub and improve comments in hub.go
2026-03-20 19:32:59 -04:00
henrygd
be70840609 test: update tests that use os.Setenv to t.Setenv 2026-03-20 15:00:28 -04:00
henrygd
565162ef5f refactor(hub): harden/enforce pb api rules and add tests
- separate collection related code from hub.go
- ensure hub is bootstrapped and collections updated automatically when
calling NewHub
2026-03-20 14:39:05 -04:00
henrygd
1ff7762c80 test(hub): add status alert tests covering multiple users 2026-03-18 17:44:34 -04:00
henrygd
0ab8a606e0 fix(ui): hooks bug in all systems table disk cell 2026-03-18 17:17:58 -04:00
henrygd
e4e0affbc1 test(hub): add additional tests for all system alerts 2026-03-17 18:48:54 -04:00