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 |
colin
|
81b551262a
|
ci: UPDATE workflows
|
3 weeks ago |
colin
|
9bdf6e6339
|
ci: UPDATE common.props
|
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 |
colin
|
ea40a8640c
|
fix(elasticseatch): Use the `ElasticsearchClient` client
|
4 weeks ago |
colin
|
95ad055f02
|
feat(ip2region): sync from ip2region
- sync from [ip2region](https://github.com/lionsoul2014/ip2region)
|
4 weeks ago |
colin
|
5d41ab021a
|
feat(cap): use `IProcessingServer.StartAsync`
|
4 weeks ago |
colin
|
3936107340
|
upgrade: upgrade abp to 10.0.2
- upgrade project to net10
- upgrade abp framework to 10.0.2
|
4 weeks ago |
colin
|
4942f75628
|
feat(.gitingore): add `aspire-output` ignore
|
4 weeks ago |
colin
|
bb2db8d7b6
|
feat: Avoid tracking health check endpoints
|
4 weeks ago |
colin
|
e44c4464c0
|
feat: Adjust the partial dependences
|
4 weeks ago |
colin
|
d8fe1a3e30
|
feat: Add OpenTelemetry Quartz Instrumentation
|
4 weeks ago |
colin
|
129569711d
|
feat: remove Invalid solution file
|
1 month ago |
colin
|
e457f5b5f4
|
feat: Add Aspire Integration
|
1 month ago |
yx lin
|
77667e707f
|
Merge pull request #1406 from colinin/single-system-info
feat(metrics): Add system info metrics module
|
1 month ago |
colin
|
4e518097d4
|
feat(metrics): Add system info metrics module
|
1 month ago |
yx lin
|
429fea95f9
|
Merge pull request #1405 from colinin/global-data-dictionary
feat(platform): Add a global data dic interface
|
1 month ago |
colin
|
059908664b
|
feat(platform): Add a global data dic interface
|
1 month ago |
yx lin
|
d5c750a202
|
Merge pull request #1404 from colinin/wecom
feat(wechat): Optimize the integration of WeCom
|
1 month ago |
colin
|
103b29ad7d
|
feat(wechat): Optimize the integration of WeCom
- 集成客户同意进行聊天内容存档事件
- 集成产生会话回调事件
- 集成会话存档接口
- 其他接口优化
|
1 month ago |
yx lin
|
c37c9f639f
|
Merge pull request #1403 from colinin/fixed-1401
fix(wrap): fixed #1401
|
1 month ago |
colin
|
a4932133c8
|
fix(wrap): fixed #1401
|
1 month ago |