zhengkunwang223
53756c382d
feat: 取消网站 ipv6 的默认设置 ( #1099 )
2023-05-22 11:44:49 +08:00
zhengkunwang223
8533a71670
fix: 解决首页控制台报错的问题 ( #1087 )
2023-05-21 22:16:53 +08:00
zhengkunwang223
6b3c06a057
fix: 解决伪静态页面光标丢失的问题 ( #1086 )
2023-05-21 22:16:50 +08:00
zhengkunwang223
4fd87568cd
fix: 解决搜索子目录模糊查询失败的问题 ( #1085 )
...
Refs https://github.com/1Panel-dev/1Panel/issues/1049
2023-05-21 22:16:44 +08:00
zhengkunwang223
56f8caf561
fix: 解决打开编辑文件页面确认按钮可能看不到的问题 ( #1084 )
...
Refs https://github.com/1Panel-dev/1Panel/issues/1042
2023-05-21 22:16:40 +08:00
zhengkunwang223
7d2f7a8d3b
fix: 解决反向代理 1Panel 并启用 auth_basic 的时候无法登录的问题 ( #1083 )
...
Refs https://github.com/1Panel-dev/1Panel/issues/1082
2023-05-21 22:16:36 +08:00
xin.yang
01a9589be9
修复首页推荐应用处在窄窗口时显示异常的问题
2023-05-21 22:15:45 +08:00
zhengkunwang223
72eb02fd39
feat: 升级 distribution 版本到 v2.8.2 ( #1067 )
2023-05-21 22:15:16 +08:00
ssongliu
c1332235a0
fix: 右侧抽屉宽度调整 ( #1047 )
2023-05-15 02:36:47 +00:00
ssongliu
212c8634ea
fix: 容器配置界面样式调整 ( #1045 )
2023-05-15 02:22:47 +00:00
zhengkunwang223
b966ab3e11
fix: 解决创建数据库超时问题 ( #1037 )
2023-05-14 01:34:31 +00:00
zhengkunwang223
25c2246782
fix: 解决默认网站开启 https 443 端口没有设置 default_server 的问题 ( #1034 )
2023-05-14 01:04:31 +00:00
ssongliu
2ae1db4730
fix: 解决 ssl 启用和端口修改跳转问题 ( #1030 )
2023-05-13 12:20:30 +00:00
ssongliu
43652b2a54
fix: 解决数据库上传备份恢复失败的问题 ( #1027 )
2023-05-13 07:32:28 +00:00
ssongliu
574a504ec3
fix: 增加初始化逻辑 ( #1026 )
2023-05-13 04:20:29 +00:00
zhengkunwang223
52a8331c78
fix: 解决网站设置 https 情况下,设置默认网站失败的问题 ( #1023 )
2023-05-12 15:08:28 +00:00
ssongliu
afa9eecf35
fix: 补全 swagger 文档 ( #1022 )
2023-05-12 22:30:50 +08:00
ssongliu
46e13d754f
fix: 解决计划任务未勾选同步到本地造成的备份恢复问题 ( #1021 )
2023-05-12 22:30:26 +08:00
zhengkunwang223
0157326d61
fix: 限制应用失败情况下启动应用 ( #1020 )
2023-05-12 22:30:02 +08:00
ssongliu
7d08875f95
fix: 解决数据库用户指定多个 ip 无效的问题 ( #1019 )
2023-05-12 17:48:31 +08:00
zhengkunwang223
bd2a49e299
fix: 解决网站设置切换到 HTTPS 控制台报错的问题 ( #1016 )
...
fix https://github.com/1Panel-dev/1Panel/issues/672
2023-05-12 07:08:23 +00:00
ssongliu
06f1d03b93
fix: 端口校验正则表达式修改 ( #1009 )
2023-05-12 03:36:23 +00:00
Mystery0 M
4c39955f2f
fix: 获取网站日志时,先检查一下日志文件大小,超过10M时直接报错 ( #1011 )
...
#### What this PR does / why we need it?
修复网站日志文件较大时,在界面上查看日志会导致系统短时间卡住的问题
相关Issue https://github.com/1Panel-dev/1Panel/issues/495
该提交可优化这个Issue的问题
#### Summary of your change
在获取文件内容之前,通过os.Stat获取文件的信息,并对文件大小进行判断,如果过大(目前是>10MB),则抛出错误中止流程
#### Please indicate you've done the following:
- [ ] Made sure tests are passing and test coverage is added if needed.
- [x] 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.
2023-05-12 02:54:23 +00:00
maninhill
56f92310f8
Update README.md ( #1005 )
2023-05-11 23:27:01 +08:00
maninhill
cb47806fd6
Update README.md
2023-05-11 21:28:57 +08:00
maninhill
16ae193e9f
Update README.md
2023-05-11 15:33:17 +08:00
fossabot
8770939328
Add license scan report and status
...
Signed off by: fossabot <badges@fossa.com>
2023-05-11 15:33:17 +08:00
ssongliu
d5bff6473e
fix: 解决安全入口跳转失败的问题 ( #995 )
2023-05-10 15:28:18 +00:00
ssongliu
a1c0408aae
fix: 解决安全入口情况下升级后页面无法打开的问题 ( #994 )
2023-05-10 15:16:48 +00:00
ssongliu
ab523b6879
fix: 解决密码过期后重定向到登录页的问题 ( #990 )
2023-05-10 09:12:18 +00:00
zhengkunwang223
740b4c52d2
fix: 修复已安装页面 php 应用丢失的问题 ( #989 )
2023-05-10 08:52:16 +00:00
ssongliu
dbb94942df
fix: 镜像导出增加默认值 ( #988 )
2023-05-10 08:16:15 +00:00
zhengkunwang223
1e4ea2f8c3
feat: 文件操作增加名称显示 ( #985 )
...
resolve https://github.com/1Panel-dev/1Panel/issues/975
2023-05-10 07:02:15 +00:00
ssongliu
8083837333
fix: 容器监控适配部分单核系统 ( #984 )
2023-05-10 06:48:15 +00:00
ssongliu
dd89933613
fix: ntp 依赖修改 ( #983 )
2023-05-10 06:36:15 +00:00
ssongliu
5101dace59
fix: 优化抽屉中操作对象的名称显示 ( #982 )
2023-05-10 06:34:19 +00:00
zhengkunwang223
81c56a740c
feat: 限制 PHP 应用升级 ( #981 )
2023-05-10 06:32:23 +00:00
zhengkunwang223
27cc3bcccd
fix: 解决运行环境版本与已安装应用版本不一致的问题 ( #980 )
...
Closes https://github.com/1Panel-dev/1Panel/issues/978
2023-05-10 06:20:16 +00:00
ssongliu
8ddaa26a57
fix: 解决本地备份账号更新失败的问题 ( #977 )
...
Closes #966
2023-05-10 06:08:14 +00:00
ssongliu
3a848428c3
fix: 忽略概览页异常数据 ( #971 )
2023-05-10 02:52:14 +00:00
ssongliu
4c18f3aa1d
fix: 解决验证码加载失败的问题 ( #970 )
2023-05-10 02:50:18 +00:00
maninhill
be6278c0b7
Update README.md
2023-05-09 23:50:17 +08:00
maninhill
d5e08d5db2
Update README.md
2023-05-09 23:49:24 +08:00
zhengkunwang223
2d321b4a79
feat: app.yaml 增加 username 和 password 参数 ( #960 )
2023-05-09 09:31:44 +00:00
zhengkunwang223
fcd764d521
feat: 应用商店同步改为异步操作 ( #956 )
2023-05-09 07:47:43 +00:00
ssongliu
7d4a8782d8
fix: 解决登录情况下,输入任意路由跳转到安全入口的问题 ( #954 )
2023-05-09 07:45:47 +00:00
zhengkunwang223
eea28e8481
feat: 升级badger版本到v4 ( #951 )
2023-05-09 07:23:43 +00:00
FoXiMao
71d679d426
Fix maccms rewrite configuration file error ( #948 )
...
修复maccms rewrite 配置文件错误导致登陆时提示ERR_TOO_MANY_REDIRECTS 重定向次数过多的问题
#### What this PR does / why we need it?
#### Summary of your change
#### Please indicate you've done the following:
- [x] Made sure tests are passing and test coverage is added if needed.
- [x] 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.
2023-05-09 07:21:47 +00:00
zhengkunwang223
2b23523bec
fix: 修复文件列表总共条数显示问题 ( #952 )
2023-05-09 07:17:47 +00:00
wangdan-fit2cloud
149c26728c
fix: 夜间模式ui优化( https://github.com/1Panel-dev/1Panel/issues/938 ) ( #953 )
...
#### 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.
2023-05-09 07:15:46 +00:00