2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 11:27:17 +08:00
Commit Graph

545 Commits

Author SHA1 Message Date
Copilot
8031e53852 feat: 添加容器编排实时进度显示功能 (#1217)
* Initial plan

* feat: 添加容器编排实时进度显示功能

Co-authored-by: devhaozi <115467771+devhaozi@users.noreply.github.com>

* fix: 修复代码审查问题,使用动态路径和安全的字体大小操作

Co-authored-by: devhaozi <115467771+devhaozi@users.noreply.github.com>

* docs: 完成容器编排实时进度显示功能

Co-authored-by: devhaozi <115467771+devhaozi@users.noreply.github.com>

* feat: 容器优化

* fix: 用户关闭命令窗口时杀死正在运行的进程

Co-authored-by: devhaozi <115467771+devhaozi@users.noreply.github.com>

* refactor: 改进 WebSocket 断开检测,支持用户输入转发到 PTY

Co-authored-by: devhaozi <115467771+devhaozi@users.noreply.github.com>

* feat: 启用终端用户输入支持,转发键盘输入到 PTY

Co-authored-by: devhaozi <115467771+devhaozi@users.noreply.github.com>

* feat: 容器优化

* fix: lint

* feat: 添加 PTY 窗口大小调整支持

Co-authored-by: devhaozi <115467771+devhaozi@users.noreply.github.com>

* feat: 支持读取输入

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: devhaozi <115467771+devhaozi@users.noreply.github.com>
Co-authored-by: 耗子 <haozi@loli.email>
2026-01-11 18:37:01 +08:00
Copilot
3d8623a9f9 feat: 添加容器终端功能 (#1216)
* Initial plan

* feat: 添加容器终端功能 - 通过 WebSocket 进入容器执行命令

Co-authored-by: devhaozi <115467771+devhaozi@users.noreply.github.com>

* fix: 将 fmt.Errorf 错误信息改为英语

Co-authored-by: devhaozi <115467771+devhaozi@users.noreply.github.com>

* feat: 前端优化

* feat: 容器优化

* feat: 前端优化

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: devhaozi <115467771+devhaozi@users.noreply.github.com>
Co-authored-by: 耗子 <haozi@loli.email>
2026-01-11 05:30:52 +08:00
github-actions[bot]
787263ecb7 New Crowdin translations by GitHub Action (#1213)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2026-01-11 02:08:29 +08:00
devhaozi
8161996a68 chore(l10n): update pot files 2026-01-10 17:53:18 +00:00
035046449d feat: 项目管理阶段1 2026-01-11 00:08:12 +08:00
github-actions[bot]
d8ccc9d549 New Crowdin translations by GitHub Action (#1212)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2026-01-10 22:34:13 +08:00
1178d45b1d feat: 新增使用RSA的自签函数 2026-01-10 21:44:44 +08:00
devhaozi
f4e3296389 chore(l10n): update pot files 2026-01-10 12:46:29 +00:00
github-actions[bot]
a890a20768 New Crowdin translations by GitHub Action (#1211)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2026-01-10 19:41:06 +08:00
devhaozi
bfcfbcd861 chore(l10n): update pot files 2026-01-10 11:31:00 +00:00
Copilot
91cf5c80bf feat: 添加 Nginx Stream 支持 (#1210)
* Initial plan

* feat: 添加 Nginx Stream 支持 (Server 和 Upstream)

Co-authored-by: devhaozi <115467771+devhaozi@users.noreply.github.com>

* feat: 优化

* fix: 前端优化

* feat: 优化

* feat: 优化

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: devhaozi <115467771+devhaozi@users.noreply.github.com>
Co-authored-by: 耗子 <haozi@loli.email>
2026-01-10 18:33:04 +08:00
github-actions[bot]
88c9150c5c New Crowdin translations by GitHub Action (#1207)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2026-01-10 06:07:04 +08:00
devhaozi
d345f5a235 chore(l10n): update pot files 2026-01-09 21:48:10 +00:00
9aa951e247 feat: 添加系统支持及EOL检测 2026-01-10 05:46:53 +08:00
Copilot
01a228f3ad feat: 实现登录验证码和安全入口错误页伪装功能 (#1206)
* Initial plan

* feat: 实现登录验证码和安全入口错误页伪装功能

- 后端:添加登录验证码功能(密码错误3次后触发)
- 后端:支持3种安全入口错误页伪装(418/nginx/close)
- 后端:添加验证码API和更新设置项
- 前端:登录页支持验证码输入和刷新
- 前端:设置页添加登录验证码和错误页伪装选项

Co-authored-by: devhaozi <115467771+devhaozi@users.noreply.github.com>

* fix: 修复代码审查问题

- hijack失败时回退到418错误页而非返回200
- 验证码输入去除空格

Co-authored-by: devhaozi <115467771+devhaozi@users.noreply.github.com>

* feat: 优化细节

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: devhaozi <115467771+devhaozi@users.noreply.github.com>
Co-authored-by: 耗子 <haozi@loli.email>
2026-01-10 05:21:09 +08:00
e9c0190a49 fix: nginx listen 2026-01-10 03:27:07 +08:00
github-actions[bot]
8e71d28f78 New Crowdin translations by GitHub Action (#1205)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2026-01-10 03:18:42 +08:00
devhaozi
1dca403677 chore(l10n): update pot files 2026-01-09 19:10:48 +00:00
ea240a9350 fix: 优化权限 2026-01-10 02:54:53 +08:00
cdc0ac72ae fix: 僵尸进程问题 2026-01-10 00:32:20 +08:00
ff860a8c4e fix: 服务名 2026-01-09 23:31:48 +08:00
github-actions[bot]
5ceec97412 New Crowdin translations by GitHub Action (#1204)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2026-01-09 21:56:25 +08:00
devhaozi
082701b2d8 chore(l10n): update pot files 2026-01-09 13:50:41 +00:00
devhaozi
d5017376d3 chore(l10n): update pot files 2026-01-09 13:22:23 +00:00
f1657daebb feat: 优化上游设置 2026-01-09 21:08:31 +08:00
77cb594ee4 feat: 优化上游设置 2026-01-09 20:59:34 +08:00
cdb1296462 feat: 阶段提交 2026-01-09 19:20:55 +08:00
f48c975de3 fix: 修正环境检查 2026-01-09 17:12:57 +08:00
1d41b2c61c fix: 优化 2026-01-09 15:55:49 +08:00
github-actions[bot]
752f70aa6b New Crowdin translations by GitHub Action (#1199)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2026-01-09 06:48:27 +08:00
devhaozi
01a24374b7 chore(l10n): update pot files 2026-01-08 22:44:50 +00:00
Copilot
47537e282b feat(dns): 优化系统工具箱DNS设置以适配现代Linux系统 (#1202)
* Initial plan

* feat(dns): 优化系统工具箱DNS设置以适配现代Linux系统

- 创建 pkg/dns 包实现多种DNS管理方式
- 支持 NetworkManager (RHEL 9.x/10.x)
- 支持 netplan (Debian 12+/Ubuntu 22+)
- 回退到直接修改 /etc/resolv.conf
- 更新前端显示当前DNS管理方式
- 添加单元测试

Co-authored-by: devhaozi <115467771+devhaozi@users.noreply.github.com>

* fix: 修复代码审查发现的问题

- 提取 shell 参数转义逻辑到独立函数
- 修正 netplan 配置文件选择的注释说明
- 使用常量替代硬编码的缩进值
- 添加前端空数组安全检查

Co-authored-by: devhaozi <115467771+devhaozi@users.noreply.github.com>

* fix: 优化

* fix: 优化

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: devhaozi <115467771+devhaozi@users.noreply.github.com>
Co-authored-by: 耗子 <haozi@loli.email>
2026-01-09 06:33:23 +08:00
devhaozi
9baeaa47e0 chore(l10n): update pot files 2026-01-08 21:09:09 +00:00
github-actions[bot]
1b509fc9ad New Crowdin translations by GitHub Action (#1196)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2026-01-09 04:17:27 +08:00
devhaozi
0625ccfabe chore(l10n): update pot files 2026-01-08 19:24:04 +00:00
Copilot
874561a9d1 feat: 进程管理增强 - 信号发送、排序筛选、搜索和右键菜单 (#1194)
* Initial plan

* feat: 实现进程管理增强功能 - 信号发送、排序筛选、搜索和右键菜单

Co-authored-by: devhaozi <115467771+devhaozi@users.noreply.github.com>

* fix: 修复代码审查问题并删除遗留文件 task/SystemView.vue

Co-authored-by: devhaozi <115467771+devhaozi@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: devhaozi <115467771+devhaozi@users.noreply.github.com>
2026-01-09 00:47:01 +08:00
Copilot
cff71af26b feat(frp): 添加运行用户设置功能 (#1193)
* Initial plan

* feat(frp): 添加运行用户设置功能

Co-authored-by: devhaozi <115467771+devhaozi@users.noreply.github.com>

* refactor(frp): 优化正则表达式和用户/组更新逻辑

Co-authored-by: devhaozi <115467771+devhaozi@users.noreply.github.com>

* 完成 FRP 运行用户设置功能

Co-authored-by: devhaozi <115467771+devhaozi@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: devhaozi <115467771+devhaozi@users.noreply.github.com>
2026-01-08 23:27:54 +08:00
89ace2360c feat: ssh支持私钥密码,close #774 2026-01-08 23:24:04 +08:00
978c9b2fc3 feat: acme ari支持,close #1192 2026-01-08 22:09:08 +08:00
2099d2ca57 fix: 使用短期证书配置 2026-01-08 19:28:06 +08:00
855ed52a8b feat: 优化证书逻辑 2026-01-08 18:17:09 +08:00
d850292622 feat: 面板ip证书 2026-01-08 18:03:23 +08:00
7940b50a72 feat: PHP环境支持管理 2026-01-08 01:43:21 +08:00
45616b4ab3 feat: 添加一些默认设置 2026-01-07 23:47:23 +08:00
github-actions[bot]
647f9a530d New Crowdin translations by GitHub Action (#1190)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2026-01-07 03:47:54 +08:00
devhaozi
245a120572 chore(l10n): update pot files 2026-01-06 19:40:09 +00:00
7a5eb3210c fix: 修复安装问题 2026-01-07 03:35:21 +08:00
edadc9b045 feat: 初步支持环境管理 2026-01-07 01:20:08 +08:00
0b1d2a570b feat: 应用支持分类筛选 2026-01-04 17:53:45 +08:00
61b74b31d9 feat: 优化包大小 2026-01-04 04:47:56 +08:00