copilot-swe-agent[bot]
9d55f811ab
Initial plan
2026-03-04 05:18:38 +00:00
kl
30127aae7c
test(e2e): harden fixture preflight and remove duplicate generation
2026-03-04 13:16:14 +08:00
kl
3b0f7af382
test(e2e): fix preflight fixture scope and path handling
2026-03-04 12:54:42 +08:00
kl
7f6ad472c4
test(e2e): address copilot review for fixture stability and CI python setup
2026-03-04 12:05:31 +08:00
kl
8f9dda5a8d
test(e2e): phase-2 add office and zip smoke coverage
2026-03-04 11:11:22 +08:00
kl
a0d78c57e3
test(e2e): add MVP end-to-end automation suite and CI workflow ( #713 )
...
* test(e2e): add mvp playwright suite and PR workflow
* ci(e2e): use JDK 21 for kkFileView build
2026-03-04 10:46:41 +08:00
kl
7f16243270
chore(github): add accelerated support notice for urgent issues ( #712 )
...
* chore(github): add support acceleration notice to issue templates and auto-comments
* chore(actions): make copilot auto-comment bilingual and single-message
2026-03-03 19:28:23 +08:00
kl
36a75e86ac
chore(github): add bilingual feature request issue template ( #711 )
...
* chore(github): add bilingual feature request issue template
* chore(github): refine feature template wording and split intake path
2026-03-03 19:10:05 +08:00
kl
7c41200028
chore(actions): auto-close >1y issues and trigger copilot triage comments
2026-03-03 18:57:59 +08:00
kl
3da0c523e8
chore(github): add bilingual required issue template
2026-03-03 18:26:39 +08:00
kl
8c3bc81e08
fix(security): support wildcard/cidr host pattern matching ( #710 )
...
* fix(security): support wildcard/cidr host pattern matching
* fix(security): harden host matching against null and DNS rebinding
* fix(security): handle ipv4 unsigned range and deny template fallback
* test(security): verify CIDR matching for IPv4 upper boundary
* fix(security): set UTF-8 deny response and use Locale.ROOT
* fix(security): enforce whitelist with blacklist and harden wildcard rules
2026-03-03 15:26:35 +08:00
陈精华
92ca92bee6
支持Java25环境
2025-12-03 18:46:23 +08:00
kailing
64c82a2406
!334 update docker/kkfileview-base/Dockerfile.
...
Merge pull request !334 from 云上小朱/N/A
2025-11-17 00:53:58 +00:00
云上小朱
e44ef813a1
update docker/kkfileview-base/Dockerfile.
...
在文件docker/kkfileview-base/Dockerfile中
我看到POM里写的Java21,但是Dockerfile写的JDK8. 是否应改为JDK21,我在本地测试,改为JDK21可正常打包代码并正常运行。
Signed-off-by: 云上小朱 <13077784+ysxz2025@user.noreply.gitee.com >
2025-11-14 01:04:31 +00:00
kl
9f3b45a4c7
安全:强制用户配置可访问域名的白名单或者黑名单,提高安全性 ( #692 )
...
* 安全:强制用户配置可访问域名的白名单或者黑名单,提高安全性
* 安全:强制用户配置可访问域名的白名单或者黑名单,提高安全性
* CI:修复 CI 问题
* CI:修复 CI 问题
2025-10-20 14:29:05 +08:00
kl
b1af0c7d72
优化:日志输出重构 ( #689 )
2025-10-13 11:14:54 +08:00
kl
421640221b
Kl ( #688 )
...
* 升级: JDK1.8 升级到 JDK21 ,spring-boot 版本从 2.4.2 升级到 3.5.6
* 优化:启动日志新增 java version 输出信息
2025-10-11 20:14:39 +08:00
kl
f6c6e22b0d
升级: JDK1.8 升级到 JDK21 ,spring-boot 版本从 2.4.2 升级到 3.5.6 ( #687 )
2025-10-11 20:05:43 +08:00
kl
51653483b9
Kl json ( #686 )
...
* 新增:JSON 文件格式化预览功能
* 优化:优化 JSON 文件格式化预览效果
2025-10-11 17:54:17 +08:00
kl
a9787b0add
新增:JSON 文件格式化预览功能 ( #685 )
2025-10-11 11:52:49 +08:00
kl
6cdbf92fb0
优化:完善文件上传禁用功能的用户体验 ( #684 )
2025-10-11 10:41:34 +08:00
kl
fdb40680d3
安全:禁用文件上传接口 ( #656 )
...
- 从配置文件中移除file.upload.disable配置项
- 删除FileController中的文件上传相关代码
- 移除/fileUpload POST接口
- 删除文件上传校验逻辑
- 增强系统安全性,防止恶意文件上传
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-authored-by: Claude <noreply@anthropic.com >
2025-06-30 17:57:45 +08:00
陈精华
6746325bf2
update Github workflow
2025-04-14 16:10:29 +08:00
陈精华
05a8bff1e0
优化:调整单元测试
2025-03-31 15:56:50 +08:00
陈精华
874ff5b3f6
优化:解决部分场景下, 页面元素变化导致水印覆盖不全问题
2025-03-31 15:28:36 +08:00
陈精华
2230cfa52b
update README.cn.md
2025-01-22 11:08:28 +08:00
陈精华
83c581364d
update README.cn.md
2025-01-22 11:04:40 +08:00
陈精华
1d39360c60
4.4.0版本发布
v4.4.0
2025-01-16 10:44:41 +08:00
陈精华
8c763599fe
!312 update server/src/main/resources/web/main/record.ftl.
...
Merge pull request !312 from 高雄/N/A
2025-01-15 03:28:17 +00:00
高雄
9632f6070c
update server/src/main/resources/web/main/record.ftl.
...
更新日志文档
Signed-off-by: 高雄 <admin@cxcp.com >
2025-01-14 01:23:13 +00:00
陈精华
cc63659650
Merge pull request #593 from zp96324511/patch-1
...
容易引起歧义的环境变量命名
2024-09-30 16:05:29 +08:00
阿鹏
177f389814
容易引起歧义的环境变量命名
2024-09-14 12:09:24 +08:00
陈精华
406e9ea6ee
Merge pull request #584 from gitchenjh/master
...
docker基础镜像调整为kkfileview-base
2024-08-27 10:36:59 +08:00
陈精华
bb461cd74a
docker基础镜像调整为kkfileview-base
2024-08-26 10:29:27 +08:00
陈精华
782509376c
Merge pull request #581 from wayne-cheng/optimize-dockerfile
...
优化Dockerfile,支持真正的跨平台构建镜像
2024-08-22 14:41:17 +08:00
郑威
63dc58d088
:construction_worker:优化Dockerfile,支持真正的跨平台构建镜像
2024-08-21 11:12:38 +08:00
陈精华
77f5adb19f
!299 修复压缩获取路径错误,图片合集路径错误,水印问题等BUG
...
Merge pull request !299 from 高雄/yashuoba
2024-07-02 02:20:08 +00:00
陈精华
7abfb67451
!289 修复前端解析xlsx 包含emf格式文件错误
...
Merge pull request !289 from 高雄/lockkkk
2024-06-25 02:05:43 +00:00
gaoxiongzaq
c8dc638c29
修复压缩获取路径错误,图片合集路径错误,水印问题等BUG
2024-05-27 14:30:31 +08:00
gaoxiongzaq
48ac926289
修复压缩获取路径错误,图片合集路径错误,水印问题等BUG
2024-05-27 14:21:11 +08:00
陈精华
0a4ae41b0c
!296 新增PDF线程管理,超时管理,内存缓存管理,更新PDF解析组件版本
...
Merge pull request !296 from 高雄/pdfddd
2024-05-27 03:32:27 +00:00
gaoxiongzaq
bb0139bee6
新增PDF线程管理,超时管理,内存缓存管理,更新PDF解析组件版本
2024-05-20 10:12:11 +08:00
陈精华
7bf07cb64c
!286 修复远程文件,文件名带有穿越的BUG
...
Merge pull request !286 from 高雄/chuanyue
2024-04-17 02:40:52 +00:00
陈精华
ab370e66a5
Merge pull request #554 from kekingcn/kl
...
重构解压缩逻辑,fix #553
2024-04-17 10:32:19 +08:00
kl
421a2760d5
重构解压缩逻辑,fix #553
2024-04-16 20:04:50 +08:00
陈精华
42f0e079f0
4.4.0-beta版本
v4.4.0-beta
2024-04-15 09:19:13 +08:00
gaoxiongzaq
9150346926
修复前端解析xlsx 包含emf格式文件错误
2024-03-28 11:26:25 +08:00
gaoxiongzaq
b65a04857c
修复远程文件文件名带有穿越漏洞的BUG
2024-03-27 08:55:28 +08:00
陈精华
59315c3200
maven-assembly插件区分Linux和Windows的assembly-id, 解决maven构建warning
2024-03-26 16:56:11 +08:00
陈精华
08e5a15424
移除@Nullable注解,解决编译warning:未知的枚举常量 javax.annotation.meta.When.MAYBE
2024-03-26 16:47:21 +08:00