Vyacheslav Scherbinin
dbdf3c9ada
Fix toasts ( #2571 )
...
* Add space to toast status messages
* Removed opening space from translations
2024-09-30 17:06:38 +02:00
mhsanaei
ac33b38c38
Session - default 60 minute (minimum)
2024-09-12 09:41:24 +02:00
mhsanaei
b7308b991e
fix session
2024-08-06 13:44:48 +02:00
mhsanaei
d9ce8e714a
API - Get client's traffic By ID
...
Co-Authored-By: Hassan Ali Gilani <mr.ajaxian@gmail.com>
2024-07-23 11:28:28 +02:00
mhsanaei
88c9233c1f
[warp] enhanced + delete option
...
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-07-15 00:21:54 +02:00
mhsanaei
f63cc50bbb
safe login
...
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-07-14 23:37:43 +02:00
mhsanaei
4ed0f6bfc8
improved - message logs
2024-07-08 23:47:49 +02:00
mhsanaei
c82b207288
Typo fixed
2024-07-07 12:10:24 +02:00
mhsanaei
cb975d19e0
change session name
2024-07-05 14:33:04 +02:00
mhsanaei
ccb33cdb30
some changes
2024-07-04 15:04:04 +02:00
mhsanaei
99b4bd5562
tgbot - login notify (show password for failed login)
2024-07-03 21:53:45 +02:00
Ahmad Thoriq Najahi
df9e4d9db7
feat: Enhance host extraction from headers ( #2292 )
...
- Refactor SUBController subs and subJsons methods to extract host from X-Forwarded-Host header, falling back to X-Real-IP header and then to the request host if unavailable.
- Update html function to extract host from X-Forwarded-Host header, falling back to X-Real-IP header and then to the request host if unavailable.
- Update DomainValidatorMiddleware to first attempt to extract host from X-Forwarded-Host header, falling back to X-Real-IP header and then to the request host.
Fixes : #2284
Signed-off-by: Ahmad Thoriq Najahi <najahi@zephyrus.id>
2024-05-23 23:51:19 +02:00
mhsanaei
39a08971e4
Add X-Real-IP Support for Client IP (login page)
2024-05-23 15:16:13 +02:00
mhsanaei
0c2e2f4c05
Ensure IPv6 compliant host
...
Co-Authored-By: vnxme <46669194+vnxme@users.noreply.github.com>
2024-05-22 20:06:49 +02:00
MHSanaei
7186d3cd75
[xray] add BurstObservatory + minor changes
...
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-03-11 11:46:54 +03:30
Hamidreza
d503bff637
Some fixes and improvements ( #1997 )
...
* [refactor] api controller
* [fix] access log path
better to not hardcode the access log path, maybe some ppl dont want to use the default ./access.log
* [fix] set select options from logs paths in xray settings
* [update] .gitignore
* [lint] all .go files
* [update] use status code for jsonMsg and 401 to unauthorize
* [update] handle response status code via axios
* [fix] set correct value if log paths is set to 'none'
we also use the default value for the paths if its set to none
* [fix] iplimit - only warning access log if f2b is installed
2024-03-11 01:01:24 +03:30
MHSanaei
4146e72e9e
bug fix #1595
2024-02-21 22:20:51 +03:30
MHSanaei
2dccd19dc9
[sub] json + fragment
...
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-02-21 14:17:52 +03:30
surbiks
3519fe657c
add outbound traffic reset ( #1767 )
2024-02-07 11:25:31 +03:30
Saeid
23cf83c8f1
Show outbound traffic in outbounds table ( #1711 )
...
* store outbound traffic in database
* show outbound traffic in outbounds table
* add refresh button
2024-01-30 00:07:20 +03:30
MHSanaei
bee2ddfbb7
v2.1.2
...
revert #1650 #1661 #1664 #1670
made panel full of bug
2024-01-27 00:32:19 +03:30
Ali Rahimi
2a2c9edd1c
add single client bug fixed ( #1664 )
2024-01-23 13:30:21 +03:30
Ali Rahimi
0de3d2d0b0
Group editing feature of users with the same subscription ( #1661 )
2024-01-22 15:08:36 +03:30
Ali Rahimi
d593611e7f
add group user with the same subscription id to all inbounds ( #1650 )
2024-01-21 17:56:19 +03:30
Amin
dd8353f65a
Fix inbounds with the same port and different IPs ( #1595 )
2024-01-17 16:21:28 +03:30
MHSanaei
513e8ebd53
WARP via wireguard
...
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-01-11 09:57:21 +03:30
Alireza Ahmadi
353fb7bde0
[xray] show xray errors #1300
2023-12-10 12:57:39 +01:00
Alireza Ahmadi
29de5a9cb9
import-export inbound #1300
2023-12-08 20:08:44 +01:00
Alireza Ahmadi
8de5e4111f
pagination and sub URI support #1300
2023-12-08 17:18:51 +01:00
Alireza Ahmadi
402e74c31d
xray setting enhancements #1286
2023-12-05 18:20:44 +01:00
MHSanaei
95f17e4b7f
[api] online users
...
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-12-05 14:40:16 +03:30
Alireza Ahmadi
6ba7f1198a
separate xray page #1286
2023-12-04 19:20:46 +01:00
Alireza Ahmadi
6dbc2fc3e3
online users backend #1286
2023-12-04 19:13:21 +01:00
MHSanaei
c0686c5cd3
move restart cron to web.go
...
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-09-06 18:22:37 +03:30
MHSanaei
fe2a0adb0a
Add encrypt subscription ON/OFF switch
...
Co-Authored-By: SudoSpace <79229394+sudospaes@users.noreply.github.com>
2023-08-26 16:54:01 +03:30
MHSanaei
951aaca621
[sub] improve usage info in Remark
...
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-08-26 15:11:12 +03:30
MHSanaei
899536ef8f
log level & syslog
...
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-07-31 20:11:47 +03:30
MHSanaei
63ce333037
[feature] using xray API for inbound
...
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-07-18 02:40:22 +03:30
Hamidreza
b0209fb0f9
🚀 Some improvements for x-ui.sh and ip job ( #665 )
2023-07-01 15:56:43 +03:30
Ho3ein
eb92c3d14c
new - loglevel ( #612 )
2023-06-16 18:25:33 +03:30
MHSanaei
f3a0142dbb
fix and improve
2023-06-14 19:50:19 +03:30
MHSanaei
54da8ad9bd
[feature] using xray api and more
...
Improve DB performance
[api] backward compatibility: add client by update
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-06-05 00:32:19 +03:30
Hamidreza Ghavami
675b7d1d65
fix setting
2023-05-31 03:29:59 +04:30
Hamidreza Ghavami
c0b384efb5
some improvements
2023-05-31 01:31:56 +04:30
Hamidreza Ghavami
b546d786eb
add an option for webDomain
2023-05-31 01:21:14 +04:30
MHSanaei
f18dd8561d
[feature] separate subscription service
...
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-05-22 18:06:34 +03:30
MHSanaei
bf6ec5fe37
[feature] add multi domain tls (CDN ready)
...
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-05-22 17:31:41 +03:30
Hamidreza Ghavami
f748918a00
rename I18n to I18nWeb
2023-05-21 03:29:27 +04:30
Hamidreza Ghavami
d4c04188b8
update to use WebI18n func
2023-05-20 19:51:45 +04:30
Hamidreza Ghavami
442da6db66
update I18n function for controller
2023-05-20 19:49:39 +04:30