170 Commits

Author SHA1 Message Date
Alireza Ahmadi
f87dad254b New feature: Bulk add #28 (plus adjust methods) 2023-03-02 12:50:59 +01:00
Alireza Ahmadi
340b54d45f Add Export feature #28 2023-03-02 09:32:42 +01:00
Alireza Ahmadi
1288427cce Show clients counter #30 2023-03-01 23:11:51 +01:00
Alireza Ahmadi
e13540901f Stupid bug detecting traffic email #33 2023-03-01 21:38:07 +01:00
Alireza Ahmadi
4f91375cb2 Small fixes 2023-03-01 19:52:21 +01:00
Alireza Ahmadi
9e398aaa65 Optimize Client-traffic-reset 2023-03-01 17:08:28 +01:00
Alireza Ahmadi
ae45f9fef2 Fallback limit only for TCP+TLS 2023-03-01 14:50:06 +01:00
Alireza Ahmadi
698af18d25 Fix add client #26 2023-03-01 14:01:09 +01:00
Alireza Ahmadi
afd369993a Fix Bug in deleting the client alireza0/x-ui#20 2023-03-01 13:57:48 +01:00
Alireza Ahmadi
40bb9f9864 Simplify method resetClientTraffic 2023-03-01 13:55:09 +01:00
Alireza Ahmadi
9a0055d5d5 Rollback useless utls feature 2023-02-28 10:25:27 +01:00
Alireza Ahmadi
e1428ff0dc Fix editing a searched client is buggy alireza0/x-ui#24 2023-02-24 14:46:14 +01:00
Alireza Ahmadi
4843c93608 Fix Vless & Trojan fingerprint problem 2023-02-24 13:07:17 +01:00
Alireza Ahmadi
757c2a76f8 Minimize call API for Client 2023-02-24 00:05:53 +01:00
Alireza Ahmadi
7ec68574d0 Fix Bug: Auto restart xray after client update 2023-02-23 11:33:14 +01:00
Alireza Ahmadi
414669fa1b Fix bugs 2023-02-22 23:15:52 +01:00
Alireza Ahmadi
b82ce31ec1 Change menu to icons for client actions 2023-02-22 20:34:49 +01:00
Alireza Ahmadi
35e4b96e9e Fix traffic update in db 2023-02-22 18:34:02 +01:00
Alireza Ahmadi
ceb7a7ac14 Fix Trouble resetting traffic alireza0/x-ui#18 2023-02-22 17:33:05 +01:00
Alireza Ahmadi
146b4d7873 Separate client module 2023-02-22 15:13:45 +01:00
Alireza Ahmadi
40ac7d4115 Fix problems after updating gorm to 1.24 2023-02-20 12:00:40 +01:00
Alireza Ahmadi
2e12cd6f6e Translate none 2023-02-19 01:41:02 +01:00
Alireza Ahmadi
57f538bf6b Some upgrades 2023-02-19 01:40:36 +01:00
Alireza Ahmadi
5bee682d39 tls options 2023-02-19 00:38:54 +01:00
Alireza Ahmadi
ef0dd10fe7 Simplify codes with fix small view problems 2023-02-18 16:50:40 +01:00
Alireza Ahmadi
9ea9d4d4dd Remove case sensitivity in search 2023-02-18 16:47:16 +01:00
Alireza Ahmadi
d2e313a588 Fix bug: Edit inbound 2023-02-18 12:41:26 +01:00
Alireza Ahmadi
35de896e5e Fix formats 2023-02-16 11:12:09 +01:00
Alireza Ahmadi
8bca416142 Ready for new version 2023-02-15 21:29:01 +01:00
Alireza Ahmadi
e47ea983bd New xray settings options 2023-02-15 20:51:25 +01:00
Alireza Ahmadi
b62f747e88 Default timezone change to Tehran 2023-02-15 16:35:19 +01:00
Alireza Ahmadi
784e6e24e2 Enhanced search 2023-02-15 12:33:34 +01:00
Alireza Ahmadi
4af4aadd14 infoModal add more info 2023-02-15 12:33:13 +01:00
Alireza Ahmadi
9b3415865a SMall change in view and Readme 2023-02-15 12:21:18 +01:00
Alireza Ahmadi
8b6ea9e0d5 initiate email field for new client 2023-02-12 12:43:38 +01:00
Alireza Ahmadi
a5cfe4fc1e Fix in translations 2023-02-11 17:05:58 +01:00
Alireza Ahmadi
3cc3b3b04d Fix false reports 2023-02-11 17:05:35 +01:00
Alireza Ahmadi
8e550bc308 Add user's email to remark if exists 2023-02-11 14:48:02 +01:00
Alireza Ahmadi
f30235373a translations fix 2023-02-11 09:48:20 +01:00
Alireza Ahmadi
9d75925f30 Better inbounds view for multiuser 2023-02-11 09:46:45 +01:00
Alireza Ahmadi
fbc8fa7345 Multi-user add/edit better view 2023-02-11 09:44:50 +01:00
Alireza Ahmadi
d971a61afc Client email as remark in multi-user 2023-02-11 09:41:58 +01:00
Alireza Ahmadi
8114e3fc17 Add trojan multiuser 2023-02-07 01:43:44 +01:00
Hossin Asaadi
ad7b9544d6 [tgBot] TG bot command to get client info by user (#110)
* [tgBot] TG bot command to get client info by user

* remove test log warning
2022-11-22 08:19:30 -05:00
Hossin Asaadi
4421fec506 Dev patch 2 (#107)
* [vmess] add client traffic reset

* [vless] add client traffic reset
2022-11-22 02:54:30 -05:00
Hossin Asaadi
0f58d5912b fix bugs (#102)
* [bug] fix xtls worng domain

* [bug] fix vless tcp headerType and path

* upgrade x-ui version

* add log to default config
2022-11-21 12:31:07 -05:00
HassanArdeshir
f109991313 Random Email (#97)
* add random email

* Update inbound_modal.html

* Update inbound_modal.html

* [bug] fix client nil for other types

Co-authored-by: Hossin Asaadi <hossin.asaadi@gmail.com>
2022-11-21 05:38:13 -05:00
Hossin Asaadi
41cba886fd [bug] fix parse config at starting xray 2022-11-21 05:27:53 -05:00
Hossin Asaadi
5509f945a7 fix traffic bug 2022-11-20 08:41:07 -05:00
Nima Shayanfar
5166f4ce38 added translations for streams [WIP] (#62) 2022-11-19 15:35:06 -05:00