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-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
2025-04-15fix: encoding subscription title in base64Shishkevich D.
2025-04-15fix: Error when generating shadowsocks keys in Blake3_AES_256_GCMShishkevich D.
2025-04-12fix docker-compose.yml: the attribute `version` is obsolete (#2891)Columbiysky
2025-04-11v2.5.7v2.5.7mhsanaei
2025-04-11update dependenciesmhsanaei
2025-04-09Code refactoring (#2877)Pk-web6936
* read without -r will mangle backslashes. https://github.com/koalaman/shellcheck/wiki/SC2162 * read without -r will mangle backslashes.
2025-04-08feat: add Arabic language (#2880)kmoshax
* translation: add Arabic support into language manager * translation: add Arabic language support * translation: add Arabic language support in README files
2025-04-08chore: create `FileManager` class for downloading filesShishkevich D.
2025-04-07fix: current tab highlight in sidebar (#2874)Shishkevich D.
2025-04-07minor changesmhsanaei
2025-04-06Code refactoring (#2865)Shishkevich D.
* 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-04Xray Core v25.3.31mhsanaei
+update dependencies
2025-04-04chore: update Go to v1.24.2 (#2866)Pk-web6936
* Go v1.24.2 * Update dependencies
2025-04-01chore: simplify login page (#2851)Shishkevich D.
* 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-03-30fix: opening links in the sidebarShishkevich D.
2025-03-30Consolidate and Optimize .gitignore Files (#2838)Pk-web6936
* Update .gitignore
2025-03-30locs(RU\UA): a bit better translate (#2841)Columbiysky
2025-03-26Add Admin-Controlled Client Management to Telegram Bot (#2788)nistootsin
* 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-26Merge pull request #2823 from shishkevichd/refactor/refactor-5Sanaei
Code refactoring
2025-03-26Merge branch 'main' into refactor/refactor-5Sanaei
2025-03-25chore: giving keys for each `a-collapse-panel`danilshishkevich
2025-03-24chore: move client table into componentsdanilshishkevich
2025-03-24chore: improve stylesdanilshishkevich
- elements with class `.collapse-title` are missing - changed paddings in `.ant-xray-version-list-item` element