Commit graph

1053 commits

Author SHA1 Message Date
Gapord
2ed0a2f4ee Enhance broadcast functionality in Tgbot
- Added support for broadcasting messages to users based on their email.
- Improved error handling with localized messages for inbound and client retrieval failures.
- Introduced inline keyboard options for selecting inbounds and users during the broadcast process.
- Updated translation files to include new strings for broadcasting features.
2025-07-28 08:09:13 +03:00
Gapord
15b4ae9be6 test 2025-07-27 12:49:45 +03:00
Azavax
0216dfd1c4 Endpoint for updating client traffic by email (#3259)
* Update api.go

* Update inbound.go

* Update inbound.go
2025-07-22 23:43:48 +02:00
mhsanaei
9e50a52618 ocspStapling set to 0 2025-07-22 12:49:02 +02:00
mhsanaei
7c0fce2b91 new alternative to get public IP address 2025-07-06 20:45:58 +02:00
Shishkevich D.
b4ef2af4c9 chore: return automatic generation of shadowsocks keys 2025-07-06 15:20:41 +07:00
Shishkevich D.
d8a10f4738 fix: login title shifts the input fields
* chore: revert "fix: reduced login title font-size for mobile (#3105)"

* chore: short login title translation for russian

* chore: change login title translation for ukrainian
2025-07-06 13:22:09 +07:00
mhsanaei
a243365c0f fixed: mux #3185 2025-07-04 14:02:33 +02:00
mhsanaei
0a9c0feec8 fixed: type #3186 2025-07-04 13:25:24 +02:00
Shishkevich D.
0994dea15c chore: reset two-factor authentication after changing admin credentials (#3029)
* chore: add `resetTwoFactor` argument for main.go

fixes #3025

* chore: reset two-factor authentication after changing admin credentials

* chore: reset two-factor authentication after changing admin credentials

---------

Co-authored-by: somebodywashere <68244480+somebodywashere@users.noreply.github.com>
Co-authored-by: Sanaei <ho3ein.sanaei@gmail.com>
2025-07-02 11:25:25 +02:00
Shishkevich D.
b716a1bcd5 chore: mark 2053 port as unsecured 2025-06-25 00:38:03 +07:00
Shishkevich D.
0932fab773 fix: selecting a supported language
english could be selected by default at first load, even if the user's language was supported by the panel
2025-06-25 00:30:08 +07:00
Shishkevich D.
0fad19c036 chore: russian language improvements 2025-06-23 19:42:44 +07:00
Shishkevich D.
99bc397b54 refactor: new loading logic, icons for tabs 2025-06-22 00:27:09 +07:00
Shishkevich D.
83115a7ad1 refactor: use new page templates 2025-06-21 15:38:43 +07:00
Shishkevich D.
85536c43e6 chore: clients comment improvement
- use default ant components instead custom styles
- remove comments in inbound info modal (duplicates information)
- enhance tooltip usage
2025-06-21 15:24:52 +07:00
Vadim Iskuchekov
869871b62b feat: add comments under client id (#3131) 2025-06-21 14:55:35 +07:00
Shishkevich D.
5f697f257f fix: generate correct keys for shadowsocks inbounds 2025-06-20 19:30:46 +07:00
Shishkevich D.
79885195da chore: add new dns features from v25.6.8
* chore: add new dns params

* chore: add `DNS Presets` modal

* chore: edit file names
2025-06-18 23:24:18 +07:00
spatiumstas
97cca977ca fix: reduced login title font-size for mobile (#3105) 2025-06-18 22:31:10 +07:00
Shishkevich D.
206f91e86d refactor: use math.MaxUint16 when checking port 2025-06-17 22:45:03 +07:00
Shishkevich D.
a430bf7ffb chore: add download config button for wireguard 2025-06-17 22:25:24 +07:00
Shishkevich D.
1325654cf8 chore: add translations for routing table 2025-06-16 12:26:49 +07:00
Shishkevich D.
f6ae36571c chore: up minimal xray-core version to v25.6.8 2025-06-16 12:22:56 +07:00
rammiah
abc5d4ff89 feat: support metrics config 2025-06-11 18:42:41 +08:00
Shishkevich D.
c4aababb70 chore: clean readme, add link to wiki (#3045) 2025-06-05 18:56:33 +07:00
Shishkevich D.
d59fc7987e fix: don't show ip limit for some protocols (#3064)
this causes the modal window to fail because protocols like wireguard, dokodemo and so on do not have clients (like vless/vmess, shadowsocks, etc).
2025-06-05 18:12:06 +07:00
spatiumstas
42a3fee406 feat: add command list in telegram bot (#3027) 2025-05-28 15:26:29 +07:00
Shishkevich D.
6e3d2923da fix: handle inbounds interaction errors (#3009)
eliminates messages like: “Inbound created successfully (Port 100 is already busy)”.
2025-05-16 23:56:56 +07:00
Columbiysky
9c717848f2 fix: Restore from .db file fails (#2988)
* fix: issue 2953. Restore from .db file fails because

* Update server.go
2025-05-14 17:35:53 +02:00
Tara Rostami
4f91ab6e52 fix: 2fa qr-code (#2996) 2025-05-11 02:12:43 +02:00
ckun52880
abfe3d5679 chore: simplified chinese translate improved 2025-05-10 22:42:23 +07:00
Shishkevich D.
606a71251b chore: add translations for a-table 2025-05-10 21:47:59 +07:00
Columbiysky
c3b065469c chore: russian translate improved (#2990) 2025-05-10 19:41:53 +07:00
Shishkevich D.
0d60a39192 chore: toasts translation refactoring 2025-05-09 10:46:29 +07:00
Shishkevich D.
31f9be62b5 chore: implement 2fa auth (#2968)
* chore: implement 2fa auth

from #2786

* chore: format code

* chore: replace two factor token input with qr-code

* chore: requesting confirmation of setting/removing two-factor authentication

otpauth library was taken from cdnjs

* chore: revert changes in `ClipboardManager`

don't need it.

* chore: removing twoFactor prop in settings page

* chore: remove `twoFactorQr` object in `mounted` function
2025-05-08 16:20:58 +02:00
nistootsin
b0b72fd5c8 Added 3 new buttons to telegram bot (#2965)
* Add a new button to but : Reset All Clients

* handel translation for `Reset All Clients` button

* refactoring

* add a new button to telegram bot >> `Sorted Traffic Usage Report`

* - refactoring

* add ip limit conifg on new client adding time
2025-05-06 18:27:17 +02:00
Shishkevich D.
b9e0781f52 feat: implement geofiles update in panel (#2971)
solves #2672

Co-authored-by: Sanaei <ho3ein.sanaei@gmail.com>
2025-05-06 18:10:58 +02:00
mhsanaei
ad1a8bf5f0 geosite : category-porn 2025-05-06 09:55:06 +02:00
Columbiysky
b7be30dccc feat: hashing user passwords
solves problems #2944, #2783
2025-05-03 16:27:53 +07:00
Tara Rostami
e7f2a03dc3 chore: minor fixes for login page 2025-04-27 11:22:43 +07:00
Shishkevich D.
500b760337 fix: qr modal header 2025-04-19 22:43:24 +07:00
Shishkevich D.
242e17f246 chore: move qr params in a-popover 2025-04-19 22:36:17 +07:00
AKILA INDUNIL
8d814154e3 feat: add a toggle to use public IPv4 in QR/URI 2025-04-19 22:32:22 +07:00
Shishkevich D.
f5961f0fe3 chore: deleting unnecessary functions 2025-04-18 17:55:09 +07:00
nistootsin
cd295775f2 feat: add Submit As Enable in telegram bot 2025-04-16 15:16:55 +07:00
Shishkevich D.
5febf5c024 fix: Error when generating shadowsocks keys in Blake3_AES_256_GCM 2025-04-15 18:33:26 +07:00
mhsanaei
ed04ed494b v2.5.7 2025-04-11 12:11:39 +02:00
kmoshax
dcebb9dd90 feat: add Arabic language (#2880)
* translation: add Arabic support into language manager

* translation: add Arabic language support

* translation: add Arabic language support in README files
2025-04-08 22:26:05 +07:00
Shishkevich D.
b6041b1376 chore: create FileManager class for downloading files 2025-04-08 22:17:29 +07:00