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
2026-02-12bug fix #3785MHSanaei
2026-01-03feat: Add WebSocket support for real-time updates and enhance VLESS settings ↵lolka1333
(#3605) * feat: add support for trusted X-Forwarded-For and testseed parameters in VLESS settings * chore: update Xray Core version to 25.12.8 in release workflow * chore: update Xray Core version to 25.12.8 in Docker initialization script * chore: bump version to 2.8.6 and add watcher for security changes in inbound modal * refactor: remove default and random seed buttons from outbound form * refactor: update VLESS form to rename 'Test Seed' to 'Vision Seed' and change button functionality for seed generation * refactor: enhance TLS settings form layout with improved button styling and spacing * feat: integrate WebSocket support for real-time updates on inbounds and Xray service status * chore: downgrade version to 2.8.5 * refactor: translate comments to English * fix: ensure testseed is initialized correctly for VLESS protocol and improve client handling in inbound modal * refactor: simplify VLESS divider condition by removing unnecessary flow checks * fix: add fallback date formatting for cases when IntlUtil is not available * refactor: simplify WebSocket message handling by removing batching and ensuring individual message delivery * refactor: disable WebSocket notifications in inbound and index HTML files * refactor: enhance VLESS testseed initialization and button functionality in inbound modal * fix: * refactor: ensure proper WebSocket URL construction by normalizing basePath * fix: * fix: * fix: * refactor: update testseed methods for improved reactivity and binding in VLESS form * logger info to debug --------- Co-authored-by: lolka1333 <test123@gmail.com>
2025-09-20docs: add comments for all functionsmhsanaei
2025-09-19fix: ineffectual assignment to needRestartmhsanaei
2025-09-19go package correction v2mhsanaei
2025-09-19go package correctionmhsanaei
2025-09-10API: delClientByEmailmhsanaei
2025-09-09api (#3434)Sanaei
2025-08-31feat: add "Last Online" column to client list and modal (Closes #3402) (#3405)Ali Golzar
* feat: persist client last online and expose API * feat(ui): show client last online in table and info modal * i18n: add “Last Online” across locales * chore: format timestamps as HH:mm:ss
2025-08-04fix: simplify error handlingmhsanaei
2025-07-23Endpoint for updating client traffic by email (#3259)Azavax
* Update api.go * Update inbound.go * Update inbound.go
2025-05-16fix: handle inbounds interaction errors (#3009)Shishkevich D.
eliminates messages like: “Inbound created successfully (Port 100 is already busy)”.
2025-05-09chore: toasts translation refactoringShishkevich D.
2025-02-04revert group management (#2656)Sanaei
* Revert "json post base path bug fixed (#2647)" This reverts commit 04cf250a547bb64265d256e7d15af7cea5ecfa67. * Revert "Group Management of Subscription Clients" * Revert "fix getSubGroupClients for enable/disable and edit clients." * Revert "Enhance database initialization in db.go (#2645)" This reverts commit 66fe84181b9c4e2f6c6be943a7f486b4308c32ff. * Revert "Add checkpoint handling in CloseDB function (#2646)" This reverts commit 4dd40f6f192e3f94f2ea4fe9e942e6663b5a1527. * Revert "Improved database model migration and added indexing (#2655)" This reverts commit b922d986d6783ce28d00ca948024dee44a11f29e.
2025-01-21Group Management of Subscription Clients (#2644)Ali Rahimi
* add group user with the same subscription id to all inbounds * code format compare * add await for reset client traffic * en language changed * added client traffic syncer job * handle exist email duplicate in sub group * multi reset and delete request for clients group * add client traffic syncer setting option * vi translate file updated * auto open qr-modal bug fixed
2024-07-23API - Get client's traffic By IDmhsanaei
Co-Authored-By: Hassan Ali Gilani <mr.ajaxian@gmail.com>
2024-07-07Typo fixedmhsanaei
2024-03-11[xray] add BurstObservatory + minor changesMHSanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-03-11Some fixes and improvements (#1997)Hamidreza
* [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-02-21bug fix #1595MHSanaei
2024-01-27v2.1.2MHSanaei
revert #1650 #1661 #1664 #1670 made panel full of bug
2024-01-23add single client bug fixed (#1664)Ali Rahimi
2024-01-22Group editing feature of users with the same subscription (#1661)Ali Rahimi
2024-01-21add group user with the same subscription id to all inbounds (#1650)Ali Rahimi
2024-01-17Fix inbounds with the same port and different IPs (#1595)Amin
2023-12-08import-export inbound #1300Alireza Ahmadi
2023-12-04online users backend #1286Alireza Ahmadi
2023-09-06move restart cron to web.goMHSanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-07-18[feature] using xray API for inboundMHSanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-07-01🚀 Some improvements for x-ui.sh and ip job (#665)Hamidreza
2023-06-14fix and improveMHSanaei
2023-06-05[feature] using xray api and moreMHSanaei
Improve DB performance [api] backward compatibility: add client by update Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-05-30add an option for webDomainHamidreza Ghavami
2023-05-22[feature] add multi domain tls (CDN ready)MHSanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-05-21rename I18n to I18nWebHamidreza Ghavami
2023-05-20update to use WebI18n funcHamidreza Ghavami
2023-05-04update translationHamidreza Ghavami
2023-04-25[feature] delete depleted clientsMHSanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-04-25update by client idMHSanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-04-24Better client delete + apiMHSanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-04-21add getClientTraffics apiMHSanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-04-18improve reality settingMHSanaei
split xtls from tls - remove iran warp - remove old setting reality from franzkafka (it was a messy code) -and other improvement Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-04-09alireza update packMHSanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-03-17alirezaMHSanaei
2023-02-28ip limit + export linksMHSanaei
2023-02-18update pack 2MHSanaei
2023-02-093x-uiMHSanaei