Commit Graph

1540 Commits

Author SHA1 Message Date
zhengkunwang
c77742e72e
fix: 解决安装应用时候,原始 docker-compose.yml 的 deploy 字段下内容会被自动覆写的问题 (#4512)
Refs https://github.com/1Panel-dev/1Panel/issues/4340
2024-04-15 03:54:09 +00:00
John Bro
43a6b4b735
feat: 容器创建支持指定 IP 地址 (#4489)
#### What this PR does / why we need it?

#### Summary of your change

#### Please indicate you've done the following:

- [ ] Made sure tests are passing and test coverage is added if needed.
- [ ] Made sure commit message follow the rule of [Conventional Commits specification](https://www.conventionalcommits.org/).
- [ ] Considered the docs impact and opened a new docs issue or PR with docs changes if needed.
2024-04-13 11:56:07 +00:00
mobeicanyue
f4ee534101
fix typos (#4503) 2024-04-13 19:49:17 +08:00
ssongliu
c055a07e57
fix: 解决概览页 CPU 核心过多导致的显示问题 (#4490)
Refs #3966
2024-04-13 11:44:07 +00:00
ssongliu
222089d56a
fix: 修改系统版本比较方法 (#4483) 2024-04-12 03:04:06 +00:00
zhengkunwang
96e48847d0
fix: 解决特殊字符下文件放入回收站失败的问题 (#4480) 2024-04-11 11:08:11 +00:00
zhengkunwang
2eae8274f6
fix: 创建文件增加非法字符校验 (#4478) 2024-04-11 10:32:11 +00:00
zhengkunwang
e37b87d63e
fix: 解决安装应用时 deploy 字段被覆盖的问题 (#4476) 2024-04-11 10:28:11 +00:00
ssongliu
37a0329d4a
fix: 解决登录页跳转错误的问题 (#4474) 2024-04-11 09:16:10 +00:00
ssongliu
1687b99526
feat: 增加 GPU 监控 (#4468) 2024-04-11 06:16:10 +00:00
ssongliu
0bf6db1cf8
fix: 解决僵尸进程的问题 (#4464) 2024-04-10 14:18:08 +00:00
ssongliu
0cd06803e2
fix: 监控数据迁移增加数据长度判断 (#4454) 2024-04-10 06:06:08 +00:00
guangwu
45f6a415de
fix: close resource (#4456) 2024-04-10 14:05:07 +08:00
John Bro
3e3f0d9452
feat: 未认证设置状态下系统跳转页面功能实现 (#4444)
#### What this PR does / why we need it?

#### Summary of your change

#### Please indicate you've done the following:

- [ ] Made sure tests are passing and test coverage is added if needed.
- [ ] Made sure commit message follow the rule of [Conventional Commits specification](https://www.conventionalcommits.org/).
- [ ] Considered the docs impact and opened a new docs issue or PR with docs changes if needed.
2024-04-09 14:46:09 +00:00
zhengkunwang
35785f1e40
feat: 增加文件修改权限的超时时间 (#4448)
Refs https://github.com/1Panel-dev/1Panel/issues/4291
2024-04-09 09:34:09 +00:00
zhengkunwang
437d6eb0fd
feat: 网站名称支持带端口 (#4446)
Refs https://github.com/1Panel-dev/1Panel/issues/3726
2024-04-09 09:32:10 +00:00
zhengkunwang
1e22769c8b
feat: 文件上传权限优化 (#4441)
Refs https://github.com/1Panel-dev/1Panel/issues/4362
2024-04-09 08:36:09 +00:00
zhengkunwang
0751326b46
feat: 优化文件创建 (#4440) 2024-04-09 07:34:08 +00:00
zhengkunwang
db4973cfde
fix: 解决读取 block 文件报错的问题 (#4439) 2024-04-09 06:28:09 +00:00
zhengkunwang
0b47d692b8
fix: 解决 upstream 配置报错的问题 (#4438)
Refs https://github.com/1Panel-dev/1Panel/issues/4258
2024-04-09 06:16:09 +00:00
zhengkunwang
672ef66be8
fix: 解决 docker-compose 文件错误导致的异常 (#4431) 2024-04-08 09:54:07 +00:00
ssongliu
7ab005540b
fix: 切换菜单设置接口 (#4429) 2024-04-08 09:48:08 +00:00
zhengkunwang
9ec1610f34
feat: 增加一些翻译 (#4428) 2024-04-08 09:06:08 +00:00
ssongliu
4f2a340212
fix: 修改监控相关接口 (#4427) 2024-04-08 08:52:07 +00:00
ssongliu
e69fd3b388
pref: 优化 OSS 连接检测错误信息 (#4426) 2024-04-08 06:44:07 +00:00
ssongliu
6991c773da
feat: 监控数据使用独立数据库 (#4424) 2024-04-08 05:48:07 +00:00
ssongliu
9b88979b69
fix: 解决替换根目录失败的问题 (#4420) 2024-04-07 23:21:15 +08:00
ssongliu
7c9608727d
fix: 解决升级失败的问题 (#4419) 2024-04-07 14:09:46 +00:00
zhengkunwang
33a0c2ba30
feat: 删除网站适配防篡改 (#4415) 2024-04-07 09:25:46 +00:00
ssongliu
cdbe24a523
fix: 修改升级等过程中复制方式 (#4402) 2024-04-06 14:32:10 +00:00
John Bro
6ff0f14841
fix: 专业版菜单选择显示前端优化 (#4399)
Co-authored-by: zhoujunhong <1298308460@qq.com>
2024-04-03 17:27:55 +08:00
ssongliu
1088034a5c
feat: 计划任务容器中执行增加 Command 选项 (#4398)
Refs #4363
2024-04-03 08:50:07 +00:00
Node
e3eebc938a
提升文件上传体验 (#4393)
* 上传文件支持覆盖被占用的文件且上传失败时不影响原文件,增加强制覆盖选项

* 原文件存在时,保持同样的文件权限

* 制表符更新
2024-04-03 14:37:22 +08:00
John Bro
08da7802c6
feat: 专业版菜单隐藏控制功能实现 (#4392) 2024-04-03 14:11:12 +08:00
ssongliu
47119e508b
fix: 解决容器挂载卷回显失败的问题 (#4389)
Refs #4387
2024-04-02 09:14:45 +00:00
ssongliu
810ea03ac1
pref: 优化 Xpack 错误信息 (#4376) 2024-04-01 08:28:07 +00:00
zhengkunwang
0a7f1eb286
fix: 处理时序攻击漏洞 (#4373) 2024-04-01 07:52:07 +00:00
zhengkunwang
0ebeeaebd6
fix: 解决 WAF 首次安装创建网站没有生效的问题 (#4354) 2024-03-29 07:04:06 +00:00
zhengkunwang
1ae5bef40d
feat: 调整 waf 配置文件生成顺序 (#4339) 2024-03-28 08:10:07 +00:00
zhengkunwang
9b9fe5444d
feat: 创建网站增加 waf 关联 (#4333) 2024-03-27 10:36:08 +00:00
ssongliu
a5d853c61a
fix: 解决界面设置无法上传大图片的问题 (#4332) 2024-03-27 10:34:07 +00:00
zhengkunwang
6b244b2b03
feat: 删除旧版本 WAF 配置 (#4327) 2024-03-27 07:42:07 +00:00
ssongliu
6c67dc6ed4
feat: 完善 License 导入错误显示 (#4297) 2024-03-25 07:12:07 +00:00
ssongliu
ba6991bfb6
feat: 增加 License 导入界面 (#4295) 2024-03-25 04:20:07 +00:00
an4er
1ff5bf85e9
fix: 解决命令注入waf被绕过的问题 (#4268) 2024-03-22 14:18:47 +08:00
wanghe-fit2cloud
062b2f2ae6 chore: 修改同步仓库地址 2024-03-22 14:17:40 +08:00
zhengkunwang
d916f2ba6f
fix: 解决网站配置文件更新之后参数丢失的问题 (#4231)
Refs https://github.com/1Panel-dev/1Panel/issues/4171
2024-03-19 05:50:06 +00:00
Anye
329bb94d3c
增加PHP模板 (#4227)
* PHP模板增加“苹果CMS-V10”

* PHP增加“SeaCMS”扩展模板
2024-03-18 22:32:06 +08:00
ssongliu
7784ee9575
fix: 解决快照恢复时校验 daemon.json 路径失败的问题 (#4205)
Refs #4206
2024-03-16 02:12:06 +00:00
zhengkunwang
46f01032b8
fix: 解决回收站文件放置错误问题 (#4203)
Refs https://github.com/1Panel-dev/1Panel/issues/4199
2024-03-15 08:40:07 +00:00