hank
412f8c6bf5
New translations en.po (Persian)
2026-01-31 16:21:30 -05:00
hank
444d080d1d
New translations en.po (Indonesian)
2026-01-31 16:21:28 -05:00
hank
54e2e8cfd9
New translations en.po (Vietnamese)
2026-01-31 16:21:27 -05:00
hank
902657815c
New translations en.po (Chinese Simplified)
2026-01-31 16:21:27 -05:00
hank
94c89a8fdf
New translations en.po (Ukrainian)
2026-01-31 16:21:26 -05:00
hank
4c92c89fd0
New translations en.po (Turkish)
2026-01-31 16:21:25 -05:00
hank
9b42dc301a
New translations en.po (Swedish)
2026-01-31 16:21:24 -05:00
hank
f05cce662b
New translations en.po (Serbian (Cyrillic))
2026-01-31 16:21:23 -05:00
hank
a3b2530fb4
New translations en.po (Slovenian)
2026-01-31 16:21:23 -05:00
hank
69d9b6c696
New translations en.po (Portuguese)
2026-01-31 16:21:22 -05:00
hank
5da4afb657
New translations en.po (Polish)
2026-01-31 16:21:21 -05:00
hank
eafb67ea04
New translations en.po (Korean)
2026-01-31 16:21:20 -05:00
hank
ce249b620c
New translations en.po (Japanese)
2026-01-31 16:21:19 -05:00
hank
ce7b56bdd2
New translations en.po (Italian)
2026-01-31 16:21:18 -05:00
hank
9cad5a33e5
New translations en.po (Hebrew)
2026-01-31 16:21:17 -05:00
hank
b7b95b9bb0
New translations en.po (German)
2026-01-31 16:21:16 -05:00
hank
8f5632808a
New translations en.po (Danish)
2026-01-31 16:21:15 -05:00
hank
002badbe4f
New translations en.po (Czech)
2026-01-31 16:21:15 -05:00
hank
3b385aff85
New translations en.po (Bulgarian)
2026-01-31 16:21:14 -05:00
hank
49a2241033
New translations en.po (Arabic)
2026-01-31 16:21:13 -05:00
hank
8b1450fe32
New translations en.po (French)
2026-01-31 16:21:12 -05:00
hank
4964a3c55f
New translations en.po (Romanian)
2026-01-31 16:21:11 -05:00
hank
af57c76fd0
New translations en.po (Spanish)
2026-01-31 16:21:10 -05:00
hank
e6fc6906d5
New translations en.po (Russian)
2026-01-31 16:21:09 -05:00
hank
1aef193b36
New translations en.po (Norwegian)
2026-01-31 16:21:08 -05:00
hank
7522d31ae1
New translations en.po (Hungarian)
2026-01-31 16:21:07 -05:00
hank
761da743b6
New translations en.po (Chinese Traditional)
2026-01-31 16:21:06 -05:00
hank
c779008340
New translations en.po (Dutch)
2026-01-31 16:21:06 -05:00
henrygd
3d8db53e52
fix container uptime sorting edge case ( #1696 )
2026-01-31 15:03:59 -05:00
Sven van Ginkel
5797f8a6ad
Ignore alt key combinations when navigating systems with arrow keys ( #1698 )
2026-01-31 14:44:43 -05:00
henrygd
79ca31d770
improve container network stats granularity by using bytes instead of MB
...
Changes container network statistics to use raw byte values instead of converting to megabytes agent-side, providing more accurate measurements for low-bandwidth containers. Maintains backward compatibility with older agents/hubs through fallback logic.
- Agent now sends Bandwidth field as [sent_bytes, recv_bytes] array
- Deprecated NetworkSent/NetworkRecv fields still populated for compatibility
- Hub and frontend fall back to deprecated fields when Bandwidth is zero
- Record averaging correctly handles both old and new formats
- TODO markers added for cleanup in version 0.19+
2026-01-31 14:05:55 -05:00
henrygd
6723ec8ea4
update honeypot field name and autofill ignores ( #1011 )
2026-01-28 18:16:30 -05:00
Sven van Ginkel
c83d00ccaa
Don't force lowercase text for active alerts ( #1682 )
2026-01-28 13:50:16 -05:00
Fahleen Arif
425c8d2bdf
feat: Added tooltips for navbar buttons to clear meaning of each one ( #1636 )
...
* feat: Added tooltips for navbar buttons to clear meaning of each one.
* update tooltips and fix linter errors
---------
Co-authored-by: henrygd <hank@henrygd.me >
2026-01-28 13:39:15 -05:00
Sven van Ginkel
afcae025ae
Add icon button for mobile use ( #1687 )
2026-01-26 20:18:17 -05:00
henrygd
031abbfcb3
ui: conditional title attribute and better CJK truncation
...
- Adds CJK support for system name truncation
- Change tooltip to title attribute and show only if system name is truncated
2026-01-16 18:17:45 -05:00
Fahleen Arif
b59fcc26e5
feat: add tooltip to system name in systems table for better accessibility ( #1640 )
2026-01-16 17:43:29 -05:00
henrygd
af0c1d3af7
release 0.18.2
2026-01-12 18:26:30 -05:00
henrygd
9ad3cd0ab9
fix: GPU ID collision between Intel and NVIDIA collectors ( #1522 )
...
- Prefix Intel GPU ID as i0 to avoid NVML/NVIDIA index IDs like 0
- Update frontend GPU engines chart to select a GPU by id instead of
assuming g[0]
- Adjust tests to use the new Intel GPU id
2026-01-12 17:27:35 -05:00
crimist
00def272b0
site: only hide GPU engine graph if entire usage is 0% ( #1624 )
2026-01-12 17:16:05 -05:00
marmar76
8821fb5dd0
fix: some of indonesia translate ( #1625 )
...
Co-authored-by: Iskandar, Andreas (contracted) <Andreas.Iskandar@contracted.sampoerna.com >
2026-01-12 15:56:45 -05:00
henrygd
1f067aad5b
release 0.18.1
2026-01-11 19:05:36 -05:00
henrygd
1388711105
fix(hub): prevent clearing all containers when single system update is empty ( #1620 )
2026-01-11 19:03:42 -05:00
henrygd
42c3ca5db5
release 0.18.0
2026-01-11 17:18:32 -05:00
henrygd
534791776b
update translations
2026-01-11 17:09:43 -05:00
henrygd
2cd6d46f7c
add option to make universal token permanent ( #1097 , 1614)
2026-01-11 15:03:33 -05:00
henrygd
c333a9fadd
update translations
2026-01-11 13:50:11 -05:00
henrygd
ba3d1c66f0
refactor(auth): rename honeypot field to avoid autofill ( #1011 )
2026-01-09 15:12:34 -05:00
henrygd
8b84231042
refactor: update languages data structure
2026-01-09 12:19:43 -05:00
Natxo
77da744008
use origin country flags for Spanish and Portuguese languages ( #1571 )
2026-01-09 12:10:55 -05:00