ssongliu
99ed9be1dd
fix: 解决计划任务执行周期解析错误的问题 ( #5119 )
2024-05-23 09:50:49 +00:00
Takagi
63c330054e
refactor: refactor theme and logo switching functionality ( #5015 )
2024-05-22 18:38:03 +08:00
zhengkunwang
f30b05a495
feat: 增加一些 icon ( #5098 )
2024-05-22 10:36:47 +00:00
zhengkunwang
260fbb6e19
feat: 文件夹名称增加完整路径展示 ( #5097 )
...
Refs https://github.com/1Panel-dev/1Panel/issues/5094
2024-05-22 10:34:47 +00:00
zhengkunwang
ede664be18
feat: 文件列表行内权限支持修改用户和用户组 ( #5093 )
...
Refs https://github.com/1Panel-dev/1Panel/issues/4981
2024-05-22 06:30:46 +00:00
zhengkunwang
0a7144f625
fix: 解决网站排序错误的问题 ( #5092 )
...
Refs https://github.com/1Panel-dev/1Panel/issues/5021
2024-05-22 06:26:47 +00:00
ssongliu
4dc722b83c
feat: 进程守护增加运行目录跳转 ( #5088 )
...
Refs #4953
2024-05-22 03:10:45 +00:00
ssongliu
d9f9f9a629
feat: 网站创建增加 FTP 选项 ( #5076 )
2024-05-21 08:42:46 +00:00
ssongliu
65f92bf0c3
feat: FTP 增加状态及日志 ( #5065 )
2024-05-20 10:48:42 +00:00
zhengkunwang
201600ea06
feat: 增加网站监控的说明 ( #5053 )
2024-05-20 09:54:41 +00:00
ssongliu
64ed07e4fa
feat: 工具箱支持 FTP ( #5039 )
2024-05-17 14:36:38 +00:00
John Bro
c31b3e9ddc
feat: 工具箱的缓存清理添加容器垃圾清理功能 ( #5024 )
2024-05-17 06:02:37 +00:00
zhengkunwang
2e47afef3b
feat: 优化网站目录跳转 ( #5025 )
2024-05-17 04:12:37 +00:00
ssongliu
54e81b2de5
fix: 修改数据库状态异常样式 ( #5020 )
2024-05-15 15:04:35 +00:00
ssongliu
8870b92ceb
feat: Redis 数据库支持快速命令 ( #5018 )
...
Refs #3220
2024-05-15 15:02:35 +00:00
ssongliu
94cebfd8cc
feat: Redis 支持远程数据库 ( #5014 )
2024-05-15 11:56:40 +08:00
ssongliu
c56435970a
feat: 数据库支持多 Redis 切换 ( #5001 )
...
Refs #3927
2024-05-13 14:40:31 +00:00
Zolo
188d9dd4c7
feat: 首页监控中上下行流量数据单位自动格式化 ( #4207 ) ( #4989 )
2024-05-13 22:37:52 +08:00
zhengkunwang
8b9d1d9052
fix: 解决上传证书状态异常的问题 ( #4999 )
...
Refs https://github.com/1Panel-dev/1Panel/issues/4976
2024-05-13 05:54:30 +00:00
zhengkunwang
5a8869e832
feat: 优化网站域名跳转 ( #4998 )
...
Refs https://github.com/1Panel-dev/1Panel/issues/4964
2024-05-13 05:52:29 +00:00
lewisay
81835ef9a7
fix: 解决编辑证书时,其他域名格式不正确问题 ( #4991 )
...
#### 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-05-13 03:52:30 +00:00
zhengkunwang
b3ce35d516
fix: 解决进程守护命令不能输入空格的问题 ( #4997 )
2024-05-13 03:34:30 +00:00
ssongliu
95bbf4ee52
feat: 右侧抽屉取消 esc 关闭 ( #4979 )
2024-05-11 09:52:28 +00:00
John Bro
d43df6941b
feat: 运行环境及容器菜单增加清理构建缓存功能 ( #4978 )
...
Co-authored-by: zhoujunhong <1298308460@qq.com>
2024-05-11 17:50:24 +08:00
ssongliu
e799d1cc49
fix: 解决关闭菜单选项时刷新跳转到概览页的问题 ( #4939 )
2024-05-09 07:44:23 +00:00
ssongliu
1090df3703
fix: 修改版本升级显示信息 ( #4938 )
2024-05-09 07:28:23 +00:00
zhengkunwang
f3267bf137
style: 去掉多余的字符 ( #4936 )
2024-05-09 03:32:23 +00:00
zhengkunwang
0a426f3cd8
style: 调整证书编辑页面样式 ( #4934 )
2024-05-09 03:04:23 +00:00
ssongliu
0fa027d01d
fix: 解决升级信息获取失败的问题 ( #4925 )
2024-05-08 10:46:23 +00:00
zhengkunwang
395bc63946
fix: 解决网站备份恢复导致网站列表丢失的问题 ( #4924 )
2024-05-08 10:44:24 +00:00
John Bro
7a6d0c5380
fix: 文件列表后退、前进按钮,在根目录时无法点击问题修复 ( #4923 )
...
Refs #4723
2024-05-08 10:42:22 +00:00
zhengkunwang
a6f354fed9
style: 调整反向代理的源文页面大小 ( #4917 )
...
#### 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-05-08 06:38:23 +00:00
ssongliu
be12c2397d
feat: 切割网站日志计划任务增加默认周期 ( #4916 )
2024-05-08 06:36:23 +00:00
zhengkunwang
34eb20a679
style: 解决英文状态下删除文件提示字符超出的问题 ( #4913 )
2024-05-08 06:30:24 +00:00
zhengkunwang
b01d8949cb
feat: 修改 supervisor 名称校验规则 ( #4910 )
2024-05-08 06:28:23 +00:00
zhengkunwang
b489f5cf2f
feat: 证书申请增加配置,提高申请成功率 ( #4903 )
2024-05-07 18:26:34 +08:00
zhengkunwang
43ebf6eef9
feat: 证书增加编辑功能 ( #4901 )
2024-05-07 18:01:00 +08:00
zhengkunwang
736914f443
fix: 解决进程守护启动命令带空格导致报错的问题 ( #4894 )
2024-05-07 18:00:48 +08:00
ssongliu
4243ccb5c2
feat: 增加许可证错误信息显示 ( #4877 )
2024-05-06 06:25:55 +00:00
John Bro
e676a632b9
fix: 运行时运行目录选择器支持手动输入 ( #4870 )
...
Refs #2909
2024-05-06 05:55:56 +00:00
ssongliu
e8fb727676
feat: 计划任务应用、网站备份增加排除规则 ( #4810 )
2024-04-30 18:23:36 +08:00
ssongliu
164a48c99f
pref: 优化计划任务错误显示 ( #4803 )
2024-04-30 17:33:15 +08:00
John Bro
e47d449b1b
fix: 删除 PHP 和 Node.js 运行环境的提示信息优化 ( #4790 )
...
* fix: 删除 PHP 和 Node.js 运行环境的提示信息优化
* fix: 代码优化
* fix: 代码优化
---------
Co-authored-by: zhoujunhong <1298308460@qq.com>
2024-04-30 11:58:49 +08:00
zhengkunwang
5c46c26dd5
fix: 解决反向代理匹配规则为空之后无法删除的问题 ( #4777 )
...
Refs https://github.com/1Panel-dev/1Panel/issues/4771
2024-04-28 14:12:44 +00:00
zhengkunwang
b0a3ecd3d2
fix: 解决第二次上传同名文件不显示的问题 ( #4737 )
2024-04-26 18:20:31 +08:00
ssongliu
29fd941d55
feat: 失败状态应用允许恢复 ( #4732 )
2024-04-26 18:20:19 +08:00
zhengkunwang
9851b31013
feat: 增加一些提示信息 ( #4730 )
2024-04-26 18:20:09 +08:00
ssongliu
6e635c691d
style: 优化网站列表描述信息显示 ( #4726 )
2024-04-26 16:13:53 +08:00
ssongliu
5532636e02
style: 修改面板设置描述信息 ( #4725 )
2024-04-26 16:13:44 +08:00
John Bro
e47e2d63d1
feat: 文件管理页面增加回退功能 ( #4723 )
...
Co-authored-by: zhoujunhong <1298308460@qq.com>
2024-04-26 16:13:34 +08:00