3x-ui/web/service
nistootsin 728166bd1a
Add Admin-Controlled Client Management to Telegram Bot (#2788)
* Add feature to add clients to inbound:
- Implement buttons for adding new clients
- Handle client addition process (submission remains to be completed)
- Support for multiple languages

* update the go.mod

* feat: complete submission process for adding a client to inbounds

* - Add client variables: client_method, client_sh_password, client_tr_password
- Exclude specific inbound protocols (HTTP, WireGuard, Socks, DOKODEMO) from addclient inline button

* - customize the add client message and json for each protocol

* - handle password input rather than id for shadow and trojan protocols

* - remove add_client_as_enable button in bot

* restructrure the add client bot feature

* update all files in web/translation/

* Refactoring

* - add traffic button to add client bot feature

* - fix a mistake in the email prompt message

* - add expire data button to add client telegram process.

* Refactroring

* remove refresh button in add client

* - delete message after cancel

* - uptimize the process of adding client by deleting main message on
  getting text inputs.
2025-03-26 19:16:35 +01:00
..
config.json outbound Traffic - default false 2025-01-26 11:22:42 +01:00
inbound.go Refactor: Use any instead of interface{} 2025-03-12 20:43:43 +01:00
outbound.go Refactor: Use any instead of interface{} 2025-03-12 20:43:43 +01:00
panel.go improved - message logs 2024-07-08 23:47:49 +02:00
server.go Refactor: Use any instead of interface{} 2025-03-12 20:43:43 +01:00
setting.go feat: custom subscription title in panel (#2773) 2025-03-15 08:16:59 +01:00
tgbot.go Add Admin-Controlled Client Management to Telegram Bot (#2788) 2025-03-26 19:16:35 +01:00
user.go Refactor: Use any instead of interface{} 2025-03-12 20:43:43 +01:00
warp.go warp - optimize utility code 2025-03-12 19:27:19 +01:00
xray.go Refactor: Use any instead of interface{} 2025-03-12 20:43:43 +01:00
xray_setting.go [warp] enhanced + delete option 2024-07-15 00:21:54 +02:00