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
9 months ago
colin
e7152d1195
fix(platform): Fixed multiple incorrect email recipient addresses
- Use `mailMessage.To.Add()` to add the recipients one by one
9 months ago
yx lin
78fbfa8036
Merge pull request #1268 from colinin/main
Merge pull request #1267 from colinin/dev
9 months ago
yx lin
234383e241
Merge pull request #1267 from colinin/dev
chore: update abp framework to 9.2.1
9 months ago
yx lin
1e69107ae9
Merge pull request #1266 from colinin/abp-package-9.2.1
chore: update package.json
9 months ago
colin
f3fdee0d2b
chore: update package.json
- update abp package to 9.2.1
9 months ago
yx lin
6dfe25d3ce
Merge pull request #1265 from colinin/update-release
workflow: update release version
9 months ago
colin
7c5246ebbb
workflow: update release version
9 months ago
yx lin
260af9f3f7
Merge pull request #1264 from colinin/fix-gateway
fix(gateway): Remove invalid package references
9 months ago
colin
4c07bf3678
fix(gateway): Remove invalid package references
9 months ago
yx lin
a13c2dd66b
Merge pull request #1263 from colinin/fix-current-user-setting
fix(template): Fix the current user setting error
9 months ago
colin
0b786ff625
fix(template): Fix the current user setting error
9 months ago
yx lin
3f1b6b4bf9
Merge pull request #1262 from colinin/rel-9.2.1
chore: update abp framework to 9.2.1
9 months ago
colin
c3de2044a1
chore: update abp framework to 9.2.1
- update `common.props`
- update `Directory.Packages.props`
- Use `MyCSharp.HttpUserAgentParser` to replace `DeviceDetector.NET` for better performance
9 months ago
yx lin
aff7072c70
Merge pull request #1261 from colinin/vben5-secure-oidc
feat(vben5): Use secure storage for oidc data
9 months ago
colin
8af8449be2
feat(vben5): remove `oidc-client-ts` for app-antd
9 months ago
colin
83a5b5d341
feat(vben5): Use secure storage for oidc data
9 months ago
yx lin
7ec15f4f6d
Merge pull request #1260 from colinin/open-api-localization
feat(open-api): add localization config
9 months ago
colin
d65a1bc39f
feat(open-api): add localization config
9 months ago
yx lin
9029e9be71
Merge pull request #1259 from colinin/open-telemetry
feat(open-telemetry): Enhance OpenTelemetry module
9 months ago
colin
4301c98169
feat(open-telemetry): Enhance OpenTelemetry module
9 months ago
yx lin
f176cebf5e
Merge pull request #1258 from colinin/fix-elsa
fix(elsa): Fixed elsa-related errors
9 months ago
colin
447dbc2af4
fix: Add changes to the missing workflow module
9 months ago
colin
bfe98c3a06
fix(elsa): Fixed elsa-related errors
- Upgrade elsa 2.x to 2.15.2
- Redirecting the `Rebus.RabbitMq` package version resolves the compatibility issue of the` RabbitMQ.Client` 6.x
- Add `LINGYUN.Abp.Elsa.Designer`
9 months ago
yx lin
e88dca8a5e
Merge pull request #1257 from colinin/enhance-background-tasks
feat(tasks): enhance background tasks
9 months ago
colin
48d17b7d31
feat(tasks): enhance background tasks
- Add the job action filter 'IJobActionFilter'
- Calculate the execution duration in the job event
9 months ago
yx lin
8054e9132d
Merge pull request #1256 from colinin/anonymous-session
feat(identity): Add anonymous sessions
9 months ago
colin
f9c2f8a168
feat(identity): Add anonymous sessions
9 months ago
yx lin
f7febc155f
Merge pull request #1255 from colinin/enhance-swagger-and-cors
feat(open-api): Enhance the swagger configuration
9 months ago
colin
512d919b45
feat(open-api): Enhance the swagger configuration
- Swagger has added the oauth config
- The cors configuration can be a string array
- Add cross-domain initialization configuration for the microservice oauth client
9 months ago
colin
843e5977b5
feat(template): The template adds swagger oauth configuration
9 months ago
colin
1b50dbff0b
feat(auth-server): Increase the configuration of the swagget client
9 months ago
yx lin
1b6801ad9b
Merge pull request #1254 from colinin/agile-config
feat(configuration): Enhance the agileconfig configuration enabled
9 months ago
colin
a3304e30f4
feat(configuration): Enhance the agileconfig configuration enabled
9 months ago
yx lin
82e88606bc
Merge pull request #1253 from colinin/fix-cors-config
fix(cors): Fix the cors configuration error
9 months ago
colin
07749017e1
fix(cors): Fix the cors configuration error
- CORS uses the default policy
9 months ago
yx lin
daa6ecc14b
Merge pull request #1252 from colinin/fix-dynamic-template
fix(text-template): Fix the rendering error of the text content
9 months ago
colin
62f159d460
fix(text-template): Fix the rendering error of the text content
- roll back to the default culture, if specified culture template is empty
- If the dynamic template definition query is empty, fall back to the static template definition
9 months ago
yx lin
08ee2a90c5
Merge pull request #1251 from colinin/vben5-9.2.0
chore(vben5): Update package.json
9 months ago
colin
48bb694bb8
chore(vben5): Update package.json
- Update the package version to 9.2.0
9 months ago
yx lin
bc2fff35a4
Merge pull request #1250 from colinin/update-micro-templates
feat(templates): Upgrade the microservice startup template to version…
9 months ago