Commit Graph

307 Commits

Author SHA1 Message Date
cary
a235a6ea8b fix(security/crypto): 修复处理 MP Wrapper 时 无法加密的情况 (#4) 2024-06-18 14:14:55 +08:00
8d00ae32ce release: v2.1.0 v2.1.0 2024-06-05 19:47:59 +08:00
5cd6af8e7b chore: 优化部分代码 2024-06-05 19:45:09 +08:00
cc079e8bf4 feat(messaging/websocket): 新增消息模块 - WebSocket 2024-06-04 22:43:27 +08:00
3d2a4271d5 feat(extension/crud): BaseService 新增查询字典列表方法 2024-06-01 22:15:03 +08:00
124c7ffe11 refactor(extension/crud): 优化项目结构 2024-06-01 21:18:53 +08:00
7feda79359 refactor: 调整邮件服务配置 2024-05-31 22:52:50 +08:00
ee30e861ff refactor: 调整邮件服务配置 2024-05-31 00:22:01 +08:00
hellokaton
774db91d19 feat(extension/crud-mf): 支持Mybatis Flex 2024-05-24 01:53:54 +00:00
KAI
c562e47f4a feat(messaging/mail): 新增动态邮箱配置 2024-05-24 01:31:28 +00:00
9e78305e27 release: v2.0.2 v2.0.2 2024-05-20 23:21:07 +08:00
joshua
3e60197a31 fix: 修复封装分页 dataList 索引计算错误 2024-05-20 23:13:02 +08:00
881fd37dd6 fix: 移除部分错误依赖声明 2024-05-20 23:12:46 +08:00
9bee01baa3 chore: 优化部分代码 2024-05-20 22:57:13 +08:00
1faa46e125 feat(file/excel): 新增 Easy Excel List 集合转换器 2024-05-20 22:56:23 +08:00
Yoofff
62121b78ec fix(captcha): 修复行为验证码接口请求次数限制 2024-05-20 20:53:38 +08:00
e3de3b6721 release: v2.0.1 v2.0.1 2024-05-13 22:51:54 +08:00
5b76534df7 feat(extension/crud): 新增多种实体 Base 模型降低 BaseService 耦合 2024-05-13 22:30:40 +08:00
57eef274a3 refactor(web): 优化部分方法使用 2024-05-13 22:07:18 +08:00
f138e5cd45 fix(extension/crud): 修复查询树列表方法中的错误判断 2024-05-13 22:06:57 +08:00
ca6c7098b1 feat(core): 新增字符串工具类 2024-05-13 21:58:13 +08:00
596605b27b feat(cache/redisson): RedisUtils 新增递增、递减方法 2024-05-13 21:57:42 +08:00
b5dd5c7f18 chore: 升级依赖
SaToken 1.37.0 => 1.38.0
Redisson 3.28.0 => 3.30.0
Crane4j 2.7.0 => 2.8.0
AWS S3 1.12.702 => 1.12.720
IP2Region 3.1.10 => 3.1.11
2024-05-13 21:56:14 +08:00
macroju
cde9b01fc1 chore: 升级依赖修复安全漏洞 (#2) 2024-05-06 20:31:19 +08:00
c5e2516acd release: v2.0.0 v2.0.0 2024-04-17 22:38:15 +08:00
2d71eca075 chore: 升级依赖
1.Spring Boot 3.1.9 => 3.1.10
2.Redisson 3.27.2 => 3.28.0(修复Failed to submit a listener notification task. Event loop shut down?)
3.CosId 2.6.6 => 2.6.8
4.SMS4J 3.1.1 => 3.2.1
5.Easy Excel 3.3.3 => 3.3.4
6.AWS S3 1.12.675 => 1.12.702
7.Crane4j 2.6.1 => 2.7.0(多对多装配处理器增强)
8.TLog 1.5.1 => 1.5.2
9.Hutool 5.8.26 => 5.8.27
10.IP2Region 3.1.9 => 3.1.10
2024-04-17 21:49:47 +08:00
fe310bcb87 style(extension/crud): 优化部分注释 2024-04-17 21:18:51 +08:00
8695cf9e09 chore: 部分代码格式优化 2024-04-16 22:44:33 +08:00
b0e567d749 chore: 移除 Qodana 扫描 2024-04-16 22:40:32 +08:00
f757438d1b refactor(web/xss): 优化 XSS 过滤部分代码 2024-04-16 22:39:34 +08:00
jasmine
c4051a6465 refactor: 应用关闭,关闭自定义线程池ScheduledExecutorService
* 程序结束,关闭ScheduledExecutorService 线程池。
2024-04-15 03:34:56 +00:00
dbb7a6319e chore: top.charles7c.continew => top.continew 2024-04-09 22:33:19 +08:00
whhya
2573fb04f0 feat(web/xss): XSS 增加过滤模式字段,提供清空、转义 2 种方式,默认使用清空模式
* update:完善XssProperties.mode属性为枚举类型
* feat(web/xss): xss增加过滤模式(mode)字段,提供清空(clean)/转义(escape)2种方式,默认使用clean模式
2024-04-09 02:15:31 +00:00
8c91d4a26c refactor(web): 优化 XSS 过滤部分代码 2024-03-30 21:42:51 +08:00
whhya
2656da450c feat(web): 新增 XSS 过滤器 2024-03-30 12:59:01 +00:00
2ff05c82ee chore: 更新版本号为 2.0.0-SNAPSHOT 2024-03-24 10:18:27 +08:00
24fda9a84e release: v1.5.1 v1.5.1 2024-03-23 17:51:49 +08:00
0f43e1cff7 chore: 升级依赖
1.Redisson 3.27.1 => 3.27.2
2.Crane4j 2.6.0 => 2.6.1
2024-03-23 17:19:12 +08:00
171040b674 feat(web): FileUploadUtils 新增文件下载方法 2024-03-13 23:43:01 +08:00
ab4a72e0ff fix(api-doc): 修复接口级鉴权配置不生效的问题 2024-03-10 20:37:11 +08:00
ed15115e44 chore: 更新版本号为 1.5.1-SNAPSHOT 2024-03-10 20:28:41 +08:00
63d9e80240 release: v1.5.0 v1.5.0 2024-03-08 23:11:43 +08:00
98261b96da chore: 升级依赖
1.Spring Boot 3.1.8 => 3.1.9
2.Redisson 3.26.0 => 3.27.1
3.Crane4j 2.5.0 => 2.6.0(适配条件注解)
4.Hutool 5.8.25 => 5.8.26
5.CosId 2.6.5 => 2.6.6
6.AWS S3 1.12.651 => 1.12.675
7.IP2Region 3.1.7 => 3.1.9
8.ttl 2.14.4 => 2.14.5
2024-03-08 22:33:39 +08:00
a54294df6e chore(json/jackson): 优化 Jackson 默认配置 2024-03-06 22:05:45 +08:00
12bdf3e44a chore(extension/crud): 调整 BaseController checkPermission 方法的访问修饰符 private => protected 2024-03-06 21:57:46 +08:00
36ce07b600 refactor(data/mybatis-plus): 重构 IService 及 BaseService 体系结构 2024-02-21 21:58:35 +08:00
244a4db17c chore: 更新版本号为 1.5.0-SNAPSHOT 2024-02-21 20:53:36 +08:00
1207983ce1 release: v1.4.1 v1.4.1 2024-02-21 19:58:29 +08:00
ab7e987672 refactor(extension/crud): 调整 IService 到 data-core 2024-02-21 19:54:50 +08:00
9ed2dac00c refactor(cache/redisson): 完善 Redisson 工具类 2024-02-20 22:20:57 +08:00