1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-01-21 17:29:17 +08:00

131 Commits

Author SHA1 Message Date
ssongliu
dd9f2edf40
fix: Mysql 慢日志样式调整 (#1512) 2023-07-03 07:00:19 +00:00
ssongliu
4bf76aacb1
fix: 移除部分重复国际化内容 (#1495) 2023-06-29 14:38:12 +00:00
ssongliu
38bf54ec3b
feat: 容器、数据库、网站、计划任务增加名称排序 (#1490) 2023-06-29 10:40:12 +00:00
ssongliu
64f80a95ab
feat: 增加系统 IP 设置,实现容器端口跳转功能 (#1479) 2023-06-29 03:18:15 +00:00
ssongliu
11a58fde91
fix: 统一抽屉警告或提示信息样式 (#1453) 2023-06-27 08:44:03 +00:00
wangdan-fit2cloud
0275716ff5
feat: 优化页面兼容移动端问题 (#1320)
#### 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-06-09 15:38:15 +00:00
ssongliu
e91b7caf4f
fix: 解决 mysql 日志清空错误的问题 (#1298) 2023-06-08 13:50:11 +00:00
ssongliu
6a717b2517
fix: 兼容 mysql 5.7.42 (#1286) 2023-06-08 03:00:12 +00:00
ssongliu
7a66e71215
fix: 统一修改代码拼写错误 (#1192) 2023-05-30 07:30:57 +00:00
wangdan-fit2cloud
83ac2f1ff7
feat: 兼容移动端 (#1126)
#### 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-24 08:36:54 +00:00
wangdan-fit2cloud
0d084861e0
feat: 概览兼容移动端 (#1109)
#### 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-23 05:51:43 +00:00
ssongliu
2975cf6d5a feat: sshd 支持重启、停止等操作,增加状态条 2023-05-18 16:45:54 +08:00
ssongliu
c1332235a0
fix: 右侧抽屉宽度调整 (#1047) 2023-05-15 02:36:47 +00:00
ssongliu
43652b2a54
fix: 解决数据库上传备份恢复失败的问题 (#1027) 2023-05-13 07:32:28 +00:00
ssongliu
7d08875f95
fix: 解决数据库用户指定多个 ip 无效的问题 (#1019) 2023-05-12 17:48:31 +08:00
ssongliu
5101dace59
fix: 优化抽屉中操作对象的名称显示 (#982) 2023-05-10 06:34:19 +00:00
ssongliu
2fd97b1753
fix: 解决列表查询输入框刷新的问题 (#876) 2023-05-05 06:16:52 +00:00
ssongliu
a073113817
fix: redis 按钮位置调整 (#856) 2023-05-04 03:56:37 +00:00
zhengkunwang223
9c52977825
style: 修改网站目录提示信息 (#688) 2023-04-18 08:02:58 +00:00
zhengkunwang223
cb151dc985
feat: mysql 和 redis 增加连接信息提示 (#687) 2023-04-18 07:30:57 +00:00
ssongliu
05b7fd1f63
fix: 解决表单回车导致页面刷新的问题 (#664) 2023-04-17 02:20:17 +00:00
ssongliu
7c236ccc3a
feat: 数据库增加 ServiceName 显示 (#573) 2023-04-11 02:26:25 +00:00
ssongliu
8603d4347b
feat: mysql root 密码增加随机和复制按钮 (#556) 2023-04-10 04:56:16 +00:00
ssongliu
188a3e0ac5
feat: 数据库创建支持随机密码 (#555) 2023-04-10 03:52:15 +00:00
Wankko Ree
74b6af64e9 fix: 对于 Redis 终端、容器终端也同步改造 2023-04-07 17:37:14 +08:00
ssongliu
ce2b92ee01
fix: 调整服务未启动的遮罩样式 (#517) 2023-04-06 06:34:15 +00:00
ssongliu
39e3e8f214
fix: 优化容器菜单页面状态加载样式 (#356) 2023-03-22 07:32:29 +00:00
ssongliu
887db0aff7 fix: 页面切换时,隐藏默认配置提示 2023-03-18 09:28:30 +00:00
ssongliu
fb286d2def fix: 解决慢日志开启后未刷新导致无法关闭的问题 2023-03-17 14:58:31 +00:00
ssongliu
cc0667429a fix: redis 最大连接数限制 2023-03-17 04:18:29 +00:00
ssongliu
31da89d63a fix: 数据库重启等操作增加 loading 2023-03-16 09:40:32 +00:00
ssongliu
9080824a59 fix: 解决 mysql 慢日志设置修改失败的问题 2023-03-16 06:06:32 +00:00
ssongliu
e55af04568 fix: 移除调试打印信息 2023-03-15 13:00:31 +08:00
ssongliu
94fbb265fa fix: 数据库权限去掉 localhost 2023-03-14 10:34:17 +08:00
ssongliu
4992281e36 fix: 获取镜像导入相应结果 2023-03-10 18:08:35 +08:00
ssongliu
23bb379afe fix: mfa 二次验证 bug 修复 2023-03-10 18:08:35 +08:00
ssongliu
3f01ef61e5 fix: 数据库慢日志实现修改 2023-03-10 18:08:35 +08:00
ssongliu
015baec864 fix: 解决计划任务部分 bug 2023-03-10 18:08:35 +08:00
ssongliu
1b862253bd fix: 终端支持 https 2023-03-09 10:22:46 +08:00
ssongliu
2061e00b29 fix: redis 配置增加范围限制 2023-03-09 10:22:46 +08:00
ssongliu
0ff7c418bd fix: 数据库设置增加范围限制 2023-03-07 21:03:27 +08:00
ssongliu
d7ab5ff1b7 fix: 端口修改增加存在校验 2023-03-07 21:03:27 +08:00
ssongliu
e36060d3ea fix: 数据库增加 loading 2023-03-07 10:21:37 +08:00
ssongliu
ae295794d3 fix: 封装导入备份组件 2023-03-02 17:37:01 +08:00
ssongliu
388c6150c7 fix: 网站、数据库、应用恢复失败增加回滚机制 2023-03-01 11:42:45 +08:00
ssongliu
aa2bb73199 fix: 统一备份接口和前端组件封装 2023-03-01 11:42:45 +08:00
ssongliu
f7749af999 fix: 部分 codemirror 禁用输入 2023-03-01 11:42:45 +08:00
ssongliu
b3a69725bf fix: 镜像仓库增加同步功能 2023-02-27 14:23:44 +08:00
ssongliu
0a20aaa3fa fix: 修改容器部分 bug 2023-02-23 21:20:17 +08:00
ssongliu
cd89caa0c4 fix: 修复容器部分 bug 2023-02-23 21:20:17 +08:00