Project-Image-Uploader/backend/src/routes
matthias.lotz 6ba7f7bd33 feat(upload): Add consent validation and storage to batch upload
- Parse consent data from request body (workshopConsent, socialMediaConsents)
- Validate workshop consent is required (400 error if missing)
- Use createGroupWithConsent() instead of createGroup()
- Pass consent data to repository for database storage
- Maintains backward compatibility with existing upload flow
- GDPR-compliant: no upload without explicit workshop consent
2025-11-09 21:04:50 +01:00
..
admin.js fix(backend): Correct GroupCleanupService import in admin routes 2025-11-08 13:24:58 +01:00
batchUpload.js feat(upload): Add consent validation and storage to batch upload 2025-11-09 21:04:50 +01:00
consent.js feat(api): Add consent management API routes 2025-11-09 21:02:57 +01:00
download.js IMP: Eigene Verzeichnisse für Uploads und Datenbank 2025-10-18 14:23:12 +02:00
groups.js feat: Complete image description feature implementation 2025-11-07 23:20:50 +01:00
index.js feat(api): Add consent management API routes 2025-11-09 21:02:57 +01:00
migration.js Initial Commit 2025-10-15 21:33:00 +02:00
reorder.js feat: implement drag-and-drop reordering infrastructure 2025-11-03 21:06:39 +01:00
upload.js Fix batch upload and attempt nginx auth setup 2025-11-06 18:28:32 +01:00