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
path: root/web
AgeCommit message (Collapse)Author
2025-07-02chore: reset two-factor authentication after changing admin credentials (#3029)Shishkevich D.
* 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-06-24chore: mark `2053` port as unsecuredShishkevich D.
2025-06-24fix: selecting a supported languageShishkevich D.
english could be selected by default at first load, even if the user's language was supported by the panel
2025-06-23chore: russian language improvementsShishkevich D.
2025-06-21refactor: new loading logic, icons for tabsShishkevich D.
2025-06-21refactor: use new page templatesShishkevich D.
2025-06-21chore: clients comment improvementShishkevich D.
- use default ant components instead custom styles - remove comments in inbound info modal (duplicates information) - enhance tooltip usage
2025-06-21feat: add comments under client id (#3131)Vadim Iskuchekov
2025-06-20fix: generate correct keys for shadowsocks inboundsShishkevich D.
2025-06-18chore: add new dns features from v25.6.8Shishkevich D.
* chore: add new dns params * chore: add `DNS Presets` modal * chore: edit file names
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 translations for routing tableShishkevich D.
2025-06-16chore: up minimal xray-core version to v25.6.8Shishkevich D.
2025-06-11feat: support metrics configrammiah
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-16fix: handle inbounds interaction errors (#3009)Shishkevich D.
eliminates messages like: “Inbound created successfully (Port 100 is already busy)”.
2025-05-14fix: Restore from .db file fails (#2988)Columbiysky
* fix: issue 2953. Restore from .db file fails because * Update server.go
2025-05-11fix: 2fa qr-code (#2996)Tara Rostami
2025-05-10chore: simplified chinese translate improvedckun52880
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-03feat: hashing user passwordsColumbiysky
solves problems #2944, #2783
2025-04-27chore: minor fixes for login pageTara Rostami
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-18chore: deleting unnecessary functionsShishkevich D.
2025-04-16feat: add `Submit As Enable` in telegram botnistootsin
2025-04-15fix: Error when generating shadowsocks keys in Blake3_AES_256_GCMShishkevich D.
2025-04-11v2.5.7v2.5.7mhsanaei
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-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-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-25chore: giving keys for each `a-collapse-panel`danilshishkevich
2025-03-24chore: move client table into componentsdanilshishkevich