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-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
2025-03-24chore: improve stylesdanilshishkevich
- elements with class `.collapse-title` are missing - changed paddings in `.ant-xray-version-list-item` element
2025-03-24chore: transforming a common sidebar into a separate componentShishkevich D.
- also added saving collapsed state
2025-03-24fix: dashboard won't loadShishkevich D.
2025-03-24chore: moving the modals to a separate directoryShishkevich D.
2025-03-24chore: moving the settings tabs to a separate directoryShishkevich D.
2025-03-21chore: make class to get the device form factorShishkevich D.
2025-03-21chore: meta tag changeShishkevich D.
- `X-UA-Compatible` is only used by Internet Explorer, so it removed - `robots` allows the panel not to be indexed by a search engine
2025-03-21chore: delete `display.css`Shishkevich D.
these styles are not used anywhere
2025-03-21chore: improve russian translation (#2802)Shishkevich D.
* chore: improve russian translation * chore: corrections in translation
2025-03-19chore: pretty `Inbounds` page (#2791)Shishkevich D.
* chore: pretty 'Inbounds' page * chore: return styles for aCustomStatistic styles was intended to properly display a-statistic in the app, but for some unknown reason it was removed * fix: switch style in dark mode ---------
2025-03-18Russian translation fixes (#2792)Kirill Dunaev
2025-03-18Update index.htmlmhsanaei
2025-03-18Fixes and improvements (#2789)Tara Rostami
* Fixes and improvements * Update translate.en_US.toml
2025-03-17Code refactoring (#2785)Shishkevich D.
* chore: pretty theme menu in sidebar * refactor: renaming component templates * refactor: create custom `a-statistic` component * fix: display button text only on large screens * chore: remove loading background in overview page * fix: show `Version` text when xray version is unknown
2025-03-17chore: some improvements (#2782)Shishkevich D.
* chore: improve outbound link input * chore: ui improvement
2025-03-15chore: pretty 'Overview' page (#2772)Shishkevich D.
* chore: pretty 'Overview' page * chore: some improvements in 'overview page' - reduced font size - added caption to buttons - fixed display of xray state - xray version display returned
2025-03-15feat: custom subscription title in panel (#2773)Ilya Afanasov
* feat: custom subscription title in panel * feat: added translations
2025-03-12Refactor: Use any instead of interface{}mhsanaei
2025-03-12warp - optimize utility codemhsanaei
2025-03-12fix - public IP #2763mhsanaei
2025-03-11Axios v1.8.2mhsanaei
2025-03-10fix: protocol checking during random uuidv4 generation v2.5.5Shishkevich D.
fixes the https://github.com/MHSanaei/3x-ui/issues/2750 issue
2025-03-09fix: generating shortIds for vless reality (#2745)Shishkevich D.
2025-03-09chore: remove unused variableShishkevich D.
2025-03-09chore: refactoring `RandomUtil` classShishkevich D.
now we use window.crypto.getRandomValues to generate random values.
2025-03-09chore: use `crypto.randomUUID()` for generating UUIDv4Shishkevich D.
2025-03-09chore: use Base64 library for generating SS passwordShishkevich D.
2025-03-09fix: modals styleShishkevich D.
2025-03-09Revert "chore: add missing params for grpc stream settings (outbound)"Shishkevich D.
This reverts commit 1c59afe031da71ca857c52efaed76a53b040f8d5.
2025-03-09Revert "chore: add new grpc params for outbound (#2744)"Shishkevich D.
This reverts commit c49ec9a74cf1c407cbe872355f1e2ac03a8e3080.
2025-03-09chore: add `dns` type for kcp protocol Shishkevich D.
see https://xtls.github.io/config/transports/mkcp.html#headerobject
2025-03-09chore: add missing params for grpc stream settings (outbound)Shishkevich D.
2025-03-09chore: add new grpc params for outbound (#2744)Shishkevich D.
2025-03-09tgbot - restartmhsanaei
change restart force to restart
2025-03-08minor changesmhsanaei
2025-03-08Code refactoring (#2739)Shishkevich D.
* refactor: switching to the use of typed props * refactor: `password-input` -> `a-password-input` * fix: qr modal copy error
2025-03-08chore: pretty `backup` and `xray version` modal (#2737)Shishkevich D.
* chore: pretty `backup & restore` modal * chore: pretty `xray version` modal * fix: new `xray version` modal style
2025-03-08fix: base64 encoding on vmess/shadowsocks inbounds (#2736)Shishkevich D.