mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 21:21:10 +02:00
Security & Validation: - Add @IsNotEmpty and @MinLength(1) validators to prevent empty inputs - CreateTaskDto.title - CreateLabelDto.name - CreateProjectDto.name - Add German error messages for validation failures Performance: - Fix N+1 query in network.service.ts getGraph() - Batch load all task-label relationships in single query - Reduces queries from O(n) to O(1) for label fetching Security: - Add validateRRule() to prevent DoS via malicious recurrence rules - Reject rules > 500 chars - Reject rules with > 5000 occurrences in 10 years - Prevents hourly/minutely abuse while allowing daily tasks Cleanup: - Remove debug console.log from tasks.svelte.ts 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| apps | ||
| docs | ||
| packages/shared | ||
| CLAUDE.md | ||
| package.json | ||