yx lin
|
8b9022bb9c
|
Merge pull request #1294 from colinin/rel-9.2.3
chore: Release 9.2.3
|
8 months ago |
yx lin
|
f76ef971aa
|
Merge pull request #1293 from colinin/fixed-1292
fix(localization): fixed #1292
|
8 months ago |
colin
|
b3553dc276
|
fix(localization): fixed #1292
|
8 months ago |
yx lin
|
00d5fc31a0
|
Merge pull request #1291 from colinin/rel-9.2.3
chore: update abp framework to 9.2.3
|
8 months ago |
colin
|
be485c2fd6
|
ci: update `release.yaml`
|
8 months ago |
colin
|
67c20a636a
|
chore: update `wwwroot`
|
8 months ago |
colin
|
a48f853942
|
chore: update package.json
|
8 months ago |
colin
|
b7fec531f2
|
chore: update abp framework to 9.2.3
|
8 months ago |
yx lin
|
e885115eca
|
Merge pull request #1290 from colinin/custom-task-action
feat(tasks): Allow users to customize job notifications
|
8 months ago |
colin
|
32ff1fc74b
|
feat(tasks): Allow users to customize job notifications
|
8 months ago |
yx lin
|
6c19930c56
|
Merge pull request #1289 from colinin/openiddict-default-configuration
feat(auth-server): Add the default configuration of Openiddict
|
8 months ago |
colin
|
adac752f3f
|
feat(auth-server): Add the default configuration of Openiddict
|
8 months ago |
yx lin
|
e89f1d148b
|
Merge pull request #1288 from colinin/fix-dynamic-queryable
fix(dynamic-queryable): Fixed dynamic query errors for strings and nu…
|
8 months ago |
colin
|
289ba087a7
|
fix(dynamic-queryable): Fixed dynamic query errors for strings and nullable types
|
8 months ago |
yx lin
|
a39e011594
|
Merge pull request #1287 from colinin/vben5-remove-husky-lint-staged
fix(vben5): remove husky and lint-staged
|
8 months ago |
colin
|
4e39f207a7
|
fix(vben5): remove husky and lint-staged
|
8 months ago |
yx lin
|
5ef02c4fd3
|
Merge pull request #1286 from colinin/vben5-fix-localized-text
fix(vben5): Fix the incorrect localized text
|
8 months ago |
colin
|
2a9b01b3a2
|
fix(vben5): Fix the incorrect localized text
|
8 months ago |
yx lin
|
8a7027df92
|
Merge pull request #1285 from colinin/fix-args-be-null
fix(tasks): Fix args that might be empty
|
8 months ago |
colin
|
09154e3b93
|
fix(tasks): Fix args that might be empty
|
8 months ago |
yx lin
|
d5d490967e
|
Merge pull request #1284 from colinin/fix-setting-slot-event
fix(vben5): Fix the slot setting event
|
8 months ago |
colin
|
f42f515816
|
fix(vben5): Fix the slot setting event
|
8 months ago |
yx lin
|
74ba27dd9f
|
Update EmailMessageManager.cs
|
8 months ago |
yx lin
|
cb0595406e
|
Merge pull request #1283 from colinin/remove-useless-namespace
feat(paltform): remove useless namespace
|
8 months ago |
colin
|
adeff1d666
|
feat(paltform): remove useless namespace
|
8 months ago |
yx lin
|
33fee97a0b
|
Merge pull request #1282 from colinin/fix-menu-parent
fix(platform): Fix the same menu error
|
8 months ago |
yx lin
|
7225b765e0
|
Merge pull request #1281 from colinin/fix-multiple-to-mails
fix(platform): The email system automatically resolves the recipient
|
8 months ago |
yx lin
|
62d5d60864
|
Merge branch 'dev' into fix-multiple-to-mails
|
8 months ago |
colin
|
3afc94020a
|
fix(platform): Fix the same menu error
- The current menu cannot be the same as the upper-level menu
|
8 months ago |
colin
|
ed5f1ff6e6
|
fix(platform): The email system automatically resolves the recipient
|
8 months ago |
yx lin
|
cc2345b812
|
Merge pull request #1280 from colinin/multi-audience
feat: Increase multi audience support
|
8 months ago |
colin
|
3b951571ea
|
feat: Increase multi audience support
|
8 months ago |
yx lin
|
8cb3125075
|
Merge pull request #1279 from colinin/auditing-header
feat(auditing): Record the request header in the audit log
|
8 months ago |
colin
|
0073773038
|
feat(auditing): Record the request header in the audit log
- Increase `AbpAspNetCoreAuditingModule` module
|
8 months ago |
yx lin
|
edb3cf0cfa
|
Merge pull request #1278 from colinin/fix-oss-proxy
fix(oss): fix the oss client proxy
|
8 months ago |
colin
|
ad23b8d63d
|
fix(oss): fix the oss client proxy
- Remove the `IFileAppService` interface
- Regenerate `generate-proxy.json`
|
8 months ago |
yx lin
|
a5ecdb0d30
|
Merge pull request #1276 from colinin/remove-user-expired-notifications
fix(notifications): fixed expired expired notices jobs
|
8 months ago |
colin
|
c49db6a203
|
fix(notifications): fixed expired expired notices jobs
|
8 months ago |
yx lin
|
d508c447c4
|
Merge pull request #1275 from colinin/remove-user-expired-notifications
fix: Delete users expired notifications
|
8 months ago |
colin
|
d9f15240ee
|
fix: Delete users expired notifications
- When clearing expired notifications, user notifications should also be cleared at the same time
|
8 months ago |
yx lin
|
b7d70da75b
|
Merge pull request #1274 from colinin/fix-notification-templating-deps
fix(notifications): Add missing framework dependencies
|
8 months ago |
colin
|
8b8d14657e
|
fix(notifications): Add missing framework dependencies
- Add net9.0 dependencies
|
8 months ago |
yx lin
|
21c62d50da
|
Merge pull request #1273 from colinin/lock-session-handler
fix(identity): Lock when handling user sessions
|
8 months ago |
colin
|
22d08084ea
|
feat(identity): Declare distributed lock dependencies
- Increase the dependency on distributed lock modules
|
8 months ago |
colin
|
06f9e82665
|
fix(identity): Lock when handling user sessions
- Lock when cleaning up user sessions
- Lock when refreshing the user session
|
8 months ago |
yx lin
|
3f71b59b6f
|
Merge pull request #1272 from colinin/optimize-my-sessions
feat(identity): optimize identity session query
|
8 months ago |
colin
|
32085e4e85
|
feat(identity): optimize identity session query
- Replace the SQL query with the current user Id
|
8 months ago |
yx lin
|
2653ce897e
|
Merge pull request #1271 from colinin/fiex-multiple-send-mail
fix(platform): Fixed multiple incorrect email recipient addresses
|
8 months ago |
colin
|
e7152d1195
|
fix(platform): Fixed multiple incorrect email recipient addresses
- Use `mailMessage.To.Add()` to add the recipients one by one
|
8 months ago |
yx lin
|
78fbfa8036
|
Merge pull request #1268 from colinin/main
Merge pull request #1267 from colinin/dev
|
9 months ago |