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