zhouhao
|
3f7e040c44
|
refactor: 优化上下文传递
|
2025-08-04 14:06:53 +08:00 |
|
zhouhao
|
2dbb9c7cc0
|
feat: 优化上下文传递
|
2025-08-04 13:55:38 +08:00 |
|
zhouhao
|
a7bbd59d01
|
feat: 优化上下文传递
|
2025-08-04 10:32:37 +08:00 |
|
zhouhao
|
ec5b4899d6
|
feat: 优化上下文传递
|
2025-08-04 10:12:55 +08:00 |
|
zhouhao
|
5a3060bdc0
|
feat: 增加新的ContextHolder上下文支持
|
2025-08-01 18:27:19 +08:00 |
|
zhouhao
|
9f09958571
|
refactor: 优化
|
2025-07-11 14:23:19 +08:00 |
|
zhouhao
|
0c29f53dae
|
refactor: 优化权限初始化
|
2025-07-11 10:56:17 +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
|
41c17c858b
|
refactor: 优化权限解析
|
2025-06-20 19:09:57 +08:00 |
|
zhouhao
|
c8e5eaf0e7
|
refactor: 优化权限注解
|
2025-06-13 14:32:05 +08:00 |
|
zhouhao
|
914e6c1de7
|
refactor: 优化
|
2025-05-16 14:18:24 +08:00 |
|
zhouhao
|
26280f429f
|
refactor: 优化对springmvc的支持
|
2025-05-07 18:21:49 +08:00 |
|
zhouhao
|
c109aee54d
|
Merge remote-tracking branch 'origin/master' into spring-boot3
# Conflicts:
# hsweb-authorization/hsweb-authorization-basic/src/main/java/org/hswebframework/web/authorization/basic/configuration/AuthorizingHandlerAutoConfiguration.java
# hsweb-authorization/hsweb-authorization-basic/src/main/java/org/hswebframework/web/authorization/basic/web/UserTokenWebFilter.java
|
2025-04-17 17:53:42 +08:00 |
|
zhouhao
|
a1cc9688de
|
refactor: 优化过期时间处理
|
2025-04-17 13:32:56 +08:00 |
|
zhouhao
|
505f9a387e
|
refactor: 优化过期时间处理
|
2025-04-17 12:38:23 +08:00 |
|
zhouhao
|
d2fb65bdce
|
refactor: 优化过期时间处理
|
2025-04-17 12:12:55 +08:00 |
|
zhouhao
|
8a73a2281d
|
refactor: 优化过期时间处理
|
2025-04-17 12:11:10 +08:00 |
|
zhouhao
|
0ae207408b
|
refactor: 增加UserTokenBeforeCreateEvent事件
|
2025-04-17 10:51:27 +08:00 |
|
zhouhao
|
e1fffbd590
|
Merge remote-tracking branch 'origin/master' into spring-boot3
# Conflicts:
# hsweb-authorization/hsweb-authorization-api/src/main/java/org/hswebframework/web/authorization/token/redis/RedisUserTokenManager.java
|
2025-04-10 14:41:28 +08:00 |
|
zhouhao
|
c3f59abe7a
|
refactor: 权限验证增加匿名访问支持.
|
2025-04-10 14:38:16 +08:00 |
|
zhouhao
|
9a12aa89f6
|
refactor: 指定了用户权限的token信息忽略异地登录校验。
|
2025-04-07 10:55:50 +08:00 |
|
zhouhao
|
171fa7ecb3
|
refactor: 指定了用户权限的token信息忽略异地登录校验。
|
2025-04-07 10:55:20 +08:00 |
|
zhouhao
|
6fbb9a22e6
|
build: 4.0.19-SNAPSHOT
|
2025-04-01 15:23:29 +08:00 |
|
zhouhao
|
1f62a9bca2
|
build: release 4.0.18
|
2025-03-31 10:11:54 +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
|
7f86d0d7d5
|
refactor: 优化权限信息获取性能
|
2025-01-15 13:39:03 +08:00 |
|
445990772
|
67b68f417f
|
feat(权限管理):新增权限管理118n支持 (#303)
|
2025-01-14 17:21:39 +08:00 |
|
zhouhao
|
a9fc4893af
|
Merge branch 'master' into spring-boot3
# Conflicts:
# hsweb-authorization/hsweb-authorization-api/pom.xml
# hsweb-authorization/hsweb-authorization-basic/pom.xml
# hsweb-authorization/hsweb-authorization-basic/src/test/java/org/hswebframework/web/authorization/basic/aop/AopAuthorizingControllerTest.java
# 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/hsweb-commons-crud/src/main/java/org/hswebframework/web/crud/configuration/EasyormRepositoryRegistrar.java
# 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
|
2024-12-20 13:36:18 +08:00 |
|
zhouhao
|
234a0f6b4b
|
refactor: 优化
|
2024-12-13 21:08:19 +08:00 |
|
zhouhao
|
4604cb5012
|
refactor: 增加EqualsAndHashCode注解
|
2024-12-11 17:15:07 +08:00 |
|
老周
|
17b4cbd608
|
refactor: 弃用数据权限控制,AuthorizingHandleBeforeEvent增加异步支持. (#298)
|
2024-08-28 13:54:24 +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
|
f5d46643e9
|
refactor: 优化配置
|
2024-07-08 14:41:30 +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
|
0cb9dd5450
|
refactor: 优化
|
2024-05-24 10:00:16 +08:00 |
|
zhouhao
|
2aed8345f3
|
refactor: 增加AccessDenyException#NoStackTrace
|
2024-05-22 16:15:52 +08:00 |
|
zhouhao
|
a7b82dd453
|
fix: 修复无法解析权限attributes问题
|
2024-05-09 19:01:15 +08:00 |
|
zhouhao
|
775f8f161c
|
refactor: 增加NoStackTrace异常,特定情况不记录线程栈.
|
2024-04-29 13:36:33 +08:00 |
|
gyl
|
04eecde19f
|
refactor: 优化token相关事件为异步事件,方便传递上下文 (#287)
|
2024-04-19 11:05:14 +08:00 |
|
gyl
|
4da0800ed1
|
refactor: 优化错误提示语句 (#286)
|
2024-04-16 13:59:48 +08:00 |
|
gyl
|
68fa6333e6
|
fix: 修正用户是否授权及token是否登记的判断条件 (#278)
* fix: 修正用户是否授权及token是否登记的判断条件
* fix: 优化判断条件
|
2024-03-25 09:48:55 +08:00 |
|
zhouhao
|
1dfa6e5c07
|
feat: 优化token逻辑,ParsedToken增加应用到httpHeader功能.
|
2024-01-15 10:30:15 +08:00 |
|
zhouhao
|
f9f3285465
|
refactor: 优化序列化逻辑
|
2024-01-08 10:31:14 +08:00 |
|
zhouhao
|
bd733cb193
|
refactor: 替换过时的api
|
2024-01-02 10:48:18 +08:00 |
|
zhouhao
|
d61da9bbde
|
build: new version 5.0.0
|
2024-01-02 10:43:43 +08:00 |
|