xboard
2ac126dd42
refactor(Jobs): Optimize traffic statistics jobs with upsert
2025-09-15 09:56:36 +08:00
xboard
1fd4f923ad
fix(server): Correct node_info retrieval method
2025-09-15 09:21:20 +08:00
xboard
f289f68898
fix: resolve vmess http-opts headers null issue in subscription generation
2025-09-12 10:45:31 +08:00
xboard
b14477098d
fix(epay): allow custom payment types via string input
...
- Replace select dropdown with string input for `type`
2025-09-05 16:16:30 +08:00
xboard
3238a83d4e
feat(shadowrocket): support VLESS transports httpupgrade/xhttp/kcp
...
- Add parsing for httpupgrade, xhttp, and kcp in Shadowrocket VLESS builder
- Ensure correct obfs/path/host/mode mapping for Shadowrocket compatibility
2025-09-05 15:22:46 +08:00
xboard
fe94d7ebc6
fix: remove dependency on job_batches table for batch email sending
2025-09-02 23:54:21 +08:00
xboard
181075ad19
fix: prevent null pointer exception in knowledge fetch
2025-09-01 21:15:40 +08:00
xboard
50562db4ef
feat: add force traffic reset to update script
2025-08-31 20:50:34 +08:00
xboard
29a87ba93e
feat: add force option to reset traffic command
2025-08-31 20:38:09 +08:00
xboard
abf541df72
fix: improve date calculation for month-end reset schedules
2025-08-31 20:30:02 +08:00
Xboard
cf10e108ef
Merge pull request #658 from xcxnig/patch-2
...
fix(order): correct renewal handling for onetime plan
2025-08-30 03:15:06 +08:00
Miku
a8e2452dcc
fix(order): correct renewal handling for onetime plan
...
fixes onetime plan renewal logic
2025-08-29 23:24:48 +08:00
xboard
5f74093660
fix: correct getAvailableUsers call to use (Server)
2025-08-29 20:50:55 +08:00
xboard
8e0384c833
feat: optimize server.user.get hook definition
2025-08-29 19:21:49 +08:00
Xboard
02c9bca336
Rename docker-compose.yml to compose.yaml
2025-08-29 01:55:34 +08:00
xboard
60f1fea356
fix(subscribe): fix vmess+tcp+http subscription in general and singbox
2025-08-24 18:39:00 +08:00
xboard
84d5a4f005
fix(subscribe): fix vmess+tcp+http subscription in Clash and Clash Meta
2025-08-24 18:07:36 +08:00
xboard
9bdd7b8a58
fix(payment): add AlipayF2F libraty file
2025-08-24 17:04:16 +08:00
xboard
23135c6f39
fix: handle disable exec funtion in install script
2025-08-23 19:32:32 +08:00
xboard
724dd54822
fix: support resources/views directory for plugin views
2025-08-23 15:26:09 +08:00
xboard
bdbbec3d97
feat(admin): add user details dialog and fix editor resize bug
2025-08-23 15:12:30 +08:00
Xboard
97bea2163c
Merge pull request #603 from OfficialKatana/patch-3
...
Add missing extension
2025-08-23 11:28:46 +08:00
xboard
af747c61cc
refactor(singbox): use data_get for array access
2025-08-23 11:19:37 +08:00
xboard
a907ef523c
docs: add plugin development document
2025-08-23 00:25:09 +08:00
xboard
8f3cdf0dde
fix: optimize batch email performance and fix gift card issues
...
- Add chunking and batching for admin email sending
- Fix gift card pagination and add per_page limits
- Update frontend prompts and complete language packs
2025-08-23 00:11:45 +08:00
xboard
53ca5d062c
fix(tickets): prevent ApiException logging in ticket creation API
2025-08-21 19:13:14 +08:00
xboard
a666557781
fix(auth): handle null redirect in quick login url
2025-08-21 18:57:19 +08:00
Xboard
7386ac26f5
Merge pull request #595 from swcoffee/master
...
fix: missing field 'version' when distributing tuic protocol in stash
2025-08-21 18:10:04 +08:00
Xboard
d4cd3d4bb6
Merge pull request #638 from zytakeshi/fix/singbox-sni-domain-issue
...
fix: correct SNI domain configuration paths in SingBox protocol
2025-08-21 18:07:53 +08:00
xboard
1808e994ae
fix: fix return type in transferToGB method
2025-08-20 04:13:52 +08:00
zytakeshi
4828a00602
Update SingBox.php
...
fix Vmess
2025-08-16 03:21:17 +09:00
Takeshi Matsumoto
c38fd1b7b7
fix: correct VMess TCP transport configuration in SingBox protocol
...
- Only add HTTP transport when network_settings.header.type is not 'none'
- Use pure TCP (null transport) when header type is 'none' or unset
- Align with General protocol implementation and VMess specification
This prevents unnecessary HTTP transport layer when using pure TCP.
2025-08-16 03:08:56 +09:00
Takeshi Matsumoto
f86dd89cdd
fix: correct SNI domain configuration paths in SingBox protocol
...
- Fix Trojan protocol to use 'server_name' instead of 'tls_settings.server_name'
- Fix Hysteria protocol to use 'tls.server_name' instead of 'tls_settings.server_name'
- Align with Server model configuration and General protocol implementation
- Resolves missing SNI domains in sing-box configuration generation
This fixes the inconsistency where SNI domains were missing for certain
protocols while working correctly in General protocol handler.
2025-08-16 02:44:17 +09:00
xboard
877a508f01
fix: fix Alipay face-to-face payment form display issues
2025-08-08 03:17:05 +08:00
xboard
930e2052a4
fix: fix user expiration date display and update issues
...
- Fix 1970 year display for unlimited validity users
- Resolve SQL error in user update endpoint
- Closes #625
2025-08-08 03:04:44 +08:00
xboard
f82a19f591
fix: resolve Telegram ticket notification issue
2025-08-08 02:53:44 +08:00
Xboard
9f9db03cc3
Merge pull request #612 from xcxnig/patch-1
...
fix(stash): fix Flow network and SNI issues
2025-08-08 02:44:58 +08:00
Miku
ca05b65638
fix(stash): fix Flow network and SNI issues
2025-08-02 02:07:29 +08:00
Katana
0971805caa
Add missing extension
...
Fix: Call to undefined function Illuminate\Support\mb_split()
2025-07-30 16:52:01 +08:00
xboard
1405cb0b99
fix: change user default_at to 0
2025-07-27 08:11:42 +08:00
xboard
c4dc9669f3
fix: correct errors in database migration file
2025-07-27 08:00:49 +08:00
xboard
78e7be8766
feat: add plugin migrations and fix plan management bugs
...
- Plugin database migration support
- Fix empty prices error in plan management
- Plugin update functionality
- Custom shadowsocks encryption algorithms
2025-07-27 00:19:14 +08:00
xboard
58868268dd
feat: enhance plugin management
...
- Add command support for plugin management
- Optimize plugin management page layout
- Add email copy functionality for users
- Convert payment methods and Telegram Bot to plugin system
2025-07-26 18:49:58 +08:00
swcoffee
738b433041
fix: missing field 'version' when distributing tuic protocol in stash
...
stash下发tuic协议时缺少version字段,会导致订阅无法使用
2025-07-26 13:46:54 +08:00
xboard
02d853d46a
update composer.yaml
2025-07-23 16:47:48 +08:00
xboard
97f84286d8
fix: announcement sorting issue
2025-07-22 04:28:39 +08:00
xboard
7adfd160cc
fix: make subscribe url cofig changes take effect immediately under octane
2025-07-22 03:25:13 +08:00
xboard
cd5f444b24
fix(theme): qx import issue and long title display
2025-07-22 02:01:46 +08:00
xboard
920b5b12ec
fix: sub link types not working
2025-07-22 01:33:59 +08:00
xboard
06cbe0e478
fix: correct return_url generation for payment in frontend-backend separated deployment
2025-07-21 23:54:00 +08:00