yx lin
0356d50c9e
Merge pull request #1375 from colinin/refactor-identity-session
refactor(session): refactor identity session
4 months ago
yx lin
c36048a824
Merge branch 'dev' into refactor-identity-session
4 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
4 months ago
yx lin
296940e404
Merge pull request #1374 from colinin/enhance-integration-of-wechat-work
Enhance integration of wechat work
4 months ago
yx lin
f73b63070d
Merge branch 'dev' into enhance-integration-of-wechat-work
4 months ago
colin
7bfb235de5
feat(wechat): Add the missing module references
4 months ago
colin
a82b4607d7
feat(wechat): Add integration of the customer contact module
4 months ago
yx lin
b830857a4e
Merge pull request #1373 from colinin/refactor-wechat-message-resolver
refactor(wechat): Refactor the wechat message resolver
4 months ago
colin
1287699bb0
refactor(wechat): Refactor the wechat message resolver
4 months ago
yx lin
f3496a585b
Merge pull request #1372 from colinin/fix-cap
fix(cap): Fix the issue of the startup sequence of the CAP component
4 months ago
colin
6499dfd33c
fix(cap): Fix the issue of the startup sequence of the CAP component
4 months ago
yx lin
bbaa145035
Merge pull request #1371 from colinin/aliyun-sms
feat(aliyun): Optimize Alibaba Cloud SMS
4 months ago
colin
1679292f2b
feat(aliyun): Optimize Alibaba Cloud SMS
- 增加号码认证服务域名设置
- 阿里云短信相关本地化文档迁移到Sms模块
4 months ago
yx lin
73bbeb4292
Merge pull request #1370 from colinin/notifier-push-log
feat(notifications): Add notification push log recording
5 months ago
colin
8346fc1076
feat(notifications): Add notification push log recording
5 months ago
yx lin
07a300fcc6
Merge pull request #1369 from colinin/fix-webhook-notification
fix(notifications): Fix webhook notifications null object references
5 months ago
colin
8bb62a5158
fix(notifications): Fix webhook notifications null object references
5 months ago
yx lin
27aac6dc7e
Merge pull request #1368 from colinin/oss-configuration
feat(oss-management): Use a configured object storage provider
5 months ago
colin
826a210c86
feat(oss-management): Use a configured object storage provider
5 months ago
yx lin
80000ccd4e
Merge pull request #1367 from colinin/ip-access-not-use-domain-tenant-resolve
feat(account): IP access not use the domain tenant resolver
5 months ago
colin
03eb74f649
feat(account): IP access not use the domain tenant resolver
5 months ago
yx lin
f797288f62
Merge pull request #1366 from colinin/remove-account-email-module
feat(account): Remove the email extension module
5 months ago
colin
05fac89365
feat(account): Remove the email extension module
5 months ago
yx lin
178e7f864c
Merge pull request #1365 from colinin/aliyun-security-verify-code
feat(sms): Use Alibaba Cloud SMS verification code
5 months ago
colin
8b7af98687
feat(sms): Use Alibaba Cloud SMS verification code
5 months ago
yx lin
e79ceb4beb
Merge pull request #1364 from colinin/remove-unnecessary-service-scope
feat(background-tasks): Remove unnecessary service scopes
5 months ago
colin
716cbb7180
feat(background-tasks): Remove unnecessary service scopes
5 months ago
yx lin
57fdcd5b5b
Merge pull request #1363 from colinin/aliyun-security-verify-code
feat(account): Alibaba Cloud SMS Security Code module
5 months ago
colin
8a2968b8e3
feat(account): Alibaba Cloud SMS Security Code module
5 months ago
yx lin
07a01de389
Merge pull request #1362 from colinin/aliyun-sms-verify-code
feat(sms): Alibaba Cloud SMS Authentication integration
5 months ago
colin
a6efed0f2b
feat(sms): Alibaba Cloud SMS Authentication integration
- Add integration of Alibaba Cloud SMS authentication service
5 months ago
yx lin
9b7985c427
Merge pull request #1360 from colinin/account-security-module
feat(account): add `AbpAccountSecurityModule`
5 months ago
colin
015e5acad2
feat(account): add `AbpAccountSecurityModule`
5 months ago
yx lin
da32d64ce4
Merge pull request #1359 from colinin/fix-text-template
fix(text-templating): failed to fix the change template
5 months ago
colin
5aec482932
fix(texp-templating): failed to fix the change template
- Display name localization serialization
- Ignore the exception for obtaining template content
- Remove the Eto registration of the text template to prevent the failure of event sending at startup
5 months ago
yx lin
1dcbe9bcdd
Merge pull request #1358 from colinin/fix-text-template-cache
fix(text-templating): Fix the issue where the changed text template i…
5 months ago
yx lin
d376d3d803
Merge pull request #1357 from ruanbl/fix/minio-expire-null
Fixed null reference issue in minio expiration actions
5 months ago
colin
fbaed545c5
fix(text-templating): Fix the issue where the changed text template is invalid
5 months ago
ruanbl
f3c22cc6bb
Fixed null reference issue in minio expiration actions
5 months ago
yx lin
8cbcf0e9d5
Merge pull request #1356 from colinin/remove-gitignore
fix: Remove unnecessary '.gitignore 'files
5 months ago
colin
bf12e7935a
fix: Remove unnecessary '.gitignore 'files
- fixed #1269
5 months ago
yx lin
d9a4d1b830
Merge pull request #1355 from colinin/fix-wechat-event-name-delimiter
fix(wechat): fix the delimiter of wechat event names
5 months ago
colin
37a94327da
fix(wechat): fix the delimiter of wechat event names
5 months ago
yx lin
b414686428
Merge pull request #1354 from colinin/fix-null-object-references
fix(wechat): Fix null object references
5 months ago
colin
2174d8f32d
fix(wechat): Fix null object references
- Fix the tag member change parameter check for possible empty references
- The TagId parameter in the tag response parameter is of int type
5 months ago
yx lin
34d150932d
Merge pull request #1353 from colinin/wecom
feat(wechat): Optimize wecom
5 months ago
colin
cb69a64a77
feat(wechat): Optimize wecom
- fix Selector control calue
- WeChatWorkClaimType add prefix `wecom_`
5 months ago
yx lin
f27564c157
Merge pull request #1352 from colinin/wecom-selector-value
feat(wechat): add selector value
5 months ago
colin
f62663917a
feat(wechat): selector value can be null
5 months ago
colin
63050f8ae8
feat(wechat): add selector value
5 months ago