Commit Graph

553 Commits

Author SHA1 Message Date
xboard
50b75165bd ci: remove image signing 2026-03-15 10:28:49 +08:00
xboard
ccdbe9d607 fix: missing ws-server core and update routine 2026-03-15 10:20:42 +08:00
xboard
010275b09e feat: introduce WebSocket sync for XBoard nodes
- Implement Workerman-based `xboard:ws-server` for real-time node synchronization.
- Support custom routes, outbounds, and certificate configurations via JSON.
- Optimize scheduled tasks with `lazyById` to minimize memory footprint.
- Enhance reactivity using Observers for `Plan`, `Server`, and `ServerRoute`.
- Expand protocol support for `httpupgrade`, `h2`, and `mieru`.
2026-03-15 09:49:11 +08:00
xboard
1864223c9b refactor: rewrite default clash rules with KEYWORD-based routing 2026-03-12 13:11:04 +08:00
xboard
0c6ec87ce5 refactor: rewrite restoreProtectedPlugins to use file copy instead of git
- Dockerfile: backup plugins/ to /opt/default-plugins/ at build time
- Replace exec/git-based restore with pure PHP File::copyDirectory()
- Only restore plugins defined in Plugin::PROTECTED_PLUGINS
- Delete target directory before copy to prevent stale files
- Remove function_exists('exec') guard (no longer needed)
2026-03-11 08:30:12 +08:00
xboard
1e069587fe fix: configure SQLite WAL mode and busy_timeout to prevent database locked errors
- Enable WAL journal mode for concurrent read/write support
- Set busy_timeout to 30s to wait on locks instead of failing immediately
- Set synchronous to normal for better write performance

Fixes #770
2026-03-11 07:56:27 +08:00
xboard
8bb4682e98 feat: add configurable ticket_must_wait_reply setting 2026-03-11 07:31:09 +08:00
xboard
2d538c15de perf: fix getTrafficRank slow query with index and batch loading 2026-03-11 07:01:19 +08:00
xboard
ec20847f31 refactor: replace database logging with file logging and admin audit log 2026-03-11 06:50:07 +08:00
xboard
6efedcebd4 refactor: move subscribe templates to dedicated database table 2026-03-11 05:47:29 +08:00
xboard
448ddecb56 Use submodule for admin assets 2026-03-11 04:52:06 +08:00
xboard
b340652b4d feat(config): support custom telegram webhook url 2026-03-11 02:50:33 +08:00
xboard
562064712d fix(register): handle invalid invite code as API error (#792) 2026-03-11 02:09:25 +08:00
xboard
90f84455d3 feat(surge): add SS2022, SOCKS5, HTTP support 2026-03-09 07:32:51 +08:00
xboard
01bcf43ae8 fix: apply device_limit from plan when assigning via gift card (#630) 2026-03-09 06:51:10 +08:00
xboard
2e0b10e643 fix: return dynamic rate instead of base rate in user server list (#709) 2026-03-09 06:47:30 +08:00
xboard
15a7ef4015 fix: always set uTLS fingerprint for TLS connections in General protocol (#673) 2026-03-09 06:45:28 +08:00
xboard
fad6441f4c fix: validate random_int parameters in Helper::randomPort to prevent min > max error 2026-03-09 06:32:10 +08:00
xboard
96cb398315 fix(stash): correct TCP/HTTP network type handling in node generation 2026-03-09 05:39:51 +08:00
Xboard
a90c5c41ea Merge pull request #681 from superabbite1/master
Update General.php v2rayN新增tuic协议订阅,vless+ws+tls协议新增fingerprint指纹参数
2026-03-09 05:04:50 +08:00
Xboard
7f5bd7e42b Merge pull request #703 from kuizw9/master
Fix General.php for support AnyTLS and Shadowrocket.php for support Socks Node Name Display
2026-03-09 05:02:07 +08:00
Xboard
b00b4358e0 Merge pull request #655 from JxQg/jxq_dev
Feat: Support VLESS node output for Loon protocol, improve buildVless method template
2026-03-09 04:59:20 +08:00
Xboard
cf552f6e5d Merge pull request #734 from kelly5454/master
fix: Type error when redeeming gift card
2026-03-09 04:56:14 +08:00
xboard
fb266f08da chore: optimize default.clash.yaml template 2026-03-09 03:51:54 +08:00
xboard
9c682af44a feat: add AnyTLS protocol support for Surge 2026-03-09 02:37:32 +08:00
xboard
601955e60d fix: read plugin enabled from DB for consistency 2026-01-02 18:30:21 +08:00
xboard
6f7181db2f fix(admin): guard unknown order status 2025-12-18 00:57:59 +08:00
kuizw9
315b06d103 Merge branch 'cedar2025:master' into master 2025-11-23 14:55:14 +08:00
xboard
95e8e7bca7 feat: add v2node support 2025-11-22 20:33:38 +08:00
xboard
8d0e33ba23 fix: preserve theme config when upgrading theme 2025-11-07 19:25:40 +08:00
kelly5454
3754f7da0d fix: exchange gift card type error 2025-10-30 21:08:39 +08:00
xboard
213aff3993 feat(admin): add Custom ID/Original ID display with copy actions 2025-10-20 21:46:26 +08:00
xboard
e3c746d314 feat(plugin): auto-decode JSON config values by type in PluginManager 2025-10-20 18:56:44 +08:00
xboard
7377460ba0 fix(telegram): correct traffic usage description in notification 2025-10-08 10:26:26 +08:00
KuizW9
2d8ed35096 Update General.php
Add AnyTLS to General Client
2025-10-05 22:34:36 +08:00
KuizW9
8941c6b065 Merge branch 'cedar2025:master' into master 2025-10-05 22:32:48 +08:00
xboard
0798b371b6 feat(telegram plugin): improve Telegram notification formatting 2025-09-27 16:53:17 +08:00
KuizW9
ea6bd6fabe Merge branch 'cedar2025:master' into master 2025-09-27 08:52:25 +08:00
xboard
f83bdfc9ad fix: avoid getCurrentCommit on cache hit 2025-09-26 19:04:17 +08:00
xboard
c5ac76823d allow free plans 2025-09-24 22:19:04 +08:00
KuizW9
35a9e02b8c Update Shadowrocket.php 2025-09-24 19:14:34 +08:00
xboard
ccd65f26d4 fix(jobs): resolve PostgreSQL issue in StatServerJob and StatUserJob 2025-09-23 18:57:44 +08:00
xboard
bf1234a9c2 fix(plugin): remove stale plugin records when files missing; adjust logging 2025-09-23 14:59:22 +08:00
xboard
92c448e2e1 fix: remove smogate 2025-09-22 22:52:11 +08:00
xboard
2808f40737 Remove Smogate plugin 2025-09-22 18:47:25 +08:00
xboard
61a44483d4 feat(knowledge): add KnowledgeResource with plugin hooks
- Add KnowledgeResource with user.knowledge.resource hook
- Unify processKnowledgeContent for both single and list items
- Remove isListItem parameter for cleaner architecture
2025-09-20 13:36:10 +08:00
xboard
8ae3de511b feat(plugin): add user.subscribe.response hook 2025-09-17 00:02:59 +08:00
xboard
58a374bde9 fix 2025-09-16 18:44:44 +08:00
xboard
843c5af4c2 refactor(online-status): consolidate updates and add cleanup command 2025-09-15 20:32:22 +08:00
xboard
cd8a8ecf58 feat(middleware): Add transaction state guard for Octane 2025-09-15 16:15:39 +08:00