yx lin
ee9115dc6d
Merge pull request #1399 from colinin/check-deleting-job-status
feat(tasks): Delete the job status check
1 week 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
1 week ago
yx lin
9171cb4518
Merge pull request #1398 from colinin/optimize-wecom
Optimize wecom
2 weeks ago
colin
00313c8bdf
feat(wechat): remove package version
2 weeks ago
colin
7881a30da4
feat(wechat): Optimize the integration of wecom
- Fix some errors
2 weeks ago
yx lin
89a15aa332
Merge pull request #1397 from colinin/optimize-single-project
feat(single): Optimize single application projects
2 weeks ago
colin
368e7e9647
feat(single): Optimize single application projects
- 增加多数据库启动配置项
- 调整多数据库模式数据库迁移
- 修复部分数据库迁移脚本
- 增加缺少的版本升级数据库迁移
- 增加Quartz的PostgreSql初始化模块
- 调整单体服务启动文档
2 weeks ago
yx lin
752e756de3
Merge pull request #1393 from colinin/wechat
feat(wechat): Optimize the Enterprise wechat module
2 weeks ago
colin
750e16bb8e
feat(single): 单体项目增加依赖项
- 增加企业微信办公模块依赖
- 增加企业微信通讯录模块依赖
2 weeks ago
colin
218121c705
feat(wechat): 调整部分本地化
2 weeks ago
colin
ebfa510c78
feat(wechat): Optimize the Enterprise wechat module
- 新增通讯录应用集成模块,通讯录相关接口事件移动到通讯录模块
- 新增办公应用集成模块,办公应用相关接口事件移动到办公模块
- 新增部分单元测试模块
2 weeks ago
yx lin
3747a3cb3e
Merge pull request #1392 from colinin/fix-wechat-enmu-deserial
fix(wechat): Fixed the deserialization enum error
1 month ago
colin
b1701455f8
fix(wechat): Fixed the deserialization enum error
1 month ago
yx lin
e2599d989a
Merge pull request #1391 from colinin/fix-wechat-decrypt-message
fix(wechat): Fix the error in message header parsing
1 month ago
colin
c7a0346747
fix(wechat): Fix the error in message header parsing
- The decrypted message header should be passed
1 month ago
yx lin
eaecb15226
Merge pull request #1389 from colinin/update-cli-template
feat: update template and cli
1 month ago
yx lin
9749f56bea
Merge pull request #1388 from colinin/main
Merge pull request #1387 from colinin/dev
1 month ago
yx lin
835949cd07
Merge pull request #1387 from colinin/dev
chore: upgrade version to 9.3.6
1 month ago
colin
3b6f1a1289
feat: update template and cli
1 month ago
yx lin
886c4dbe71
Add NuGet badge to README
Added NuGet badge to the README file.
1 month ago
yx lin
33c116b825
Merge pull request #1386 from colinin/rel-9.3.6
chore: upgrade version to 9.3.6
1 month ago
colin
d97a3a7472
chore: upgrade version to 9.3.6
1 month ago
yx lin
ca3af01493
Merge pull request #1385 from colinin/adjust-single-project
feat(single): Adjust application projects
1 month ago
colin
dff27f48f9
feat(single): Adjust application projects
1 month ago
yx lin
dd58fad57e
Merge pull request #1384 from colinin/fix-elsa
fix(elsa): Fix elsa module
1 month 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
1 month ago
yx lin
215feb2b90
Merge pull request #1383 from colinin/use-oss-provider-with-config
feat(platform-service): Use object storage through configuration
1 month ago
colin
9806714b99
feat(platform-service): Use object storage through configuration
1 month ago
yx lin
fe7e135490
Merge pull request #1382 from colinin/account-page
feat(account): Optimize the login page
1 month 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
1 month ago
yx lin
1b67786ea3
Merge pull request #1381 from colinin/fix-null-references-to-notification-type
fix(notifications): Fix null references to notification types
1 month ago
colin
19822d55f2
fix(notifications): Fix null references to notification types
1 month ago
yx lin
9e62f3d891
Merge pull request #1380 from colinin/tracking-module-through-configuration
feat(tracking): Determine the tracking module through configuration
1 month ago
colin
37418aa379
feat(tracking): Determine the tracking module through configuration
1 month ago
yx lin
86f70dd095
Merge pull request #1379 from colinin/unit-tests
tests: Add some unit tests
1 month ago
colin
0653ebe7e9
tests: Add some unit tests
1 month ago
yx lin
7057158d7b
Merge pull request #1378 from colinin/fix-features-annotation
fix(localization): Fix the error in the annotation of functional features
1 month ago
colin
1a6ec2ba1b
fix(localization): Fix the error in the annotation of functional features
1 month ago
yx lin
9a251c1f76
Merge pull request #1377 from colinin/localization-service-add-claim-mapping-module-dependon
feat(localization): Add the dependency of claim mapping module
1 month ago
colin
a5d7932144
feat(localization): Add the dependency of claim mapping module
1 month ago
yx lin
30ab2648f6
Merge pull request #1376 from colinin/refactor-built-in-jobs
refactor(background-tasks): Refactor the built-in jobs
1 month ago
colin
a57bdb4ead
refactor(background-tasks): Refactor the built-in jobs
- Handle the job status of other nodes through events
1 month ago
yx lin
0356d50c9e
Merge pull request #1375 from colinin/refactor-identity-session
refactor(session): refactor identity session
1 month ago
yx lin
c36048a824
Merge branch 'dev' into refactor-identity-session
1 month ago
colin
9a675f9c5e
refactor(session): refactor identity session
- Session policy processing is transferred to the identity auth service
- Add an identity authentication job module
- Add an expired session cleaning job
1 month ago
yx lin
296940e404
Merge pull request #1374 from colinin/enhance-integration-of-wechat-work
Enhance integration of wechat work
1 month ago
yx lin
f73b63070d
Merge branch 'dev' into enhance-integration-of-wechat-work
1 month ago
colin
7bfb235de5
feat(wechat): Add the missing module references
1 month ago
colin
a82b4607d7
feat(wechat): Add integration of the customer contact module
1 month ago
yx lin
b830857a4e
Merge pull request #1373 from colinin/refactor-wechat-message-resolver
refactor(wechat): Refactor the wechat message resolver
1 month ago