3216 Commits

Author SHA1 Message Date
PengyuDeng
5e8f735895 fix(crud): 修复多 CTE 查询重写缺少逗号 (#349) 2026-04-25 19:20:38 +08:00
gyl
4f9129cd8c feat: 排序解析支持FunctionFragmentBuilder (#348) 2026-04-03 15:41:54 +08:00
gyl
5460f8b4d2 refactor: 优化接口权限 (#347)
* refactor: 优化接口权限

* refactor: 优化
2026-03-26 16:24:15 +08:00
zhouhao
47573d460b fix(dict): 修复枚举遍历时空指针异常问题,添加空值校验 2026-03-10 18:54:30 +08:00
zhouhao
5fbd79782a Merge branch '5.0.x' of github.com:/hs-web/hsweb-framework into 5.0.x 2026-03-05 12:10:04 +08:00
zhouhao
a8e159a31a fix(crud): 增加setExtensions方法,修复extensions为空时的赋值逻辑 2026-03-05 12:08:36 +08:00
Sosoorin
fab04072dd fix(auth): 修复RedisTokenAuthenticationManager中的令牌删除问题 (#346)
- 修改令牌删除逻辑,添加了"token-auth:"前缀以匹配正确的Redis键格式
2026-02-15 10:15:06 +08:00
zz23333
ac06290568 feat(crud): 使用KingbaseMysql专用方言和SchemaMetadata (#345)
Co-authored-by: zhaotao5 <zhaotao5@hisense.com>
2026-02-12 18:32:11 +08:00
zhouhao
8e679a5395 Merge branch '5.0.x' of github.com:/hs-web/hsweb-framework into 5.0.x 2026-02-12 15:12:25 +08:00
zhouhao
4e68a76e8c fix(auth): 修复用户创建和更新逻辑,增加事件发布支持 2026-02-12 15:11:28 +08:00
zhouhao
d6e093ebba fix(crud): 完善QueryAnalyzerImplTest单元测试,优化断言逻辑并添加更多SQL场景覆盖 2026-02-07 13:10:34 +08:00
zhouhao
3bc4201877 fix: 修复union 指定别名错误问题 2026-02-06 13:09:49 +08:00
zhouhao
18dd4c655a fix: 修复union 指定别名错误问题 2026-02-06 11:52:04 +08:00
zhouhao
f38e88d99d fix(auth): 修复权限维度合并逻辑,避免键冲突异常 2026-01-27 15:51:29 +08:00
zhouhao
8009845b57 fix(file): 修复文件上传路径解析漏洞,增强对非法文件名的校验
#344
2026-01-26 14:13:24 +08:00
zhouhao
76cb89f56e fix(crud): 修复TermExpressionParser解析逻辑,支持更多条件运算符和空格处理 2026-01-26 12:35:54 +08:00
zhouhao
314abfc043 fix(bean): 修复copier调用顺序错误,确保数据正确拷贝 2026-01-26 09:29:20 +08:00
zhouhao
9ba4b3f541 fix(crud): 修复createRootNodePredicate逻辑错误 2026-01-23 17:03:15 +08:00
zhouhao
56a79fa098 fix(crud): 修复isRootNode判断逻辑错误 2026-01-23 16:49:17 +08:00
zhouhao
8c23cc9502 feat: 增加kingbase_mysql支持 2026-01-12 10:15:50 +08:00
zhouhao
ba707cd398 fix: 修复并发下可能NPE问题 2026-01-09 15:43:55 +08:00
zhouhao
30deee7264 refactor: 认证信息支持忽略 2026-01-07 14:11:24 +08:00
zhouhao
2eb26c4b38 refactor: 优化权限合并逻辑 2026-01-06 14:38:36 +08:00
zhouhao
f87356ccbb refactor: 优化事务监听工具 2025-12-29 14:27:12 +08:00
zhouhao
cb28d49bfe refactor: 增加afterCommitWithOutTransaction 2025-12-26 14:15:33 +08:00
zhouhao
18eabee35a refactor: 优化配置错误 2025-12-22 11:08:47 +08:00
zhouhao
b1e4f6eb1d refactor: 优化事务工具 2025-12-19 12:43:47 +08:00
zhouhao
e9a3104db3 refactor: 优化事务工具 2025-12-19 11:31:48 +08:00
zhouhao
5cb7fe4579 refactor: 优化 2025-12-15 09:42:26 +08:00
zhouhao
ff9d4f7d3d feat: 增加opengauss支持 2025-12-04 10:31:51 +08:00
SinPingWu
dee3e3354e Change URL logging to use request URI instead of URL (#341) 2025-11-22 20:57:49 +08:00
zhouhao
d0b6d51384 refactor: 优化 2025-11-21 18:40:49 +08:00
zhouhao
87e9ee0343 refactor: 优化findColumn方法 2025-11-21 12:40:25 +08:00
zhouhao
2d2ce253ec refactor: 优化findColumn方法 2025-11-21 12:29:34 +08:00
zhouhao
c13534e1f8 refactor: 增加findColumn方法 2025-11-21 12:16:49 +08:00
zhouhao
479225a4a9 fix: 修复group by不支持参数化问题 2025-11-20 17:40:52 +08:00
zhouhao
ce8b4f1323 fix: 修复复杂sql预编译参数数量可能错误问题 2025-11-20 12:45:12 +08:00
zhouhao
6fa333ff80 fix: 修复sort 错误 2025-11-10 15:05:59 +08:00
zhouhao
c754b7d68c build: prepare 5.0.2-SNAPSHOT 2025-10-27 10:19:15 +08:00
zhouhao
97f7cb7d9b build: release 5.0.1 5.0.1 2025-10-27 10:16:40 +08:00
zhouhao
711150d6bb refactor: 优化I18nSupportUtils 2025-10-27 10:12:21 +08:00
zhouhao
99aafcf573 refactor: 优化 2025-09-30 14:45:09 +08:00
zhouhao
2c6dce81ce refactor: 优化用户权限初始化逻辑 2025-09-27 14:58:04 +08:00
zhouhao
d4f01dcbc6 refactor: 优化用户权限变更事件逻辑 2025-09-27 12:08:25 +08:00
zhouhao
b478bbdffc refactor: 优化拓展性 2025-09-22 14:16:19 +08:00
zhouhao
cc8ded7008 refactor: 优化对象池 2025-09-15 14:44:28 +08:00
zhouhao
be69c7998d refactor: 优化RecyclerImpl性能 2025-09-09 15:53:54 +08:00
zhouhao
cca7082cce doc: 优化注释 2025-08-14 09:53:42 +08:00
zhouhao
bb39c2a8f9 Merge remote-tracking branch 'origin/master' into 5.0.x
# Conflicts:
#	hsweb-authorization/hsweb-authorization-api/src/main/java/org/hswebframework/web/authorization/AuthenticationHolder.java
#	hsweb-authorization/hsweb-authorization-api/src/main/java/org/hswebframework/web/authorization/annotation/ResourceAction.java
2025-08-14 09:53:22 +08:00
zhouhao
da70b7e1a3 refactor: 优化mvc支持 2025-08-07 15:30:19 +08:00