Commit Graph

57 Commits

Author SHA1 Message Date
陈精华 42f0e079f0
4.4.0-beta版本 2024-04-15 09:19:13 +08:00
gaoxiongzaq 5a50327f8f 调整pom 2024-03-14 08:29:38 +08:00
gaoxiongzaq b4cd038c86 修复 压缩包特殊符文无法访问问题 调整统一url输出为url编码解决特殊符号问题 调整跨域方法和下载方法为一样 支持重定向 2024-03-14 08:16:24 +08:00
asiawu 31c7b2dfb8 重构了EncodingDetectors#getJavaEncode(String filePath)方法,并附带部分测试数据
重构了EncodingDetectors#getJavaEncode(String filePath)方法,并附带部分测试数据
Co-authored-by: asiawu <asiawu3@qq.com>
Co-committed-by: asiawu <asiawu3@qq.com>
2023-07-24 17:15:07 +08:00
gaoxiongzaq 0ff1f2c22b v4.4.0-SNAPSHOT版本 迭代开启 2023-07-10 11:18:12 +08:00
陈精华 a936113709
new config item support environment config 2023-07-03 14:34:40 +08:00
陈精华 bfe4f73b49
fix encodeUrlFileName method 2023-06-30 15:53:44 +08:00
陈精华 ceaea6dcfc
update some codestyle 2023-06-19 09:14:53 +08:00
gaoxiongzaq e41b18a4a8 新增:pdf支持密码 2023-04-28 09:48:51 +08:00
高雄 0d0742ed20
获取aspose-cad 为官方地址
获取aspose-cad 为官方地址

Signed-off-by: 高雄 <admin@cxcp.com>
2023-04-25 03:57:13 +00:00
gaoxiongzaq a047d7be0d 升级CAD组件为23.1版本 2023-04-23 10:32:10 +08:00
高雄 b0efe98785
v4.3.0-SNAPSHOT版本 迭代开启
v4.3.0-SNAPSHOT版本 迭代开启

Signed-off-by: 高雄 <admin@cxcp.com>
2023-04-20 02:36:30 +00:00
kl 0aabf831ba 4.2.1 bugfix release 2023-04-18 14:48:34 +08:00
kl f714dffe70 4.2.0 release 2023-04-13 10:40:01 +08:00
高雄 83d04ca45d
更新TIF转换PDF插件
更新TIF转换PDF插件

