3x-ui/web
root 99e2e6c2e2 fix: resolve client traffic InboundId from DB in shared mode, set online clients
In shared mode the Xray API returns InboundId=0 for client traffic.
Collect() now looks up the real InboundId from the client_traffics table
by email, and skips unknown emails with a warning. Also computes and
sets online clients in XrayTrafficJob since addClientTraffic is bypassed.
2026-04-24 02:29:02 +08:00
..
assets feat(limit): add inbound device-limit enforcement with safe unban flow 2026-04-06 10:46:48 +08:00
assetsgen feat: add asset generation command 2026-04-07 12:08:10 +08:00
controller Harden admin access for panel APIs 2026-04-06 22:12:38 +08:00
entity fix: address all code review issues for MariaDB support 2026-04-03 09:53:20 +08:00
global Refactor code and fix linter warnings (#3627) 2026-01-05 05:54:56 +01:00
html Fix turnstile tab re-render and bump version 2026-04-08 15:34:50 +08:00
job fix: resolve client traffic InboundId from DB in shared mode, set online clients 2026-04-24 02:29:02 +08:00
locale update dependencies 2026-03-04 13:05:29 +01:00
middleware test: add unit tests for critical modules and fix flaky redirect middleware 2026-04-03 08:44:51 +08:00
network docs: add comments for all functions 2025-09-20 09:35:50 +02:00
public chore: add generated fingerprinted assets 2026-04-07 17:17:41 +08:00
service fix: resolve client traffic InboundId from DB in shared mode, set online clients 2026-04-24 02:29:02 +08:00
session docs: add comments for all functions 2025-09-20 09:35:50 +02:00
translation feat(limit): add inbound device-limit enforcement with safe unban flow 2026-04-06 10:46:48 +08:00
websocket Add url speed test for outbound (#3767) 2026-02-09 21:43:17 +01:00
asset_manifest.go feat: load fingerprinted asset manifest 2026-04-07 12:24:33 +08:00
asset_manifest_test.go build: generate fingerprinted assets before compile 2026-04-07 16:43:18 +08:00
login_template_test.go Fix turnstile tab re-render and bump version 2026-04-08 15:34:50 +08:00
web.go feat: add durable traffic deltas and shared flush loop 2026-04-10 15:25:16 +08:00