Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-06-18fix: reduced login title font-size for mobile (#3105)spatiumstas
2025-06-17refactor: use `math.MaxUint16` when checking portShishkevich D.
2025-06-17chore: add download config button for wireguardShishkevich D.
2025-06-16chore: add `RHEL` system to install.shxujie86
fixed #3097
2025-06-16chore: add translations for routing tableShishkevich D.
2025-06-16chore: up minimal xray-core version to v25.6.8Shishkevich D.
2025-06-13chore: build image in docker composeShishkevich D.
this makes it possible to run development build using Docker.
2025-06-11Merge pull request #3087 from rammiah/mainSanaei
feat: support metrics config
2025-06-11feat: support metrics configrammiah
2025-06-10chore: update the installation command (#3069)Jay
* install command had an extra $ at the first of the line * install command had an extra $ at the first of the line * install command had an extra $ at the first of the line * install command had an extra $ at the first of the line * install command had an extra $ at the first of the line * install command had an extra $ at the first of the line
2025-06-05chore: clean readme, add link to wiki (#3045)Shishkevich D.
2025-06-05fix: don't show ip limit for some protocols (#3064)Shishkevich D.
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-05-28feat: add command list in telegram bot (#3027)spatiumstas
2025-05-22chore: `X_UI_ENABLE_FAIL2BAN` -> `XUI_ENABLE_FAIL2BAN` (#3030)Shishkevich D.
2025-05-17feat: support .env file (#3013)Ali Golzar
2025-05-16Code refactoring (#3011)Pk-web6936
* Code refactoring read without -r will mangle backslashes https://github.com/koalaman/shellcheck/wiki/SC2162 * Update x-ui.sh
2025-05-16fix: handle inbounds interaction errors (#3009)Shishkevich D.
eliminates messages like: “Inbound created successfully (Port 100 is already busy)”.
2025-05-16v2.6.0v2.6.0mhsanaei
2025-05-16Xray-core v25.5.16mhsanaei
2025-05-14fix: Restore from .db file fails (#2988)Columbiysky
* fix: issue 2953. Restore from .db file fails because * Update server.go
2025-05-11update dependenciesmhsanaei
2025-05-11fix: 2fa qr-code (#2996)Tara Rostami
2025-05-10chore: simplified chinese translate improvedckun52880
2025-05-10fix: remove duplicate pathShishkevich D.
2025-05-10chore: сonfiguring `paths` for CI Shishkevich D.
no need for automatic build when changing files that do not affect panel operation
2025-05-10chore: customizing triggers for builds Shishkevich D.
Now CI triggers on commit to main, or on release
2025-05-10chore: add translations for `a-table`Shishkevich D.
2025-05-10chore: russian translate improved (#2990)Columbiysky
2025-05-09chore: toasts translation refactoringShishkevich D.
2025-05-08chore: implement 2fa auth (#2968)Shishkevich D.
* 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-06Added 3 new buttons to telegram bot (#2965)nistootsin
* 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-06feat: implement geofiles update in panel (#2971)Shishkevich D.
solves #2672 Co-authored-by: Sanaei <ho3ein.sanaei@gmail.com>
2025-05-06geosite : category-pornmhsanaei
2025-05-06fix: check default credentials during a fresh installationShishkevich D.
2025-05-03chore: do not show the current login and password (#2969)Shishkevich D.
2025-05-03feat: hashing user passwordsColumbiysky
solves problems #2944, #2783
2025-04-30v2.5.8v2.5.8mhsanaei
2025-04-30Xray Core v25.4.30mhsanaei
2025-04-30update dependenciesmhsanaei
2025-04-29refactror: add check ipv6 pathПавел
fix issues #1669 #2882
2025-04-27chore: minor fixes for login pageTara Rostami
2025-04-23chore: new templates for issues and pull requests (#2935)Shishkevich D.
* 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-19fix: qr modal headerShishkevich D.
2025-04-19chore: move qr params in `a-popover`Shishkevich D.
2025-04-19feat: add a toggle to use public IPv4 in QR/URIAKILA INDUNIL
2025-04-18automatic Build and Release (#2919)Pk-web6936
* Update release.yml * Update release.yml * Update release.yml
2025-04-18docs: Update README (#2921)Pk-web6936
* Update README.es_ES.md * Update README.ru_RU.md
2025-04-18docs: Update README.zh_CN.md (#2920)006lp
2025-04-18chore: deleting unnecessary functionsShishkevich D.
2025-04-16feat: add `Submit As Enable` in telegram botnistootsin