Signed-off-by: 高雄 <admin@cxcp.com>
2023-04-03 05:36:10 +00:00
gaoxingzaq 69566834ea
1,优化URL报错,2,更新OFD组件 3,美化Excel 4,文本方法关闭字节流 5,新增多种类型文件预览 (#419)
1,优化URL报错
2,更新OFD组件
3,美化Excel
4,文本方法关闭字节流
5,新增xmind、eml、epub、"obj", "3ds", "stl", "ply", "off", "3dm", "fbx", "dae", "wrl", "3mf", "ifc","glb","o3dv","gltf","stp","bim","fcstd","step","iges","brep"格式

Co-authored-by: gaoxiongzaq <admin@cxcp.com>
2022-12-28 10:17:06 +08:00
陈精华 7d3a4ebc4e
移除office-plugin, 使用新版jodconverter 2022-12-17 00:02:36 +08:00
陈精华 96d2765d64
开启v4.2.0版本迭代 2022-12-15 10:33:23 +08:00
陈精华 eb12eb0695
4.1.0版本发布 2022-12-14 09:45:48 +08:00
陈精华 1261e6aa03
部分PDF转image报错问题修复 2022-12-13 17:04:16 +08:00
陈精华 9e5b9d4889
解决编译warning 2022-12-12 14:23:32 +08:00
陈精华 a3f91641dd 依赖调整 2022-11-18 23:30:43 +08:00
kl b225cebc95
更新相关依赖版本 (#377) 2022-08-01 15:10:30 +08:00
yl-yue acffcbfe98 !51 实现预览加密的(受密码保护)office文件
* 1. 修复getCorsFile接口高危安全漏洞
* 1. 优化密码错误提示(“密码错误,请重新输入密码。”)
* 1. 修复PPT重复预览bug,此bug导致ppt每次预览会执行两次转换(请求两次onlinePreview接口),在大文件尤其耗时(双倍时…
* 1. 【加密office预览】优化受密码保护的office文件检查逻辑,提升旧文件格式的兼容性
* 1. 【加密office预览】优化office文件是否受密码保护判断逻辑,避免兼容性误判
* 1. 【加密office预览】优化重新输入密码提示。
* 1. 【加密office预览】优化当密码输入错误后,不是抛出异常,而是提示用户重新输入
* 1. 优化prompt提示框的输入密码提示样式
* 1. 实现基于userToken缓存加密文件,没有userToken的加密文件不缓存
* 1. 优化docker构建方案,使用分层构建方式,采用层级缓存解决构建慢发布慢等问题。从原本5分钟左右缩短至几秒
* 1. 加密文件暂时不缓存(后续基于用户token实现,基于用户缓存)
* 1. 优化office文件下载逻辑,跳过重复下载(大量节约带宽与磁盘空间)。
* 1. 修复预览不同类型的加密office文件bug
* 实现预览加密的(受密码保护)office文件
2022-07-21 03:19:46 +00:00
zhangzhen1979 6a2735ec3d tif图片预览。因无法下载jai_core包,所以去掉pom中geotoolkit仓库的设置 2021-12-20 17:31:18 +08:00
zhangzhen1979 8bc53f76eb tif图片预览。更新本地jai_core包的版本至1.1.3 2021-12-20 17:31:18 +08:00
BearBen 20f328906c 解压方案新版测试修复乱码Linux问题 2021-12-17 17:40:23 +08:00
zhangzhen1979 6dce47e47f * tif图片预览,在application.properties中加入tif.preview.type = ${KK_TIF_PREVIEW_TYPE:tif},可以控制使用tif、jpg、pdf方式预览。
修改相应代码,加入必要的判断处理。
2021-12-10 17:13:57 +08:00
zhangzhen1979 b7760ab42a * tif图片预览,改为支持转换为jpg后预览(JAI支持);加入tif->jpg->pdf转换后,以pdf格式预览,此种模式可完美支持打印纸张自适应。 2021-12-10 17:13:57 +08:00
陈精华 00555d3544 4.1.0迭代开启 2021-12-07 16:11:50 +08:00
gitchenjh 304d974b38
Merge pull request #268 from kekingcn/dependabot/maven/server/org.apache.commons-commons-compress-1.21
Bump commons-compress from 1.19 to 1.21 in /server
2021-11-25 16:19:52 +08:00
dependabot[bot] e0b9d8f476
Bump xstream from 1.4.17 to 1.4.18 in /server
Bumps [xstream](https://github.com/x-stream/xstream) from 1.4.17 to 1.4.18.
- [Release notes](https://github.com/x-stream/xstream/releases)
- [Commits](https://github.com/x-stream/xstream/commits)

---
updated-dependencies:
- dependency-name: com.thoughtworks.xstream:xstream
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-25 15:56:05 +00:00
dependabot[bot] d20ac8fafc
Bump commons-compress from 1.19 to 1.21 in /server
Bumps commons-compress from 1.19 to 1.21.

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-compress
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-02 17:25:07 +00:00
陈精华 216c35c0b8 4.0.0版本发布 2021-07-06 11:15:50 +08:00
陈精华 79341b2c8e 集成OpenOffice替换为LibreOffice 2021-06-23 10:26:22 +08:00
kl 8a1eebb9b0 v3.6.0 版本发布 2021-06-17 19:06:37 +08:00
dependabot[bot] 06ff1d4e8f Bump pdfbox from 2.0.15 to 2.0.24 in /server
Bumps pdfbox from 2.0.15 to 2.0.24.

---
updated-dependencies:
- dependency-name: org.apache.pdfbox:pdfbox
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-17 17:43:44 +08:00
dependabot[bot] b03a11f2b5 Bump xstream from 1.4.16 to 1.4.17 in /server
Bumps [xstream](https://github.com/x-stream/xstream) from 1.4.16 to 1.4.17.
- [Release notes](https://github.com/x-stream/xstream/releases)
- [Commits](https://github.com/x-stream/xstream/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-17 17:43:33 +08:00
dependabot[bot] 2bb0dd545d Bump xstream from 1.4.15 to 1.4.16 in /server
Bumps [xstream](https://github.com/x-stream/xstream) from 1.4.15 to 1.4.16.
- [Release notes](https://github.com/x-stream/xstream/releases)
- [Commits](https://github.com/x-stream/xstream/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-19 13:32:13 +08:00
zhangxiaoxiao9527 bcdb5ce0e6 集成视频格式转换功能1.0(基于javacv) 2021-04-19 13:29:25 +08:00
陈精华 5a28b89f46 3.5.1版 2021-04-06 16:45:18 +08:00
陈精华 0985aed0b0 assembly打包区分windows和linux,修复windows发行包启动报找不到找不到office组件 2021-03-19 09:41:01 +08:00
kl 2ffda7a1a6 更新版本到 3.5 2021-03-18 20:20:42 +08:00
陈精华 fe0b42c5e3 修复:pom编译版本 2021-03-18 17:38:53 +08:00
chenkailing 49685e545b 移除多余的 repositories 配置 2021-02-10 01:03:19 +08:00
chenkailing 2542a24675 优化项目结构、优化 maven 结构 2021-02-10 00:58:13 +08:00
kl 679459f53b 更新 spring-boot 到最新的 v2.4.2 版本 2021-02-07 18:34:35 +08:00
kl 3531af4a46 更新版本到 3.3.1 2021-01-28 09:29:18 +08:00
chenkailing 996da0862c 移除 Apache-common-text 包,采用 spring 内置的 HtmlUtils 处理 xss 问题 2021-01-23 13:13:29 +08:00
ale e635ca86c5 escaping of dangerous characters 2021-01-22 12:08:06 +08:00