Commit graph

1779 commits

Author SHA1 Message Date
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
mhsanaei
e49cf070bf update dependencies 2025-05-11 13:05:45 +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.
f3324c3903 fix: remove duplicate path 2025-05-10 22:25:24 +07:00
Shishkevich D.
9556d981ab chore: сonfiguring paths for CI
no need for automatic build when changing files that do not affect panel operation
2025-05-10 22:24:49 +07:00
Shishkevich D.
20d5901b44 chore: customizing triggers for builds
Now CI triggers on commit to main, or on release
2025-05-10 22:00:20 +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
Shishkevich D.
6f6080d932 fix: check default credentials during a fresh installation 2025-05-06 09:05:32 +07:00
Shishkevich D.
d87b2bccba chore: do not show the current login and password (#2969) 2025-05-03 18:00:25 +07:00
Columbiysky
b7be30dccc feat: hashing user passwords
solves problems #2944, #2783
2025-05-03 16:27:53 +07:00
mhsanaei
71858e7036 v2.5.8 2025-04-30 11:24:06 +02:00
mhsanaei
2097c5c930 Xray Core v25.4.30 2025-04-30 10:56:55 +02:00
mhsanaei
61270d7ce2 update dependencies 2025-04-30 10:51:49 +02:00
Павел
f0590c0593 refactror: add check ipv6 path
fix issues #1669 #2882
2025-04-29 20:32:54 +07:00
Tara Rostami
e7f2a03dc3 chore: minor fixes for login page 2025-04-27 11:22:43 +07:00
Shishkevich D.
2ba8a5e740 chore: new templates for issues and pull requests (#2935)
* chore: new issue templates

* chore: fixing templates

* chore: add pull request template
also edited bug report

* chore: add checklist for question and feat request template

* chore: remove title prefix

* fix: template title

* fix: re-fixing the template title

* chore: remove checklist for pull request

* chore: remove emojies

* fix: elimination of minor defects
2025-04-23 09:04:36 +02: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
Pk-web6936
4154981872 automatic Build and Release (#2919)
* Update release.yml

* Update release.yml

* Update release.yml
2025-04-18 22:32:38 +02:00
Pk-web6936
095142de45 docs: Update README (#2921)
* Update README.es_ES.md

* Update README.ru_RU.md
2025-04-18 22:31:35 +02:00
006lp
59791acb42 docs: Update README.zh_CN.md (#2920) 2025-04-18 21:16:39 +02: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.
a7624923dd fix: encoding subscription title in base64 2025-04-15 19:29:54 +07:00
Shishkevich D.
5febf5c024 fix: Error when generating shadowsocks keys in Blake3_AES_256_GCM 2025-04-15 18:33:26 +07:00
Columbiysky
4020998898 fix docker-compose.yml: the attribute version is obsolete (#2891) 2025-04-12 08:19:55 +02:00
mhsanaei
ed04ed494b v2.5.7 2025-04-11 12:11:39 +02:00
mhsanaei
a707c4f3ce update dependencies 2025-04-11 11:09:43 +02:00
Pk-web6936
7acafb63ae Code refactoring (#2877)
* read without -r will mangle backslashes.

https://github.com/koalaman/shellcheck/wiki/SC2162

* read without -r will mangle backslashes.
2025-04-09 11:12:14 +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
Shishkevich D.
821ebcf40c fix: current tab highlight in sidebar (#2874) 2025-04-07 08:28:02 +07:00
mhsanaei
d77d5f0152 minor changes 2025-04-07 00:45:52 +02:00
Shishkevich D.
a6b1a272b0 Code refactoring (#2865)
* refactor: use vue inline styles in entire application

* refactor: setting row in dashboard page

* refactor: use blob for download file in text modal

* refactor: move all html templates in `web/html` folder

* refactor: `DeviceUtils` -> `MediaQueryMixin`
The transition to mixins has been made, as they can update themselves.

* chore: pretty right buttons in `outbounds` tab in xray settings

* refactor: add translations for system status

* refactor: adjust gutter spacing in setting list item

* refactor: use native `a-input-password` for password field

* chore: return old system status
with new translations

* chore: add missing translation
2025-04-06 11:40:33 +02:00
mhsanaei
52e64f00ef Xray Core v25.3.31
+update dependencies
2025-04-04 21:20:07 +02:00
Pk-web6936
afc6df21e7 chore: update Go to v1.24.2 (#2866)
* Go v1.24.2

* Update dependencies
2025-04-04 21:25:48 +07:00
Shishkevich D.
ae15cd3063 chore: simplify login page (#2851)
* chore: change login page

* chore: minor improvements on login page

* chore: add login button padding

* fix: delete unnecessary attributes

* fix: Restore headline animation with DOMContentLoaded
2025-04-01 14:24:03 +02:00
Shishkevich D.
b88be94c3b fix: opening links in the sidebar 2025-03-30 22:02:05 +07:00
Pk-web6936
3902a90cc6 Consolidate and Optimize .gitignore Files (#2838)
* Update .gitignore
2025-03-30 11:32:42 +07:00
Columbiysky
5ff3340ab2 locs(RU\UA): a bit better translate (#2841) 2025-03-30 11:29:35 +07:00
nistootsin
23a554a5aa 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
Sanaei
63d243529a Merge pull request #2823 from shishkevichd/refactor/refactor-5
Code refactoring
2025-03-26 13:04:42 +01:00