yx lin
|
5c395d32a6
|
Merge pull request #1430 from colinin/refactor-dynamic-initializer
refactor: Refactor dynamic initialization
|
3 days ago |
colin
|
092b499976
|
refactor: Refactor dynamic initialization
|
3 days ago |
yx lin
|
9439b10ddb
|
Merge pull request #1429 from colinin/system-info
feat(vben5): Add system info component
|
3 days ago |
colin
|
0853e9591e
|
feat(vben5): Add system info component
|
3 days ago |
yx lin
|
f22d5d1652
|
Merge pull request #1428 from colinin/auditlogging-queue
feat: use auditlogging queue
|
3 days ago |
colin
|
53ff70b806
|
feat: Module shotdown and cancels the initialization token
|
3 days ago |
colin
|
44ce226f4d
|
feat: use auditlogging queue
|
3 days ago |
yx lin
|
1fbec75f65
|
Merge pull request #1427 from colinin/fix-esindex-cleanup
fix: Repairing the log index cleanup job
|
4 days ago |
colin
|
e2d277bef5
|
fix: Repairing the log index cleanup job
|
4 days ago |
yx lin
|
9fb19d6e9c
|
Merge pull request #1426 from colinin/fix-logging-mapping
fix: Invalid mapping of log ID has been fixed
|
4 days ago |
colin
|
b45be241c9
|
fix: Invalid mapping of log ID has been fixed
|
4 days ago |
yx lin
|
e4ced9e0b2
|
Merge pull request #1425 from colinin/auditlog-index-template
feat: Use the generic audit log index template
|
5 days ago |
colin
|
48fc639f0b
|
feat: Use the generic audit log index template
|
5 days ago |
yx lin
|
c16f49f811
|
Merge pull request #1420 from colinin/main
Merge pull request #1419 from colinin/rel-10.0.2
|
3 weeks ago |
yx lin
|
bcd741306d
|
Merge pull request #1419 from colinin/rel-10.0.2
chore: update to .NET 10.0 & ABP 10.0.2
|
3 weeks ago |
yx lin
|
9e5fab7fd1
|
Merge pull request #1418 from colinin/ai
feat(ai): Add an AI integration module
|
3 weeks ago |
colin
|
4f89eced93
|
feat(ai): Add an AI integration module
|
3 weeks ago |
yx lin
|
48d4912820
|
Merge pull request #1417 from colinin/rel-10.0.2
Rel 10.0.2
|
3 weeks ago |
colin
|
81b551262a
|
ci: UPDATE workflows
|
3 weeks ago |
colin
|
9bdf6e6339
|
ci: UPDATE common.props
|
3 weeks ago |
yx lin
|
8b99e02bf4
|
Merge pull request #1416 from colinin/upt-10.0.0
upgrade: upgrade abp to 10.0.2
|
3 weeks ago |
colin
|
e01127c0ad
|
feat(openiddict): add pushed_authorization(PAR) endpoints
|
3 weeks ago |
colin
|
b20784249d
|
fix(saas): fixed edit saas
- There is no need to check the connection string when editing tenants
|
3 weeks ago |
colin
|
dd68d30558
|
feat(auditlog): Optimize the index of audit logs
|
4 weeks ago |
colin
|
079e0c1bc1
|
feat(account): Optimize the selection of accounts
- 切换账户登录后记录安全日志
- 修复空对象引用
|
4 weeks ago |
colin
|
5af420bf81
|
fix(login): Fix the issue of RememberMe repeatedly binding
|
4 weeks ago |
colin
|
e5b57f63f0
|
feat(openiddict): Add the implementation of SelectAccount
- 增加 `SelectAccount` 页面,实现select_account模式
|
4 weeks ago |
colin
|
afef5f7a0e
|
fix(style): Add missing global-style.css
|
4 weeks ago |
colin
|
7026261496
|
feat(openiddict): Add `FrontChannelLogoutUri`
|
4 weeks ago |
colin
|
6622c67a6d
|
fix(authorize): fix button style
|
4 weeks ago |
colin
|
da50891fdb
|
fix(identity): Adding base class to resolve object mapping source
|
4 weeks ago |
colin
|
b0fcbc860f
|
fix(qrcode-login): add missing blob config
|
4 weeks ago |
colin
|
9f4434cab9
|
fix(login): fix script bundle dependecy
|
4 weeks ago |
colin
|
4fb60b078b
|
feat(data-seeder): Optimize data seeds
|
4 weeks ago |
colin
|
495d51d6b6
|
feat(oauth): Rewrite the user authorize page
- 重写OpenIddict授权同意页,允许用户勾选授权范围
|
4 weeks ago |
colin
|
656db9f616
|
feat(seed): Optimize data seeds
- 优化OpenIddict数据种子
- 增加身份标识数据种子
|
4 weeks ago |
colin
|
01b03d6d71
|
feat(openiddict): Enhance session validity checks
- `UserInfoIdentitySession` 标记为已过时
- 增加 `ValidationTokenCheckIdentitySession` 用于验证过程中检查会话
- 增加 `ServerValidationTokenCheckIdentitySession` 用于授权过程中检查会话
|
4 weeks ago |
colin
|
fb7ed9690b
|
feat(migrations): add SqlServer db migrations
|
4 weeks ago |
colin
|
1423bb3b1e
|
feat(migrations): add PostgreSql db migrations
|
4 weeks ago |
colin
|
d361a6a59f
|
feat: Adjust the initialization of the dynamic in module
|
4 weeks ago |
colin
|
41f3026f89
|
fix(openiddict): fix an unregistered application manager was used
|
4 weeks ago |
colin
|
5a72dd5b45
|
fix(object-mapper): Fix the invalid object mapping
|
4 weeks ago |
colin
|
fa90e2ec10
|
feat(data-protected): Use Mapperly instead of AutoMapper
|
4 weeks ago |
colin
|
153fd0d488
|
feat(mapper): Use `Mapperly` instead of `AutoMapper`
|
4 weeks ago |
colin
|
73cf1de8d5
|
feat(dapr): Change the syntax for checking empty objects
|
4 weeks ago |
colin
|
cda7be5a85
|
fix(distribute-lock): Disable DAPR_DISTRIBUTEDLOCK
|
4 weeks ago |
colin
|
bb8cb9fe4a
|
fix(localization): Fixed with removed `AsyncKeyedLocker`
- 使用 `KeyedLock` 替代 `AsyncKeyedLocker`
|
4 weeks ago |
colin
|
8b3b043967
|
fix(oss): Fixed ImageResizeArgs
- 适配参数数据类型变更
|
4 weeks ago |
colin
|
79aa4d1b88
|
fix(logging): Fix the ES query for logging
- 系统日志ES集成客户端库查询语法变更
|
4 weeks ago |
colin
|
078dbb11c0
|
fix(auditing): Fix the ES query for auditlog
- 审计日志ES集成客户端库查询语法变更
|
4 weeks ago |