Project-Image-Uploader/backend
matthias.lotz 98b3616dc4 Fix: Admin deletion log, CSV export revoked consents, consent filter UI
Backend Fixes:
- Admin deletions now create deletion_log entries (admin_moderation_deletion)
- Static mount for /previews added to serve preview images
- Admin groups endpoint supports consent filter parameter

Frontend Improvements:
- Replaced consent dropdown with checkbox UI (Workshop, Facebook, Instagram, TikTok)
- Checkboxes use OR logic for filtering
- Revoked consents excluded from filter counts
- Updated ModerationGroupsPage to send consents array to backend

Infrastructure:
- Simplified nginx.conf (proxy /api/* to backend, all else to frontend)
- Fixed docker-compose port mapping (5001:5000)

Tests: 11/11 passed 
2025-11-22 11:13:10 +01:00
..
docs feat: Add comprehensive test suite and admin API authentication 2025-11-16 18:08:48 +01:00
src Fix: Admin deletion log, CSV export revoked consents, consent filter UI 2025-11-22 11:13:10 +01:00
tests feat: Add comprehensive test suite and admin API authentication 2025-11-16 18:08:48 +01:00
.dockerignore feat: Complete image description feature implementation 2025-11-07 23:20:50 +01:00
.env.example feat: Add comprehensive test suite and admin API authentication 2025-11-16 18:08:48 +01:00
.gitignore Initial Commit 2025-10-15 21:33:00 +02:00
jest.config.js feat: Add comprehensive test suite and admin API authentication 2025-11-16 18:08:48 +01:00
package.json feat: Add comprehensive test suite and admin API authentication 2025-11-16 18:08:48 +01:00