managarten/apps
Till-JS 4197b61622 fix(todo): add input validation, N+1 fix, and RRULE bounds checking
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>
2025-12-10 14:25:24 +01:00
..
calendar 🐛 fix(docker): add shared-tags package to todo-web and calendar-web Dockerfiles 2025-12-10 02:57:44 +01:00
chat Merge pull request #14 from Memo-2023/till-dev 2025-12-10 02:47:58 +01:00
clock feat: major update with network graphs, themes, todo extensions, and more 2025-12-10 02:37:46 +01:00
contacts feat: major update with network graphs, themes, todo extensions, and more 2025-12-10 02:37:46 +01:00
context small linting fixes 2025-12-08 14:44:17 +01:00
manacore feat: major update with network graphs, themes, todo extensions, and more 2025-12-10 02:37:46 +01:00
manadeck feat: major update with network graphs, themes, todo extensions, and more 2025-12-10 02:37:46 +01:00
picture feat: major update with network graphs, themes, todo extensions, and more 2025-12-10 02:37:46 +01:00
quote/apps fix lint 2025-12-04 00:32:13 +01:00
todo fix(todo): add input validation, N+1 fix, and RRULE bounds checking 2025-12-10 14:25:24 +01:00
zitare feat: major update with network graphs, themes, todo extensions, and more 2025-12-10 02:37:46 +01:00