colin
|
656db9f616
|
feat(seed): Optimize data seeds
- 优化OpenIddict数据种子
- 增加身份标识数据种子
|
2 months ago |
colin
|
01b03d6d71
|
feat(openiddict): Enhance session validity checks
- `UserInfoIdentitySession` 标记为已过时
- 增加 `ValidationTokenCheckIdentitySession` 用于验证过程中检查会话
- 增加 `ServerValidationTokenCheckIdentitySession` 用于授权过程中检查会话
|
2 months ago |
colin
|
fb7ed9690b
|
feat(migrations): add SqlServer db migrations
|
2 months ago |
colin
|
1423bb3b1e
|
feat(migrations): add PostgreSql db migrations
|
2 months ago |
colin
|
d361a6a59f
|
feat: Adjust the initialization of the dynamic in module
|
2 months ago |
colin
|
41f3026f89
|
fix(openiddict): fix an unregistered application manager was used
|
2 months ago |
colin
|
5a72dd5b45
|
fix(object-mapper): Fix the invalid object mapping
|
2 months ago |
colin
|
fa90e2ec10
|
feat(data-protected): Use Mapperly instead of AutoMapper
|
2 months ago |
colin
|
153fd0d488
|
feat(mapper): Use `Mapperly` instead of `AutoMapper`
|
2 months ago |
colin
|
73cf1de8d5
|
feat(dapr): Change the syntax for checking empty objects
|
2 months ago |
colin
|
cda7be5a85
|
fix(distribute-lock): Disable DAPR_DISTRIBUTEDLOCK
|
2 months ago |
colin
|
bb8cb9fe4a
|
fix(localization): Fixed with removed `AsyncKeyedLocker`
- 使用 `KeyedLock` 替代 `AsyncKeyedLocker`
|
2 months ago |
colin
|
8b3b043967
|
fix(oss): Fixed ImageResizeArgs
- 适配参数数据类型变更
|
2 months ago |
colin
|
79aa4d1b88
|
fix(logging): Fix the ES query for logging
- 系统日志ES集成客户端库查询语法变更
|
2 months ago |
colin
|
078dbb11c0
|
fix(auditing): Fix the ES query for auditlog
- 审计日志ES集成客户端库查询语法变更
|
2 months ago |
colin
|
ea40a8640c
|
fix(elasticseatch): Use the `ElasticsearchClient` client
|
2 months ago |
colin
|
95ad055f02
|
feat(ip2region): sync from ip2region
- sync from [ip2region](https://github.com/lionsoul2014/ip2region)
|
2 months ago |
colin
|
5d41ab021a
|
feat(cap): use `IProcessingServer.StartAsync`
|
2 months ago |
colin
|
3936107340
|
upgrade: upgrade abp to 10.0.2
- upgrade project to net10
- upgrade abp framework to 10.0.2
|
3 months ago |
colin
|
4942f75628
|
feat(.gitingore): add `aspire-output` ignore
|
3 months ago |
colin
|
bb2db8d7b6
|
feat: Avoid tracking health check endpoints
|
3 months ago |
colin
|
e44c4464c0
|
feat: Adjust the partial dependences
|
3 months ago |
colin
|
d8fe1a3e30
|
feat: Add OpenTelemetry Quartz Instrumentation
|
3 months ago |
colin
|
129569711d
|
feat: remove Invalid solution file
|
3 months ago |
colin
|
e457f5b5f4
|
feat: Add Aspire Integration
|
3 months ago |
yx lin
|
77667e707f
|
Merge pull request #1406 from colinin/single-system-info
feat(metrics): Add system info metrics module
|
3 months ago |
colin
|
4e518097d4
|
feat(metrics): Add system info metrics module
|
3 months ago |
yx lin
|
429fea95f9
|
Merge pull request #1405 from colinin/global-data-dictionary
feat(platform): Add a global data dic interface
|
3 months ago |
colin
|
059908664b
|
feat(platform): Add a global data dic interface
|
3 months ago |
yx lin
|
d5c750a202
|
Merge pull request #1404 from colinin/wecom
feat(wechat): Optimize the integration of WeCom
|
3 months ago |
colin
|
103b29ad7d
|
feat(wechat): Optimize the integration of WeCom
- 集成客户同意进行聊天内容存档事件
- 集成产生会话回调事件
- 集成会话存档接口
- 其他接口优化
|
3 months ago |
yx lin
|
c37c9f639f
|
Merge pull request #1403 from colinin/fixed-1401
fix(wrap): fixed #1401
|
3 months ago |
colin
|
a4932133c8
|
fix(wrap): fixed #1401
|
3 months ago |
yx lin
|
ee9115dc6d
|
Merge pull request #1399 from colinin/check-deleting-job-status
feat(tasks): Delete the job status check
|
3 months ago |
colin
|
2af8c6a0bb
|
feat(tasks): Delete the job status check
- When deleting an assignment, check whether it has been stopped
- Add or delete the error code for not stopping the job
|
3 months ago |
yx lin
|
9171cb4518
|
Merge pull request #1398 from colinin/optimize-wecom
Optimize wecom
|
4 months ago |
colin
|
00313c8bdf
|
feat(wechat): remove package version
|
4 months ago |
colin
|
7881a30da4
|
feat(wechat): Optimize the integration of wecom
- Fix some errors
|
4 months ago |
yx lin
|
89a15aa332
|
Merge pull request #1397 from colinin/optimize-single-project
feat(single): Optimize single application projects
|
4 months ago |
colin
|
368e7e9647
|
feat(single): Optimize single application projects
- 增加多数据库启动配置项
- 调整多数据库模式数据库迁移
- 修复部分数据库迁移脚本
- 增加缺少的版本升级数据库迁移
- 增加Quartz的PostgreSql初始化模块
- 调整单体服务启动文档
|
4 months ago |
yx lin
|
752e756de3
|
Merge pull request #1393 from colinin/wechat
feat(wechat): Optimize the Enterprise wechat module
|
4 months ago |
colin
|
750e16bb8e
|
feat(single): 单体项目增加依赖项
- 增加企业微信办公模块依赖
- 增加企业微信通讯录模块依赖
|
4 months ago |
colin
|
218121c705
|
feat(wechat): 调整部分本地化
|
4 months ago |
colin
|
ebfa510c78
|
feat(wechat): Optimize the Enterprise wechat module
- 新增通讯录应用集成模块,通讯录相关接口事件移动到通讯录模块
- 新增办公应用集成模块,办公应用相关接口事件移动到办公模块
- 新增部分单元测试模块
|
4 months ago |
yx lin
|
3747a3cb3e
|
Merge pull request #1392 from colinin/fix-wechat-enmu-deserial
fix(wechat): Fixed the deserialization enum error
|
4 months ago |
colin
|
b1701455f8
|
fix(wechat): Fixed the deserialization enum error
|
4 months ago |
yx lin
|
e2599d989a
|
Merge pull request #1391 from colinin/fix-wechat-decrypt-message
fix(wechat): Fix the error in message header parsing
|
4 months ago |
colin
|
c7a0346747
|
fix(wechat): Fix the error in message header parsing
- The decrypted message header should be passed
|
4 months ago |
yx lin
|
eaecb15226
|
Merge pull request #1389 from colinin/update-cli-template
feat: update template and cli
|
4 months ago |
yx lin
|
9749f56bea
|
Merge pull request #1388 from colinin/main
Merge pull request #1387 from colinin/dev
|
4 months ago |