Commit Graph

65 Commits

Author SHA1 Message Date
xboard
5b295dbec3 feat: plugin controller config system with guest_comm_config hook integration
- Add HasPluginConfig trait and PluginController base class
- Integrate guest_comm_config hook in CommController for plugin frontend config injection
- Add user creation functionality to UserService and fix null value handling
- Enhance AbstractPlugin.getConfig() with key parameter support
- Multiple service layer optimizations and architecture improvements
2025-06-29 01:42:48 +08:00
xboard
6d85736eea eat: add reCAPTCHA v3 and Cloudflare Turnstile verification support
- Implement reCAPTCHA v3 with score-based validation
- Add Cloudflare Turnstile as captcha alternative
- Create reusable CaptchaService for unified validation
- Support switching between recaptcha, recaptcha-v3, and turnstile
- Maintain backward compatibility with existing configurations
2025-06-28 18:01:59 +08:00
xboard
4fe2f35183 feat: enhance plan validation, traffic system and email verification
- feat: add plan price validation
- feat: make traffic packages stackable
- feat: add commission and invite info to admin order details
- feat: apply email whitelist to verification code API
- fix: subscription link copy compatibility for non-HTTPS
- fix: resolve route editing 500 error in certain cases
- refactor: restructure traffic reset logic
2025-06-22 01:18:38 +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
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
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
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
b7e87ba18d feat: Add TUIC protocol support and fix user filtering/export issues 2025-02-23 00:13:04 +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
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
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
93200ac057 fix: 修复无法读取未携带Content-Type的请求头的节点后端上报的数据的问题 2024-04-13 03:23:30 +08:00
xboard
4c6c7182e2 refactor: 重构规范部分代码、邮件队列增加失败重试、去除多个支付方式、更新依赖 2024-04-10 00:51:03 +08:00
xboard
1e503f444b fix: 调整支付通道百分比手续费可为0 2024-04-03 10:33:40 +08:00
xboard
68d7d64ea7 fix: 修复一些主题用户获取节点为空的问题,取消节点API未找到节点的日志记录 2024-01-15 04:25:25 +08:00
ishkong
9ed3cc5a74 feat: 增加v2rayN自动下发Hysteria2节点 2024-01-13 17:16:22 +08:00
xboard
3f65ad6ae6 to: 增加支付回调错误日志记录 2024-01-11 01:16:10 +08:00
xboard
44eb05fb5b fix: 修复v2ray、Trojan旧版接口获取用户列表失败的问题 2023-12-16 08:05:09 +08:00
xboard
7bac88d593 fix: 修复多处可能出现的事务安全问题 2023-12-14 13:07:57 +08:00
xboard
f812e5f239 fix: 修复创建工单中的事务安全 2023-12-13 03:00:43 +08:00
xboard
e16618142a feat: 增加Loon自动下发Hysteria2节点 2023-12-13 00:08:39 +08:00
xboard
1270a60ad8 refactor: 规范工单接口代码规范 2023-12-12 06:22:18 +08:00
xboard
20466d07df feat: filter支持匹配节点标签 2023-12-10 18:09:58 +08:00
xboard
e04d82961f refactor: 规范部分API接口响应格式 2023-12-10 17:53:31 +08:00
xboard
aa0af37e91 to: 工单增强消息调整 2023-12-08 15:51:29 +08:00
xboard
ca63cbf801 feat: 工单Bot增强 2023-12-08 15:43:17 +08:00
xboard
b0a504a44c fix: telegram机器人setwebhook接口url设置为站点网址,防止一些反向代理配置导致绑定机器人失败的问题 2023-12-07 23:12:05 +08:00
xboard
0db0ea3a6b fix: 修复邀请信息获取接口返回数据格式错误的问题 2023-12-07 09:52:23 +08:00
xboard
189b247ad8 refactor: 规范状态码、抛出异常的使用 2023-12-07 04:01:32 +08:00
xboard
1fcb6fa911 fix: 规范数据库事物的使用,解决在swoole环境下可能会出现事物一直不被提交的问题 2023-12-06 19:00:26 +08:00