3x-ui/xray
Ali Golzar 3087c1b123
Some checks are pending
Release 3X-UI / build (386) (push) Waiting to run
Release 3X-UI / build (amd64) (push) Waiting to run
Release 3X-UI / build (arm64) (push) Waiting to run
Release 3X-UI / build (armv5) (push) Waiting to run
Release 3X-UI / build (armv6) (push) Waiting to run
Release 3X-UI / build (armv7) (push) Waiting to run
Release 3X-UI / build (s390x) (push) Waiting to run
Add all-time traffic for inbounds and clients (#3387)
* feat(db): add allTime field to Inbound and ClientTraffic models

* feat(inbound): increment all_time for inbounds and clients on traffic updates

calculate correct all_time traffic on migrate command

* feat(ui): show all-time traffic column for inbounds and its clients

* i18n: add pages.inbounds.allTimeTraffic label across locales

* Add All Time Traffic Usage in inbounds page top banner
2025-08-28 01:10:50 +02:00
..
api.go refactor: use math.MaxUint16 when checking port 2025-06-17 22:45:03 +07:00
client_traffic.go Add all-time traffic for inbounds and clients (#3387) 2025-08-28 01:10:50 +02:00
config.go feat: support metrics config 2025-06-11 18:42:41 +08:00
inbound.go New - Allocate 2024-09-16 11:41:21 +02:00
log_writer.go fix writeCrashReport() typo (#3218) 2025-07-10 02:36:02 +02:00
process.go kill process instead of sending SIGTERM on Windows (#3304) 2025-08-04 00:45:50 +02:00
traffic.go Show outbound traffic in outbounds table (#1711) 2024-01-30 00:07:20 +03:30