perf: add database indexes, implement caching, enforce permission guards, and sanitize external URLs
Build and Push Multi-Platform Images / build-and-push (push) Successful in 48s

This commit is contained in:
2026-05-10 22:01:06 +02:00
parent 351938aa5c
commit aa4c181b0c
14 changed files with 94 additions and 40 deletions
@@ -11,6 +11,7 @@ export class EmailDownloadController {
@Post('fetch')
@HttpCode(HttpStatus.OK)
@RequirePermissions(Permission.VIEW_MAIL)
async triggerFetch() {
this.logger.log('Manueller E-Mail-Abruf wurde ausgelöst.');
await this.emailDownloadService.handleCron();