Commit Graph

91 Commits

Author SHA1 Message Date
xboard
272dbd2107 feat: optimize settings management and admin functionality
- Add system log cleanup functionality with batch processing
- Optimize v2_settings table performance by unifying value storage
- Add comprehensive client support list for one-click subscription
- Fix QR code subscription links for specific node types
- Fix route addition issues in admin management panel
- Enhance admin system controller with log management APIs
2025-06-21 12:11:27 +08:00
xboard
fadeacf6f8 refactor: comment out update-check routes and refactor findUserByBearerToken, calcResetDayByMonthFirstDay, calcResetDayByExpireDay 2025-05-24 20:47:27 +08:00
xboard
fdb5b222b9 refactor: use request attributes instead of merge for middleware data transfer
- Replace request->merge() with request->attributes->set() in Server middleware to avoid polluting user input
- Add getNodeInfo() helper method in UniProxyController for cleaner node info access
- Update all node_info references to use the new attribute-based approach
2025-05-24 13:54:57 +08:00
xboard
bf3a9112f2 fix: improve node filtering by client base_version, set subscription content-type, and add hop_interval support for hysteria2
- Refactor node filtering logic to correctly handle client base_version requirements.
- Set appropriate Content-Type header for subscription responses.
- Add support for hop_interval configuration in hysteria2 node delivery.
2025-05-24 13:45:32 +08:00
xboard
a3700ad685 feat: Add node load submission and display functionality
- Implemented node load status submission in UniProxyController with dynamic cache expiration based on server push interval.
- Added log filtering capability in the admin panel for better log management and analysis.
2025-05-24 12:31:18 +08:00
xboard
61300fbcc3 fix: resolve AnyTLS padding scheme modification issue 2025-05-23 20:47:17 +08:00
xboard
fc5a957ddd feat: add AnyTLS support and improve system functionality
- Add AnyTLS protocol support
- Add system logs viewing in admin panel
- Refactor client subscription delivery code
- Refactor hook mechanism
- Add plugin support for Shadowsocks protocol
- Add CSV export option for batch user creation
- Fix mobile admin login page width display issue
2025-05-22 17:58:22 +08:00
Fearless
711151c7d6 add anytls support 2025-05-19 09:25:52 +08:00
xboard
24d9533dca fix: add missing i18n fields in admin and fix Surge template issue 2025-05-16 23:18:30 +08:00
xboard
417590e99c feat(admin): optimize subscription template configuration and add Surfboard subscription template
- Improved the code structure for subscription template configuration.
- Added a new feature in the admin panel to configure Surfboard subscription templates.
2025-05-16 05:13:49 +08:00
xboard
f3cdc2e765 fix(admin): correct ticket message bubble alignment in admin panel 2025-05-11 17:44:18 +08:00
xboard
b614117bd2 fix(admin): Fix order assignment issue in admin panel 2025-05-08 22:14:56 +08:00
xboard
97e7ffccae fix: resolve PHPStan static analysis warnings 2025-05-07 19:48:19 +08:00
xboard
db235c10e8 Revert "fix: resolve PHPStan static analysis warnings"
This reverts commit 2d3e4b4a95.
2025-04-14 21:23:08 +08:00
xboard
2d3e4b4a95 fix: resolve PHPStan static analysis warnings 2025-04-14 02:12:42 +08:00
xboard
5a08754735 Fix: Handle null content in PlanResource::formatContent method
- Fix deprecated warning when passing null to str_replace() function\n- Use null coalescing operator to provide empty string as default value\n- Comply with PHP 8.2+ type requirements
2025-02-25 19:14:19 +08:00
xboard
c45ba9a34d fix: Correct email dispatching in user management 2025-02-23 00:27:22 +08:00
xboard
b7e87ba18d feat: Add TUIC protocol support and fix user filtering/export issues 2025-02-23 00:13:04 +08:00
xboard
8098cf3ee2 feat(admin): Add subscription template configuration and fix minor issues 2025-02-16 18:05:03 +08:00
xboard
ebd5c09145 chore(plugin): Refactor plugin architecture and improve code quality 2025-02-09 22:38:09 +08:00
xboard
39456923d3 feat: add one-click update feature to admin panel 2025-02-09 13:43:09 +08:00
xboard
1b728fffc7 feat: enhance user management and system optimization
New Features:
- Add bulk ban and email notification in user management
- Add CSV export for batch coupon generation
- Optimize subscription description template

