Commit Graph

26 Commits

Author SHA1 Message Date
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
23135c6f39 fix: handle disable exec funtion in install script 2025-08-23 19:32:32 +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
xboard
d30e9cb30b chore: code style and type declaration improvements 2025-07-15 02:55:58 +08:00
xboard
349c1710fe feat: add PostgreSQL support and refactor database configuration in install command 2025-07-01 03:09:53 +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
8098cf3ee2 feat(admin): Add subscription template configuration and fix minor issues 2025-02-16 18:05:03 +08:00
xboard
0f43fff242 feat: new xboard 2025-01-21 14:57:54 +08:00
greatbody
0fb61ce30e Support configure environment variable to skip interactive configuration, which is require when we want to setup by script. 2024-09-06 10:02:45 +08:00
xboard
7246eb6ebc fix: 修复初始化安装时清理缓存报错的问题
修改aapanel 安装文档增加inotify 扩展说明
修改webman.php 自动检测是否安装inotify扩展,如果安装则自动拉取热重载监控
2024-05-29 00:56:00 +08:00
xboard
2b0bf6cbb7 perf: 优化安装体验 2024-05-24 13:06:25 +08:00
xboard
39b4218349 fix: 修复安装Command 2024-04-10 19:09:16 +08:00
xboard
4c6c7182e2 refactor: 重构规范部分代码、邮件队列增加失败重试、去除多个支付方式、更新依赖 2024-04-10 00:51:03 +08:00
xboard
41643a729a perf: 优化初始化安装流程,增加mysql和Redis配置校验 2023-12-18 17:42:59 +08:00
xboard
26593eda27 fix: 修复安装Command不清除缓存的问题 2023-12-10 11:51:56 +08:00
xboard
b3b04cfc54 perf: 优化初始化安装流程 2023-12-08 08:53:19 +08:00
xboard
aa0fe64afe 在 Docker 环境中读取 INSTALL 环境变量判断是否已经安装 2023-12-04 20:30:38 +08:00
xboard
bf3930d29f fix: 修复tg机器人无法回复工单的问题 2023-12-03 09:43:38 +08:00
xboard
e086456777 chore: 修改Docker环境安装过程中默认的数据库地址为127.0.0.1 2023-11-24 17:03:48 +08:00
xboard
6c2cb47bf8 refactor: 优化安装命令的代码 2023-11-23 13:32:39 +08:00
xboard
db9f48ade0 docs: 补充aapanel + docker部署教程 2023-11-22 15:52:07 +08:00
xboard
65ca30a920 fix: 安装步骤当中修复错误的redis unix地址 2023-11-22 14:36:23 +08:00
xboard
d1b48623d7 docs: 优化部署、迁移文档、docker增加redis支持
1、优化部署、迁移
2、自动备份命令增加手动备份功能
3、docker部署集成redis
2023-11-22 14:01:58 +08:00
xboard
65fe7682ff Initial commit 2023-11-17 14:44:01 +08:00