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-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-03-24chore: move client table into componentsdanilshishkevich
2025-03-24chore: transforming a common sidebar into a separate componentShishkevich D.
- also added saving collapsed state
2025-03-24chore: moving the modals to a separate directoryShishkevich D.
2025-03-21chore: make class to get the device form factorShishkevich D.
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-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-15feat: custom subscription title in panel (#2773)Ilya Afanasov
* feat: custom subscription title in panel * feat: added translations
2025-03-09chore: refactoring `RandomUtil` classShishkevich D.
now we use window.crypto.getRandomValues to generate random values.
2025-03-07refactor: merging all util functions into classesShishkevich D.
2025-03-07refactor: move copy function to utils.jsShishkevich D.
2025-03-07refactor: delete `base64js`Shishkevich D.
instead of base64 library you can use built-in JS functions `btoa()` and `atob()`
2025-03-06refactor: delete `clipboardjs` (#2727)Shishkevich D.
text copying can be done without using additional libraries
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-31fix getSubGroupClients for enable/disable and edit clients.AghayeCoder
2025-01-26minor changemhsanaei
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-11-12[CodeFactor] Apply fixes (#2595)DecorativeFamily
Co-authored-by: codefactor-io <support@codefactor.io>
2024-10-30REALITY: SplitHTTP transportmhsanaei
2024-10-29removed - XTLS Securitymhsanaei
because its too old and no one use it anymore
2024-09-16minor changesmhsanaei
2024-09-16New - Allocatemhsanaei
2024-07-13date format - jalalianmhsanaei
2024-07-01pageSize default to 50mhsanaei
2024-06-17check error in remove by core-apimhsanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-04-20UI Improvements (#2228)Tara Rostami
* UI Improvements Better Table Update QR Code Modal Better Info Modal Compression HTML files Better Dropdown Menu Better Calendar and more .. Remove files Minor Fixes
2024-04-17renamemhsanaei
2024-04-01QRious2 (#2156)Tara Rostami
2024-03-20UI Improvements (#2067)Tara Rostami
2024-03-12ip limit only if log is availableAlireza Ahmadi
2024-03-12[ui] remove online animationMHSanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-03-09Minor Fixes (#1992)Tara Rostami
autocomplete max - min for input-number
2024-02-27close modal only after success msgMHSanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-02-23minor changesMHSanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com> Co-Authored-By: Tara Rostami <132676256+TaraRostami@users.noreply.github.com>
2024-02-21[sub] json + fragmentMHSanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-02-21SSL Security AlertMHSanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-02-19open sniffing for all protocolsMHSanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-02-19Fix Enabled/Disabled counter (#1847)somebodywashere
2024-02-19some changesMHSanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-02-18[wg] auto multi-peer and qrcodeMHSanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-02-17[feature] export subsMHSanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-01-27v2.1.2MHSanaei
revert #1650 #1661 #1664 #1670 made panel full of bug
2024-01-24bug fixed (import inbounds) (#1670)Ali Rahimi
* add single client bug fixed * bug fixed
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-21minor changesMHSanaei
disAllowedIps doesn't show on debug if there is no ip change copy to clipboard to export inbound
2024-01-15translate enhancement (#1574)shahin-io
2024-01-12[bug] fix switch enable inboundMHSanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-01-09fix switchEnable in filter modeMHSanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>