Bug Fixes:
- Fix knowledge base pagination issue
- Fix permission group filtering in node management
- Fix unauthorized order placement for free subscription periods
2025-02-09 11:06:08 +08:00
xboard
8e5732d857 fix: coupon period limit 2025-02-07 22:55:45 +08:00
xboard
2fb6691ca6 fix: coupon period limit 2025-02-07 22:39:31 +08:00
xboard
667e02460c feat: add traffic.before_process hook 2025-02-06 17:48:17 +08:00
xboard
c7dd798af3 fix(ticket): correct knows issues 2025-01-26 11:42:30 +08:00
xboard
14c778e32d refactor: move plugin initialization to middleware for Swoole compatibility 2025-01-26 04:22:47 +08:00
xboard
c370b297d2 feat: add plugin upload functionality and optimize plugin logic 2025-01-26 03:58:28 +08:00
xboard
0141c68167 refactor: enhance plugin mechanism for better extensibility 2025-01-26 02:31:57 +08:00
xboard
2a43a442de fix: resolve deprecation warnings across the application 2025-01-26 00:44:58 +08:00
xboard
239b970055 refactor: optimize ticket management system 2025-01-25 17:46:10 +08:00
xboard
b2e7ed44f3 feat: add user deletion functionality and fix known issues 2025-01-25 16:57:17 +08:00
xboard
caade5c791 fix(coupon): correct knows issues 2025-01-23 16:14:18 +08:00
xboard
8f88e11403 fix(coupon): correct knows issues 2025-01-23 14:48:12 +08:00
xboard
0f43fff242 feat: new xboard 2025-01-21 14:57:54 +08:00
xboard
090781db0c feat: add support for hysteria2 in V2rayNG 2024-11-09 22:16:05 +08:00
xboard
ab52e61ed1 refactor: subscription URL retrieval logic 2024-11-09 06:35:37 +08:00
xboard
af1f1e9fdf fix: 修复流量明细显示所有记录的BUG 2024-10-07 09:55:19 +08:00
xboard
a7f42a6459 fix: 修复节点密钥未校验是否为空的问题 2024-10-07 00:27:11 +08:00
xboard
c18f55d6dd fix: 修复上一个commit造成的bug 2024-07-19 07:04:02 +08:00
xboard
163d09c71b feat: Singbox、clash订阅增加绕过服务器地址规则
1、优化订阅下发代码
2、singbox、clash、meta订阅下发增加绕过服务器地址规则,防止重复代理
2024-07-19 06:29:35 +08:00
xboard
6cc719ebf5 fix: 修复59f40df 导致的订单tg通知失败的问题 2024-06-14 00:05:20 +08:00
riolu.rs
cd45e55620 详细支付信息 2024-06-08 17:51:38 +08:00
xboard
2c5f610ed0 fix: 修复今日节点实时流量排行超过15个排序变乱的问题 2024-05-31 14:39:16 +08:00
xboard
033b8c702a hy2: 不带版本号的客户端默认下发hy2节点 2024-05-23 16:42:57 +08:00
xboard
dd78dbde5c feat: workerman 增加热重载 2024-05-23 11:40:52 +08:00
xboard
5a0e59b103 feat: 增加surge的hy2下发、添加clash meta、shadowrocket、stash订阅hy2端口跳跃的下发 2024-05-14 21:57:36 +08:00
xboard
42d2df07a7 fix: 修复订阅过滤功能在某些情况下报错的问题 2024-04-30 11:02:21 +08:00
xboard
be9ed269fa perf: 优化流量消费相关代码性能,解决流量纪录与已用流量有概率不一致的问题 2024-04-27 17:06:57 +08:00
xboard
2eb81924e4 fix: 修复节点密钥包含特殊字符时校验失败的问题 2024-04-15 00:01:14 +08:00