1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-01-22 01:39:18 +08:00

73 Commits

Author SHA1 Message Date
ssongliu
b5093e4d93
fix: 补全缺失的组件引用 (#1181) 2023-05-29 10:10:56 +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
2fd97b1753
fix: 解决列表查询输入框刷新的问题 (#876) 2023-05-05 06:16:52 +00:00
ssongliu
3b0c844f33
fix: 解决回车导致页面刷新的问题 (#824) 2023-04-28 07:16:22 +00:00
ssongliu
05b7fd1f63
fix: 解决表单回车导致页面刷新的问题 (#664) 2023-04-17 02:20:17 +00:00
ssongliu
ab0f4380b2
fix: 保存主机信息必须先通过连接测试 (#574) 2023-04-11 04:04:25 +00:00
ssongliu
0ddbdfeac9
feat: 主机增加记住密码,支持带密码私钥连接 (#570) 2023-04-10 13:50:24 +00:00
Wankko Ree
fa83199d7b feat: 抽象出终端为独立组件 2023-04-07 17:37:14 +08:00
Wankko Ree
750a2a445e feat: 增加终端的网络延迟显示 2023-04-07 17:37:14 +08:00
Wankko Ree
6fb1e690aa feat: 添加终端心跳包,增强连接稳定性,并为后续延迟检测做准备 2023-04-07 17:37:14 +08:00
Wankko Ree
77c0eb99f0 fix: 更改 WebSocket 编码为 json ,抛弃使用xterm-addon-attach插件,其特性不利于后续功能扩展,见:https://github.com/xtermjs/xterm.js/issues/1301 2023-04-07 17:37:14 +08:00
Wankko Ree
57a6417812 fix: 修复AttachAddon会将数据以raw形式重复发送的问题 2023-04-07 17:37:14 +08:00
Wankko Ree
12beef49b5 fix: 修改一处let和ref混用的奇怪声明 2023-04-07 17:37:14 +08:00
Wankko Ree
c501d9fefe
fix: 修复终端在网络环境较差时无法正常初始化全屏尺寸的问题 (#505) (#507) 2023-04-05 14:04:15 +00:00
gengxin
d71e2a74b4
feat: xterm-Support for Ctrl+MouseWheel to scaling fonts (#448)
#### What this PR does / why we need it?
#284 
Support for scaling fonts using Ctrl+mouse wheel

#446 
support Editor config the eol.
Currently, 1Panel only supports Linux, so directly set the default EOL to LF and add a new configuration item 

#### 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-03-31 03:16:15 +00:00
ssongliu
4f4879759e
fix: 修改主机默认分组名称 (#381) 2023-03-23 08:26:33 +00:00
zhengkunwang223
8d675c81c5
feat: 优化网站分组 (#372) 2023-03-22 13:42:30 +00:00
ssongliu
1111b6b494 fix: 增加 ip 或 域名正则校验 2023-03-17 03:28:29 +00:00
ssongliu
9080824a59 fix: 解决 mysql 慢日志设置修改失败的问题 2023-03-16 06:06:32 +00:00
ssongliu
eb56b918a6 fix: 增加一些校验规则 2023-03-14 10:34:17 +08:00
ssongliu
9d65d2f4d6 fix: 主机部分问题解决 2023-03-12 23:25:44 +08:00
ssongliu
23bb379afe fix: mfa 二次验证 bug 修复 2023-03-10 18:08:35 +08:00
ssongliu
1b862253bd fix: 终端支持 https 2023-03-09 10:22:46 +08:00
zhengkunwang223
bb104bb734 feat: 修改应用端口,同时修改网站配置 2023-03-09 10:22:46 +08:00
ssongliu
8f5028463a fix: 文件上传限制增加提示信息 2023-03-07 21:03:27 +08:00
ssongliu
e3c78fd57d fix: 主机分组设置增加默认分组 2023-03-07 10:21:37 +08:00
ssongliu
9bbad95c04 fix: 调整主机分组逻辑、增加默认分组 2023-03-06 20:43:53 +08:00
ssongliu
c45a19f1e5 fix: 登录页、首页路由调整 2023-03-06 09:26:57 +08:00
ssongliu
f941cd9751 fix: 主机改为列表展示,增加分组切换 2023-03-01 17:48:10 +08:00
ssongliu
b7324d14dc fix: 解决容器终端连接失败的问题 2023-02-27 14:23:44 +08:00
ssongliu
a618118792 fix: 解决主机添加连接失败的问题 2023-02-23 21:20:17 +08:00
ssongliu
ccee451118 fix: 数据库操作增加一些 loading 2023-02-20 16:10:51 +08:00
ssongliu
38984a502d fix: 容器弹框改为抽屉,修改部分国际化 2023-02-15 17:11:36 +08:00
ssongliu
4e5aeb9d54 fix: 弹出提示框增加关闭按钮 2023-02-14 18:20:34 +08:00
ssongliu
b0e23ec2c7 fix: 镜像操作状态获取、显示优化 2023-02-14 18:20:34 +08:00
ssongliu
920b5b9452 fix: 请求路由根据前端目录调整 2023-02-14 18:20:34 +08:00
ssongliu
2adbfa230c fix: 主机快捷、批量输入样式调整 2023-02-14 18:20:34 +08:00
wangdan
7c20fddd21 feat: 暗色样式 2023-02-10 17:45:16 +08:00
wangdan
eb9ec322f8 feat: 全屏 2023-02-09 15:17:45 +08:00
wangdan
2d3fce1d3e feat: 修改样式 2023-02-02 19:29:53 +08:00
ssongliu
b13efc5195 fix: 解决未添加引用导致导航栏失效的问题 2023-02-02 17:05:50 +08:00
ssongliu
1946eb2313 feat: 完成端口修改功能 2023-02-02 15:05:11 +08:00
ssongliu
b6e660a6cd feat: 增加 daemon.json 文件不存在或为空提示 2023-02-02 09:43:09 +08:00
ssongliu
d22b0a1368 feat: 数据库详情界面样式调整 2023-02-02 09:43:09 +08:00
ssongliu
183555e4c6 fix: 导航按钮样式改为全局 2023-01-06 12:17:50 +08:00
ssongliu
981223d9bc fix: 修复 mysql utf8 数据库创建失败的问题 2023-01-03 18:32:02 +08:00
ssongliu
6fefe29298 fix: 默认本地连接信息,连接错误信息统一返回 2023-01-03 14:39:16 +08:00
ssongliu
c74883bde9 fix: 主机树显示调整、表单创建格式调整 2023-01-03 14:39:16 +08:00
ssongliu
a8b6c85a8f fix: redis 终端连接方式改为 cmd 直连 2022-12-29 17:06:04 +08:00
ssongliu
78a437d0ca fix: 完善 info、error 级别日志打印 2022-12-28 18:35:53 +08:00