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/html
AgeCommit message (Collapse)Author
2025-07-06chore: return automatic generation of shadowsocks keysShishkevich D.
2025-07-06fix: login title shifts the input fieldsShishkevich D.
* chore: revert "fix: reduced login title font-size for mobile (#3105)" * chore: short login title translation for russian * chore: change login title translation for ukrainian
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-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-17chore: add download config button for wireguardShishkevich D.
2025-06-16chore: add translations for routing tableShishkevich D.
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-11fix: 2fa qr-code (#2996)Tara Rostami
2025-05-10chore: add translations for `a-table`Shishkevich D.
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-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-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-11v2.5.7v2.5.7mhsanaei
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-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-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-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