zhouhao
|
8009845b57
|
fix(file): 修复文件上传路径解析漏洞,增强对非法文件名的校验
#344
|
2026-01-26 14:13:24 +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
|
2025-10-27 10:16:40 +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
|
5696d25e58
|
refactor: 优化
|
2025-07-17 10:30:36 +08:00 |
|
zhouhao
|
9f09958571
|
refactor: 优化
|
2025-07-11 14:23:19 +08:00 |
|
zhouhao
|
9c08c3a71a
|
refactor: 优化权限初始化
|
2025-07-11 12:07:23 +08:00 |
|
zhouhao
|
0c29f53dae
|
refactor: 优化权限初始化
|
2025-07-11 10:56:17 +08:00 |
|
zhouhao
|
cadf50a4c7
|
Merge remote-tracking branch 'origin/master' into 5.0.x
# Conflicts:
# hsweb-authorization/hsweb-authorization-api/pom.xml
# hsweb-authorization/hsweb-authorization-basic/pom.xml
# hsweb-authorization/hsweb-authorization-oauth2/pom.xml
# hsweb-authorization/pom.xml
# hsweb-commons/hsweb-commons-api/pom.xml
# hsweb-commons/hsweb-commons-crud/pom.xml
# hsweb-commons/pom.xml
# hsweb-concurrent/hsweb-concurrent-cache/pom.xml
# hsweb-concurrent/pom.xml
# hsweb-core/pom.xml
# hsweb-core/src/main/java/org/hswebframework/web/proxy/Proxy.java
# hsweb-datasource/hsweb-datasource-api/pom.xml
# hsweb-datasource/hsweb-datasource-jta/pom.xml
# hsweb-datasource/hsweb-datasource-web/pom.xml
# hsweb-datasource/pom.xml
# hsweb-logging/hsweb-access-logging-aop/pom.xml
# hsweb-logging/hsweb-access-logging-api/pom.xml
# hsweb-logging/pom.xml
# hsweb-starter/pom.xml
# hsweb-system/hsweb-system-authorization/hsweb-system-authorization-api/pom.xml
# hsweb-system/hsweb-system-authorization/hsweb-system-authorization-default/pom.xml
# hsweb-system/hsweb-system-authorization/hsweb-system-authorization-oauth2/pom.xml
# hsweb-system/hsweb-system-authorization/pom.xml
# hsweb-system/hsweb-system-dictionary/pom.xml
# hsweb-system/hsweb-system-file/pom.xml
# hsweb-system/pom.xml
# pom.xml
|
2025-07-11 09:12:05 +08:00 |
|
PengyuDeng
|
715f476961
|
refactor: 移除 deleteUser 方法中的 readOnly 属性 (#333)
移除了 DefaultReactiveUserService 类中 deleteUser 方法的 @Transactional 注解的 readOnly 属性。这个属性对于删除操作来说是不必要的,因为删除操作是写操作,而不是只读操作。
|
2025-07-11 09:10:42 +08:00 |
|
zhouhao
|
d4c237b109
|
refactor: 优化兼容性
|
2025-07-07 16:18:11 +08:00 |
|
zhouhao
|
88bbcfcc84
|
build: 4.0.20-SNAPSHOT
|
2025-07-05 21:25:02 +08:00 |
|
zhouhao
|
18569bdc66
|
build(maven): 5.0.1-SNAPSHOT
|
2025-07-04 20:44:37 +08:00 |
|
zhouhao
|
7955e9ea07
|
build: 5.0.0 release
|
2025-06-30 11:49:24 +08:00 |
|
zhouhao
|
8aa0d06136
|
build: 5.0.0 release
|
2025-06-30 11:29:08 +08:00 |
|
zhouhao
|
7347cdf2d7
|
build: 4.0.19 release
|
2025-06-30 11:12:53 +08:00 |
|
zhouhao
|
41c17c858b
|
refactor: 优化权限解析
|
2025-06-20 19:09:57 +08:00 |
|
zhouhao
|
5cfcbe679a
|
Merge remote-tracking branch 'origin/master' into spring-boot3
|
2025-05-19 15:18:59 +08:00 |
|
Zhang Ji
|
4e9344bf34
|
fix: 优化字典的并行执行和树结构转换 (#321)
|
2025-05-19 15:18:27 +08:00 |
|
zhouhao
|
36a73c9a39
|
Merge remote-tracking branch 'origin/master' into spring-boot3
|
2025-04-25 17:40:55 +08:00 |
|
fighter-wang
|
21f1478148
|
fix(用户保存): 修复保存用户信息时,抛出的UserModifiedEvent事件中的最新用户信息不完整的问题 (#316)
* fix(用户保存): 修复保存用户信息时抛出的UserModifiedEvent事件中的最新用户信息不完整的问题
* fix(用户保存): 代码优化
* fix(用户保存): 修复old实体会被修改的问题
---------
Co-authored-by: fighter-wang <11291691+fighter-wang@user.noreply.gitee.com>
|
2025-04-18 15:45:58 +08:00 |
|
zhouhao
|
c0351cfa16
|
Merge remote-tracking branch 'origin/master' into spring-boot3
# Conflicts:
# hsweb-authorization/hsweb-authorization-api/pom.xml
# hsweb-authorization/hsweb-authorization-basic/pom.xml
# hsweb-authorization/hsweb-authorization-oauth2/pom.xml
# hsweb-authorization/pom.xml
# hsweb-commons/hsweb-commons-api/pom.xml
# hsweb-commons/hsweb-commons-crud/pom.xml
# hsweb-commons/pom.xml
# hsweb-concurrent/hsweb-concurrent-cache/pom.xml
# hsweb-concurrent/pom.xml
# hsweb-core/pom.xml
# hsweb-datasource/hsweb-datasource-api/pom.xml
# hsweb-datasource/hsweb-datasource-jta/pom.xml
# hsweb-datasource/hsweb-datasource-web/pom.xml
# hsweb-datasource/pom.xml
# hsweb-logging/hsweb-access-logging-aop/pom.xml
# hsweb-logging/hsweb-access-logging-api/pom.xml
# hsweb-logging/pom.xml
# hsweb-starter/pom.xml
# hsweb-system/hsweb-system-authorization/hsweb-system-authorization-api/pom.xml
# hsweb-system/hsweb-system-authorization/hsweb-system-authorization-default/pom.xml
# hsweb-system/hsweb-system-authorization/hsweb-system-authorization-oauth2/pom.xml
# hsweb-system/hsweb-system-authorization/pom.xml
# hsweb-system/hsweb-system-dictionary/pom.xml
# hsweb-system/hsweb-system-file/pom.xml
# hsweb-system/pom.xml
# pom.xml
|
2025-04-07 10:50:39 +08:00 |
|
hello09x
|
2f082089a6
|
feat: UserModifiedEvent提供新密码原始文本 (#315)
|
2025-04-01 17:20:43 +08:00 |
|
zhouhao
|
6fbb9a22e6
|
build: 4.0.19-SNAPSHOT
|
2025-04-01 15:23:29 +08:00 |
|
zhouhao
|
931c87ca51
|
Merge remote-tracking branch 'origin/master' into spring-boot3
# Conflicts:
# hsweb-authorization/hsweb-authorization-api/pom.xml
# hsweb-authorization/hsweb-authorization-basic/pom.xml
# hsweb-authorization/hsweb-authorization-oauth2/pom.xml
# hsweb-authorization/pom.xml
# hsweb-commons/hsweb-commons-api/pom.xml
# hsweb-commons/hsweb-commons-crud/pom.xml
# hsweb-commons/pom.xml
# hsweb-concurrent/hsweb-concurrent-cache/pom.xml
# hsweb-concurrent/pom.xml
# hsweb-core/pom.xml
# hsweb-datasource/hsweb-datasource-api/pom.xml
# hsweb-datasource/hsweb-datasource-jta/pom.xml
# hsweb-datasource/hsweb-datasource-web/pom.xml
# hsweb-datasource/pom.xml
# hsweb-logging/hsweb-access-logging-aop/pom.xml
# hsweb-logging/hsweb-access-logging-api/pom.xml
# hsweb-logging/pom.xml
# hsweb-starter/pom.xml
# hsweb-system/hsweb-system-authorization/hsweb-system-authorization-api/pom.xml
# hsweb-system/hsweb-system-authorization/hsweb-system-authorization-default/pom.xml
# hsweb-system/hsweb-system-authorization/hsweb-system-authorization-oauth2/pom.xml
# hsweb-system/hsweb-system-authorization/pom.xml
# hsweb-system/hsweb-system-dictionary/pom.xml
# hsweb-system/hsweb-system-dictionary/src/main/java/org/hswebframework/web/dictionary/service/CompositeDictDefineRepository.java
# hsweb-system/hsweb-system-file/pom.xml
# hsweb-system/pom.xml
# pom.xml
|
2025-03-31 11:27:04 +08:00 |
|
zhouhao
|
1f62a9bca2
|
build: release 4.0.18
|
2025-03-31 10:11:54 +08:00 |
|
zhouhao
|
e928bc46a5
|
refactor: 优化数据字典加载
|
2025-03-18 18:47:47 +08:00 |
|
zhouhao
|
787eead282
|
refactor: 优化数据字典加载逻辑
|
2025-03-06 14:23:43 +08:00 |
|
zhouhao
|
48b6f39483
|
refactor: 优化数据字典加载逻辑
|
2025-03-06 10:34:56 +08:00 |
|
zhouhao
|
89c9b86a21
|
Merge remote-tracking branch 'origin/master' into spring-boot3
|
2025-02-20 17:34:37 +08:00 |
|
zhouhao
|
002c7259f4
|
refactor: 优化数据字典加载
|
2025-02-19 14:04:31 +08:00 |
|
zhouhao
|
f89befb011
|
Merge remote-tracking branch 'origin/master' into spring-boot3
# Conflicts:
# hsweb-authorization/hsweb-authorization-basic/src/main/java/org/hswebframework/web/authorization/basic/define/DefaultBasicAuthorizeDefinition.java
# hsweb-commons/hsweb-commons-crud/src/main/resources/i18n/commons/messages_en.properties
# hsweb-commons/hsweb-commons-crud/src/main/resources/i18n/commons/messages_zh.properties
# hsweb-core/src/main/java/org/hswebframework/web/i18n/LocaleUtils.java
# hsweb-system/hsweb-system-dictionary/src/main/java/org/hswebframework/web/dictionary/entity/DictionaryEntity.java
|
2025-01-21 15:37:23 +08:00 |
|
zhouhao
|
f7335e9e20
|
Merge remote-tracking branch 'origin/master'
|
2025-01-15 17:19:16 +08:00 |
|
zhouhao
|
b7fc0f8d4e
|
refactor: 优化国际化信息
|
2025-01-15 17:17:15 +08:00 |
|
445990772
|
67b68f417f
|
feat(权限管理):新增权限管理118n支持 (#303)
|
2025-01-14 17:21:39 +08:00 |
|
zhouhao
|
a02c6002ad
|
refactor: 修复国际化字段错误
|
2025-01-14 15:55:25 +08:00 |
|
zhouhao
|
9bc4a351b5
|
refactor: 数据字典增加国际化支持
|
2025-01-13 16:31:56 +08:00 |
|
zhouhao
|
b2f8de09a7
|
Merge branch 'master' into spring-boot3
# Conflicts:
# hsweb-core/pom.xml
|
2025-01-03 17:50:08 +08:00 |
|
zhouhao
|
358f740e63
|
refactor: 优化
|
2025-01-02 16:26:43 +08:00 |
|
zhouhao
|
0eadd4debf
|
build(maven): 4.0.18-SNAPSHOT
|
2024-08-27 10:20:02 +08:00 |
|
zhouhao
|
98755c8679
|
build: 4.0.17 release
|
2024-08-19 14:36:16 +08:00 |
|
zhouhao
|
b18af6b66e
|
refactor: 优化
|
2024-07-04 17:34:54 +08:00 |
|
zhouhao
|
a0d82967c5
|
Merge branch 'refs/heads/master' into spring-boot3
# Conflicts:
# hsweb-authorization/hsweb-authorization-basic/src/main/java/org/hswebframework/web/authorization/basic/handler/access/DimensionDataAccessHandler.java
# hsweb-authorization/hsweb-authorization-oauth2/src/main/java/org/hswebframework/web/oauth2/server/auth/ReactiveOAuth2AccessTokenParser.java
# hsweb-authorization/hsweb-authorization-oauth2/src/test/java/org/hswebframework/web/oauth2/server/impl/RedisAccessTokenManagerTest.java
# hsweb-commons/hsweb-commons-crud/src/main/java/org/hswebframework/web/crud/configuration/EasyormRepositoryRegistrar.java
# hsweb-commons/hsweb-commons-crud/src/test/java/org/hswebframework/web/crud/CrudTests.java
# hsweb-commons/hsweb-commons-crud/src/test/java/org/hswebframework/web/crud/service/GenericReactiveCacheSupportCrudServiceTest.java
# hsweb-core/pom.xml
# hsweb-logging/hsweb-access-logging-aop/src/main/java/org/hswebframework/web/logging/aop/ReactiveAopAccessLoggerSupport.java
# hsweb-starter/src/main/java/org/hswebframework/web/starter/initialize/SystemInitialize.java
# hsweb-starter/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
# hsweb-system/hsweb-system-authorization/hsweb-system-authorization-api/src/main/java/org/hswebframework/web/system/authorization/api/entity/UserEntity.java
# hsweb-system/hsweb-system-authorization/hsweb-system-authorization-default/src/main/java/org/hswebframework/web/system/authorization/defaults/service/DefaultReactiveUserService.java
# pom.xml
|
2024-07-04 16:17:22 +08:00 |
|
zhouhao
|
e2e98d1f8e
|
fix: 修复单元测试错误
|
2024-06-06 16:28:42 +08:00 |
|
zhouhao
|
7085b71234
|
fix: 修复sql拼接错误
|
2024-06-03 10:08:53 +08:00 |
|
zhouhao
|
e9ce00b30d
|
refactor(基础模块): 优化动态条件构造
|
2024-05-28 11:57:32 +08:00 |
|
EddyChao
|
439f19034f
|
feat: 添加角色维度关联时间 (#289)
|
2024-05-14 15:20:21 +08:00 |
|