managarten/services/mana-core-auth/src/db
Till JS 11ab265d55 fix(tags): add FK constraint, token validation, input validation
- Add proper FK constraint on tags.groupId -> tag_groups.id (onDelete: set null)
- Validate auth token is non-empty before API requests in TagsClient
- Add @IsNotEmpty/@MinLength(1) on tag and tag group name DTOs
- Add @MaxLength on all query params in tag-links DTOs
- Add GetTagsForEntityDto for validated query params on tags-for-entity endpoint

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-26 21:49:21 +01:00
..
migrations ♻️ refactor(credits): simplify credit system by removing free credits and B2B 2026-02-16 11:54:32 +01:00
schema fix(tags): add FK constraint, token validation, input validation 2026-03-26 21:49:21 +01:00
seeds 💳 feat(stripe): add ManaCore unified subscription plans 2026-02-16 11:43:04 +01:00
connection.ts style: auto-format codebase with Prettier 2025-11-27 18:33:16 +01:00
migrate.ts feat(db): add production-safe migration system with advisory locks 2025-12-09 02:13:11 +01:00
seed-dev-user.ts fix(seed): use simple password for test user (encoding issues with special chars) 2026-02-01 05:13:42 +01:00