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

1.12.15 #261

Merged
merged 29 commits into from
Aug 25, 2024
Merged

1.12.15 #261

merged 29 commits into from
Aug 25, 2024

Conversation

erupts
Copy link
Owner

@erupts erupts commented Aug 25, 2024

🐞 解决数值组件手动清除再查询会报错的bug #
🐞 解决 ueditor 拖动上传图片保存不成功的问题 #
🐞 修复分页时选中按钮的删除状态未清除的bug #
🐞 修复 bi 数据表组件声明顺序与渲染顺序不一致的问题 #
🐞 修复 bi 时间区间组件清空时查询条件报错的问题 #
🐞 修复级联查询时二级弹出有可能失效的bug #
🧩 copyrightTxt 支持渲染标签
🧩 多附件上传场景支持选择后的查看与下载
🧩 表格自动滚动区域支持高度自适应
🌟 升级 spring boot 至 2.7.18
🌟 erupt-bi 表格支持显示百分比进度条
🌟 erupt-bi 表格支持配置长文本类型、链接类型
🌟 在线日志支持 JUL 的日志的 appender
🌟 tagType 增加 maxTagCount 配置,控制最大可选择标签数
🌟 lambdaQuery 支持select返回目标对象
🌟 增加 Open API 能力,支持外部系统通过 appid + secret 获取 erupt token
🌟 增加全局函数 msg/modal/notify
🌟 tpl 支持使用抽屉方式打开
🌟 节点日志使用抽屉方式打开

@erupts erupts merged commit 683b290 into master Aug 25, 2024
2 checks passed
}
if (localSave) {
File dest = new File(eruptProp.getUploadPath() + path);
if (!dest.getParentFile().exists()) {

Check failure

Code scanning / CodeQL

Uncontrolled data used in path expression High

This path depends on a
user-provided value
.
This path depends on a
user-provided value
.
This path depends on a
user-provided value
.
This path depends on a
user-provided value
.
This path depends on a
user-provided value
.
This path depends on a
user-provided value
.
if (localSave) {
File dest = new File(eruptProp.getUploadPath() + path);
if (!dest.getParentFile().exists()) {
if (!dest.getParentFile().mkdirs()) {

Check failure

Code scanning / CodeQL

Uncontrolled data used in path expression High

This path depends on a
user-provided value
.
This path depends on a
user-provided value
.
This path depends on a
user-provided value
.
This path depends on a
user-provided value
.
This path depends on a
user-provided value
.
This path depends on a
user-provided value
.
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