| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-04-08 | feat: 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-08 | chore: create `FileManager` class for downloading files | Shishkevich D. | |
| 2025-04-06 | Code 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-21 | chore: make class to get the device form factor | Shishkevich D. | |
| 2025-03-15 | feat: custom subscription title in panel (#2773) | Ilya Afanasov | |
| * feat: custom subscription title in panel * feat: added translations | |||
| 2025-03-10 | fix: protocol checking during random uuidv4 generation v2.5.5 | Shishkevich D. | |
| fixes the https://github.com/MHSanaei/3x-ui/issues/2750 issue | |||
| 2025-03-09 | fix: generating shortIds for vless reality (#2745) | Shishkevich D. | |
| 2025-03-09 | chore: remove unused variable | Shishkevich D. | |
| 2025-03-09 | chore: refactoring `RandomUtil` class | Shishkevich D. | |
| now we use window.crypto.getRandomValues to generate random values. | |||
| 2025-03-09 | chore: use `crypto.randomUUID()` for generating UUIDv4 | Shishkevich D. | |
| 2025-03-09 | chore: use Base64 library for generating SS password | Shishkevich D. | |
| 2025-03-09 | Revert "chore: add missing params for grpc stream settings (outbound)" | Shishkevich D. | |
| This reverts commit 1c59afe031da71ca857c52efaed76a53b040f8d5. | |||
| 2025-03-09 | Revert "chore: add new grpc params for outbound (#2744)" | Shishkevich D. | |
| This reverts commit c49ec9a74cf1c407cbe872355f1e2ac03a8e3080. | |||
| 2025-03-09 | chore: add missing params for grpc stream settings (outbound) | Shishkevich D. | |
| 2025-03-09 | chore: add new grpc params for outbound (#2744) | Shishkevich D. | |
| 2025-03-08 | fix: base64 encoding on vmess/shadowsocks inbounds (#2736) | Shishkevich D. | |
| 2025-03-08 | refactor: move language manager to utils (#2735) | Shishkevich D. | |
| 2025-03-07 | refactor: merging all util functions into classes | Shishkevich D. | |
| 2025-03-07 | refactor: move copy function to utils.js | Shishkevich D. | |
| 2025-03-07 | refactor: delete `base64js` | Shishkevich D. | |
| instead of base64 library you can use built-in JS functions `btoa()` and `atob()` | |||
| 2025-03-06 | refactor: delete `clipboardjs` (#2727) | Shishkevich D. | |
| text copying can be done without using additional libraries | |||
| 2025-03-05 | Sockopt: Add addressPortStrategy | mhsanaei | |
| 2025-03-03 | TLS fingerprints: randomizednoalpn | mhsanaei | |
| 2025-02-22 | serverNameToVerify to verifyPeerCertInNames #2662 | mhsanaei | |
| 2025-02-22 | feat(externalTrafficJob): External Traffic Inform (#2660) | AAA | |
| * Add Setting entity + GUI field in panel settings * Add a missing 'Traffic' in InformEnabale field * Add ExternalTrafficURL Post request call * Add translation + cleanup * Move options to General tab --------- Co-authored-by: root <root@vm3562019.stark-industries.solutions> Co-authored-by: root <root@vm3688062.stark-industries.solutions> | |||
| 2025-02-04 | revert 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-26 | TLS - serverNameToVerify | mhsanaei | |
| 2025-01-26 | default setting - scStreamUpServerSecs | mhsanaei | |
| 2025-01-23 | json post base path bug fixed (#2647) | Ali Rahimi | |
| * json post base path bug fixed * added comment field to group client management | |||
| 2025-01-22 | XHTTP - scStreamUpServerSecs | mhsanaei | |
| 2025-01-21 | Group 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 | |||
| 2025-01-11 | time Location - local | mhsanaei | |
| 2025-01-02 | bug fix - reality settings | mhsanaei | |
| 2025-01-01 | xmux - hMaxReusableSecs | mhsanaei | |
| 2025-01-01 | tcpNoDelay to penetrate | mhsanaei | |
| 2024-12-27 | bug fix - outbound xhttp link | MHSanaei | |
| 2024-12-27 | bug fix - vmess tls | mhsanaei | |
| 2024-12-27 | Client: Comment | mhsanaei | |
| now you can add Comment and write anything you want to remember | |||
| 2024-12-18 | TLS, REALITY : fingerprint set default to chrome | mhsanaei | |
| 2024-12-18 | remove insecure cipher suites list | mhsanaei | |
| 2024-12-18 | UTLS: unsafe | mhsanaei | |
| 2024-12-17 | XHTTP: server & client | mhsanaei | |
| Remove scMinPostsIntervalMs, xmux, noGRPCHeader from the server side and add them to the client side. Before you could have them on sub json but I decided to remove them. | |||
| 2024-12-16 | XHTTP: Add "scMaxBufferedPosts"v2.4.9 | mhsanaei | |
| 2024-12-16 | XHTTP: Add "hMaxRequestTimes, hKeepAlivePeriod" | MHSanaei | |
| 2024-12-11 | XHTTP: Add "keepAlivePeriod" | mhsanaei | |
| 2024-12-05 | xhttp - default settings | mhsanaei | |
| 2024-12-04 | Transport: Remove HTTP | mhsanaei | |
| Migrated to XHTTP "stream-one" mode. | |||
| 2024-12-04 | splithttp to xhttp | mhsanaei | |
| 2024-12-04 | WebSocket: Add heartbeatPeriod | mhsanaei | |
| 2024-12-03 | XHTTP: Add "stream-one" | mhsanaei | |
