Commit Graph

408 Commits

Author SHA1 Message Date
xboard
94ecd10704 fix: correct know issues 2025-01-16 21:59:39 +08:00
xboard
78370717df update 2025_01_04_optimize_plan_table.php 2025-01-16 21:28:46 +08:00
xboard
abe93bf5ff fix: app getConfig api 2025-01-16 21:21:16 +08:00
Xboard
d7b88d7b5d
Merge pull request #323 from NekoCareLab/master
Fixed trojan and polished Vmess/VLESS for General.php and Clash/Meta.php
2025-01-16 18:48:15 +08:00
NekoCareLab
bc16656371
Fixed trojan and polished Vmess/VLESS for General.php and Clash/Meta.php 2025-01-16 15:26:19 +08:00
NekoCareLab
e0e76a22ea
Fixed General.php 2025-01-16 14:58:05 +08:00
xboard
7cf839488b fix(i18n): add missing language translations 2025-01-16 14:49:42 +08:00
xboard
c895de839a feat(database): add index to updated_at column in v2_order table for better query performance 2025-01-16 14:26:18 +08:00
xboard
296a72331e update XboardInstall.php 2025-01-16 14:12:14 +08:00
xboard
686f8a93ca update dockerfile
Some checks are pending
Docker Build and Publish / build (push) Waiting to run
2025-01-16 14:05:40 +08:00
xboard
3b065903c2 Revert "feat(database): make email field case-insensitive"
This reverts commit 11de1be7b3.
2025-01-16 13:53:47 +08:00
Xboard
5efadf87b0
Update 1panel.md 2025-01-16 13:22:36 +08:00
Xboard
8fd0db170c
Merge pull request #320 from rebecca554owen/patch-1
fix
2025-01-16 13:16:26 +08:00
Xboard
c9b7d89e4b
Merge branch 'master' into patch-1 2025-01-16 13:16:14 +08:00
xboard
90ed8847e9 update docs 2025-01-16 11:49:15 +08:00
xboard
11de1be7b3 feat(database): make email field case-insensitive 2025-01-16 11:43:12 +08:00
xboard
f1654a7ef7 feat: remove email format validation for admin login 2025-01-16 10:55:13 +08:00
xboard
8984edac81 update docs 2025-01-16 10:47:26 +08:00
xboard
871514dd4c update XboardInstall.php 2025-01-16 10:26:21 +08:00
Xboard
cf37376b65
Update 1panel.md 2025-01-16 10:09:54 +08:00
Xboard
746cf3068d
Update 1panel.md 2025-01-16 10:09:22 +08:00
rebecca554owen
1f7af1debf
fix
1panel-network 是一个已经存在的 Docker 网络,Docker Compose 会使用这个网络来连接服务,而不是创建一个新的网络。
2025-01-16 10:03:00 +08:00
xboard
46f8b691be chore: remove unused files and optimize setup scripts 2025-01-16 01:48:24 +08:00
xboard
149b75e846 update docs 2025-01-16 01:38:39 +08:00
xboard
0799f81709 update docs 2025-01-16 01:10:00 +08:00
xboard
414da3cb1f update docs 2025-01-16 00:55:00 +08:00
xboard
1388f0e993 release v1 2025-01-16 00:45:17 +08:00
xboard
06db5a23c3 update docs 2025-01-16 00:42:22 +08:00
xboard
705fadd9f1 Revert "修改1panel部署文档"
This reverts commit bcc478a829.
2025-01-16 00:24:49 +08:00
xboard
4cdf5f688d feat(database): add single column indexes for performance optimization
- Add individual indexes for v2_user table (t, online_count, created_at)
- Add individual indexes for v2_order table (created_at, status, total_amount, commission fields)
- Add individual indexes for v2_stat_server table (server_id, record_at, u, d)
- Add individual indexes for v2_stat_user table (u, d)
- Add individual indexes for v2_commission_log table (created_at, get_amount)
- Add individual indexes for v2_ticket table (status, created_at)

This change improves query flexibility and maintainability by using single column indexes
instead of composite indexes. Each field can now be queried independently with optimal
performance.
2025-01-16 00:24:13 +08:00
xboard
01b1141125 fix: correct know file issues
Some checks failed
Docker Build and Publish / build (push) Has been cancelled
2025-01-15 20:22:44 +08:00
xboard
e8e1316a39 chore: update Dockerfile 2025-01-15 19:12:50 +08:00
xboard
d577376626 fix(admin): correct know file issues 2025-01-15 18:00:32 +08:00
xboard
58c5127d59 fix: issue 316
Some checks are pending
Docker Build and Publish / build (push) Waiting to run
2025-01-15 12:05:55 +08:00
xboard
97b53d7b38 feat(admin): add kor support 2025-01-15 11:50:24 +08:00
xboard
783c5fb586 feat: add v2rayN v2rayNG mport support 2025-01-15 11:45:53 +08:00
xboard
4d46b02422 fix: correct know file issues
Some checks are pending
Docker Build and Publish / build (push) Waiting to run
2025-01-14 18:45:25 +08:00
xboard
10845934e8 fix: correct know file issues 2025-01-14 18:35:09 +08:00
xboard
755a380c53 feat(admin): add i18n support and fix known issues 2025-01-14 18:20:26 +08:00
Xboard
e902f760ce
Merge pull request #315 from xiaoyaohanyue/docs/1panel
修改1panel部署文档
2025-01-14 14:25:09 +08:00
yaoyue
bcc478a829 修改1panel部署文档 2025-01-14 14:12:17 +08:00
xboard
99af5b80ab update readme
Some checks are pending
Docker Build and Publish / build (push) Waiting to run
2025-01-14 12:44:43 +08:00
xboard
bc0c8a93a0 update readme 2025-01-14 12:39:04 +08:00
xboard
9ae6fbaaa7 refactor: optimize issue templates for better clarity and guidance 2025-01-14 11:05:39 +08:00
Xboard
fd4dc9064f
Merge pull request #312 from NekoCareLab/new
Fixed Multiplt Vmess+TCP bugs for shadowrocket
2025-01-14 07:03:37 +08:00
NekoCareLab
6d46ecb757
Protocol Shadowrocket: fixed Vmess + TCP multiple bugs 2025-01-13 23:26:29 +08:00
NekoCareLab
3b9cc99526
Protocol Shadowrocket: fixed a typo 2025-01-13 23:11:18 +08:00
xboard
3ed6b764ea feat(admin): add version number display in admin interface
Some checks are pending
Docker Build and Publish / build (push) Waiting to run
2025-01-13 21:41:04 +08:00
xboard
2da67c73a2 update admin.blade.php 2025-01-13 21:31:31 +08:00
xboard
7ca701a079 feat(ci): add automatic version generation with timestamp and commit hash 2025-01-13 21:29:49 +08:00