3x-ui/web
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
..
assets chore: make class to get the device form factor 2025-03-21 15:09:05 +00:00
controller Refactor: Use any instead of interface{} 2025-03-12 20:43:43 +01:00
entity feat: custom subscription title in panel (#2773) 2025-03-15 08:16:59 +01:00
global Some fixes and improvements (#1997) 2024-03-11 01:01:24 +03:30
html chore: giving keys for each a-collapse-panel 2025-03-25 15:13:17 +00:00
job Refactor: Use any instead of interface{} 2025-03-12 20:43:43 +01:00
locale Refactor: Use any instead of interface{} 2025-03-12 20:43:43 +01:00
middleware Fix domain validation for Nginx/CDN compatibility #2450 2024-08-08 17:39:12 +02:00
network Add tgLang option 2023-05-20 19:15:20 +04:30
service Add Admin-Controlled Client Management to Telegram Bot (#2788) 2025-03-26 19:16:35 +01:00
session fix session 2024-12-16 14:24:59 +01:00
translation Add Admin-Controlled Client Management to Telegram Bot (#2788) 2025-03-26 19:16:35 +01:00
web.go revert group management (#2656) 2025-02-04 11:27:58 +01:00