colin
6622c67a6d
fix(authorize): fix button style
3 months ago
colin
da50891fdb
fix(identity): Adding base class to resolve object mapping source
3 months ago
colin
b0fcbc860f
fix(qrcode-login): add missing blob config
3 months ago
colin
9f4434cab9
fix(login): fix script bundle dependecy
3 months ago
colin
4fb60b078b
feat(data-seeder): Optimize data seeds
3 months ago
colin
495d51d6b6
feat(oauth): Rewrite the user authorize page
- 重写OpenIddict授权同意页,允许用户勾选授权范围
3 months ago
colin
656db9f616
feat(seed): Optimize data seeds
- 优化OpenIddict数据种子
- 增加身份标识数据种子
3 months ago
colin
01b03d6d71
feat(openiddict): Enhance session validity checks
- `UserInfoIdentitySession` 标记为已过时
- 增加 `ValidationTokenCheckIdentitySession` 用于验证过程中检查会话
- 增加 `ServerValidationTokenCheckIdentitySession` 用于授权过程中检查会话
3 months ago
colin
fb7ed9690b
feat(migrations): add SqlServer db migrations
3 months ago
colin
1423bb3b1e
feat(migrations): add PostgreSql db migrations
3 months ago
colin
d361a6a59f
feat: Adjust the initialization of the dynamic in module
3 months ago
colin
41f3026f89
fix(openiddict): fix an unregistered application manager was used
3 months ago
colin
5a72dd5b45
fix(object-mapper): Fix the invalid object mapping
3 months ago
colin
fa90e2ec10
feat(data-protected): Use Mapperly instead of AutoMapper
3 months ago
colin
153fd0d488
feat(mapper): Use `Mapperly` instead of `AutoMapper`
3 months ago
colin
73cf1de8d5
feat(dapr): Change the syntax for checking empty objects
3 months ago
colin
cda7be5a85
fix(distribute-lock): Disable DAPR_DISTRIBUTEDLOCK
3 months ago
colin
bb8cb9fe4a
fix(localization): Fixed with removed `AsyncKeyedLocker`
- 使用 `KeyedLock` 替代 `AsyncKeyedLocker`
3 months ago
colin
8b3b043967
fix(oss): Fixed ImageResizeArgs
- 适配参数数据类型变更
3 months ago
colin
79aa4d1b88
fix(logging): Fix the ES query for logging
- 系统日志ES集成客户端库查询语法变更
3 months ago
colin
078dbb11c0
fix(auditing): Fix the ES query for auditlog
- 审计日志ES集成客户端库查询语法变更
3 months ago
colin
ea40a8640c
fix(elasticseatch): Use the `ElasticsearchClient` client
3 months ago
colin
95ad055f02
feat(ip2region): sync from ip2region
- sync from [ip2region](https://github.com/lionsoul2014/ip2region )
3 months ago
colin
5d41ab021a
feat(cap): use `IProcessingServer.StartAsync`
3 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
colin
4e518097d4
feat(metrics): Add system info metrics module
4 months ago
colin
059908664b
feat(platform): Add a global data dic interface
4 months ago
colin
103b29ad7d
feat(wechat): Optimize the integration of WeCom
- 集成客户同意进行聊天内容存档事件
- 集成产生会话回调事件
- 集成会话存档接口
- 其他接口优化
4 months ago
colin
a4932133c8
fix(wrap): fixed #1401
4 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
4 months ago
colin
00313c8bdf
feat(wechat): remove package version
5 months ago
colin
7881a30da4
feat(wechat): Optimize the integration of wecom
- Fix some errors
5 months ago
colin
368e7e9647
feat(single): Optimize single application projects
- 增加多数据库启动配置项
- 调整多数据库模式数据库迁移
- 修复部分数据库迁移脚本
- 增加缺少的版本升级数据库迁移
- 增加Quartz的PostgreSql初始化模块
- 调整单体服务启动文档
5 months ago
colin
750e16bb8e
feat(single): 单体项目增加依赖项
- 增加企业微信办公模块依赖
- 增加企业微信通讯录模块依赖
5 months ago
colin
218121c705
feat(wechat): 调整部分本地化
5 months ago
colin
ebfa510c78
feat(wechat): Optimize the Enterprise wechat module
- 新增通讯录应用集成模块,通讯录相关接口事件移动到通讯录模块
- 新增办公应用集成模块,办公应用相关接口事件移动到办公模块
- 新增部分单元测试模块
5 months ago
colin
b1701455f8
fix(wechat): Fixed the deserialization enum error
5 months ago
colin
c7a0346747
fix(wechat): Fix the error in message header parsing
- The decrypted message header should be passed
5 months ago
colin
3b6f1a1289
feat: update template and cli
5 months ago
colin
dff27f48f9
feat(single): Adjust application projects
5 months ago
colin
b69f360b90
fix(elsa): Fix elsa module
- Fix the issue where the workflow editor cannot be opened
- Fix the issue where the workflow endpoint is not registered
- Fix the invalid HttpEndpoint workflow
5 months ago
colin
9806714b99
feat(platform-service): Use object storage through configuration
5 months ago
colin
95b4e3312e
feat(account): Optimize the login page
- Fixed the issue of invalid callback url for some pages
- Disable qrcode login on mobile devices
5 months ago
colin
19822d55f2
fix(notifications): Fix null references to notification types
5 months ago