3x-ui/web
MHSanaei 2f12b34635
fix(settings): allow pagination size of 0 to disable pagination
The pageSize setting described '(0 = disable)' and the inbounds table already treated 0 as show-all, but every validation layer enforced a minimum of 1. Relax the bound to gte=0 in the AllSetting struct tag (source of truth for the generated frontend schemas), regenerate zod, and lower the min on the hand-written schema and the InputNumber control.
2026-06-02 14:54:11 +02:00
..
controller fix(node): fix "invalid input" on save and gate save on connectivity 2026-06-02 13:57:02 +02:00
entity fix(settings): allow pagination size of 0 to disable pagination 2026-06-02 14:54:11 +02:00
global
job fix(iplimit): populate client IP log without an IP limit 2026-06-02 14:43:11 +02:00
locale
middleware
network
runtime feat(nodes): bulk panel self-update with live online indicator 2026-06-01 07:03:06 +02:00
service fix(node): fix "invalid input" on save and gate save on connectivity 2026-06-02 13:57:02 +02:00
session
translation feat(clients): show filtered count in clients list 2026-06-02 14:23:52 +02:00
websocket
web.go