Commit Graph

29 Commits

Author SHA1 Message Date
心隨緣動 8b86a6e0b8 Fixed some minor issues 2025-09-18 23:34:38 +08:00
心隨緣動 6fd483f648 v25.9.17
v25.9.17
2025-09-17 23:45:33 +08:00
心隨緣動 e59ffa29e9 Fix critical bugs in ObjectUtil.equals() and filterInbounds() 2025-09-11 21:12:32 +08:00
心隨緣動 95afbf53da v2.7.2 2025-09-10 16:27:01 +08:00
心隨緣動 86e5f720bb v2.7.1 2025-09-08 20:44:38 +08:00
心隨緣動 a39d64fcb1 v2.7.1 2025-09-08 16:12:18 +08:00
心隨緣動 cc74d1038f v2.6.9 -------->>> Independent SpeedLimit 2025-09-05 21:27:34 +08:00
心隨緣動 907f7e5d98 v2.6.8 2025-09-02 14:19:01 +08:00
心隨緣動 3bc6f67f2c Merge branch 'MHSanaei:main' into main 2025-09-01 00:38:45 +08:00
Ali Golzar 4a0914cb1e feat: add "Last Online" column to client list and modal (Closes #3402) (#3405)
* feat: persist client last online and expose API

* feat(ui): show client last online in table and info modal

* i18n: add “Last Online” across locales

* chore: format timestamps as HH:mm:ss
2025-08-31 18:33:50 +02:00
心隨緣動 e3498e46ed Merge branch 'main' into 3x-ui 2025-08-31 14:22:51 +08:00
Ali Golzar d0796b26c9 fix(ui): hide Created/Updated columns and fix issues in small displays (#3400)
- Hide the “Created” and “Updated” columns in the clients
- Ensures the “All-time Traffic” column no longer overlaps with adjacent columns.
- Improves layout readability and prevents UI cluttering after the v2.6.7 update.

Closes #3399
2025-08-30 23:01:57 +02:00
心隨緣動 75fb29237b v2.6.7 2025-08-29 09:14:05 +08:00
心隨緣動 873133f1bc Merge branch 'MHSanaei:main' into main 2025-08-28 16:59:49 +08:00
mhsanaei 0c7b59ed47 removed: Allocate 2025-08-28 10:15:04 +02:00
心隨緣動 c0adb2f06c Merge branch 'main' into 3x-ui 2025-08-28 12:45:30 +08:00
Ali Golzar 3087c1b123 Add all-time traffic for inbounds and clients (#3387)
* feat(db): add allTime field to Inbound and ClientTraffic models

* feat(inbound): increment all_time for inbounds and clients on traffic updates

calculate correct all_time traffic on migrate command

* feat(ui): show all-time traffic column for inbounds and its clients

* i18n: add pages.inbounds.allTimeTraffic label across locales

* Add All Time Traffic Usage in inbounds page top banner
2025-08-28 01:10:50 +02:00
心隨緣動 22438eb0db Merge branch 'main' into 3x-ui 2025-08-28 03:05:29 +08:00
Ali Golzar 2198397197 Created / Updated fields for clients (#3384)
* feat(backend): add created_at/updated_at to clients and maintain on create/update
backfill existing clients and set updated_at on mutations

* feat(frontend): carry created_at/updated_at in client models and round-trip via JSON

* feat(frontend): display Created and Updated columns in client table with proper date formatting

* i18n: add pages.inbounds.createdAt/updatedAt across all locales

* Update inbound.go

Remove duplicate code
2025-08-27 19:30:49 +02:00
心隨緣動 f4283d37e6 v2.6.7 2025-08-26 15:46:37 +08:00
Alireza Ahmadi d5c532c64f fix saving sockopt 2025-08-09 16:07:33 +02:00
somebodywashere ce72d53d1a fix: inbounds slow loading (#3228) (#3322)
especially encountered on big amount of clients
2025-08-06 15:42:32 +02:00
Shishkevich D. 4b20f16024 refactor: new loading logic, icons for tabs 2025-06-22 00:27:09 +07:00
Shishkevich D. d642774a44 refactor: use new page templates 2025-06-21 15:38:43 +07:00
Shishkevich D. 1644904755 chore: clients comment improvement
- use default ant components instead custom styles
- remove comments in inbound info modal (duplicates information)
- enhance tooltip usage
2025-06-21 15:24:52 +07:00
Vadim Iskuchekov 5c10035bd9 feat: add comments under client id (#3131) 2025-06-21 14:55:35 +07:00
Shishkevich D. 23293813bb chore: add translations for a-table 2025-05-10 21:47:59 +07:00
Shishkevich D. 1ddfe4aba3 chore: toasts translation refactoring 2025-05-09 10:46:29 +07:00
Shishkevich D. bea19a263d Code refactoring (#2865)
* 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-06 11:40:33 +02:00