pahvalentines/backend/app
michael 2ebe470a83 feat(download): use signed URLs for video download
Download button now redirects to backend endpoint that generates
GCS signed URLs with Content-Disposition: attachment header,
forcing browser download instead of opening in new tab.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-05 14:48:06 -06:00
..
routers feat(download): use signed URLs for video download 2026-02-05 14:48:06 -06:00
services feat(download): use signed URLs for video download 2026-02-05 14:48:06 -06:00
__init__.py Add backend API, video generator, and frontend updates 2026-01-30 10:31:58 -06:00
config.py feat: migrate file storage from local filesystem to Google Cloud Storage 2026-02-05 08:40:42 -06:00
database.py Add backend API, video generator, and frontend updates 2026-01-30 10:31:58 -06:00
main.py feat: migrate file storage from local filesystem to Google Cloud Storage 2026-02-05 08:40:42 -06:00
models.py feat: make pet image upload optional 2026-02-03 18:03:25 -06:00
prompts.py fix: Add banned words list to all pet prompts 2026-02-02 12:17:18 -06:00
schemas.py feat: add human detection using NudeNet for pet photo validation 2026-02-04 08:57:23 -06:00