elmeg-demo/backend/routers
fullsizemalt f1d8a14f75 feat: Add email verification and password reset (Phase 1)
- Add email_verified, verification_token, reset_token fields to User model
- Create email_service.py with SendGrid integration
- Add auth endpoints: verify-email, resend-verification, forgot-password, reset-password
- Create frontend pages: /verify-email, /forgot-password, /reset-password
- Add forgot password link to login page
- Add PLATFORM_ENHANCEMENT_SPEC.md specification
2025-12-21 13:28:54 -08:00
..
artists.py feat: Initial elmeg-demo with full-stack fandom archive platform 2025-12-19 22:01:29 -08:00
attendance.py feat: Initial elmeg-demo with full-stack fandom archive platform 2025-12-19 22:01:29 -08:00
auth.py feat: Add email verification and password reset (Phase 1) 2025-12-21 13:28:54 -08:00
badges.py feat: Initial elmeg-demo with full-stack fandom archive platform 2025-12-19 22:01:29 -08:00
feed.py fix(backend): Handle missing users in feed API gracefully 2025-12-21 01:13:07 -08:00
groups.py feat: Initial elmeg-demo with full-stack fandom archive platform 2025-12-19 22:01:29 -08:00
leaderboards.py fix: Correct leaderboards queries to use proper Rating FKs 2025-12-21 03:22:59 -08:00
moderation.py feat: Initial elmeg-demo with full-stack fandom archive platform 2025-12-19 22:01:29 -08:00
nicknames.py feat: Initial elmeg-demo with full-stack fandom archive platform 2025-12-19 22:01:29 -08:00
notifications.py feat(notifications): Added notification system with mention support 2025-12-21 02:36:02 -08:00
performances.py feat: Initial elmeg-demo with full-stack fandom archive platform 2025-12-19 22:01:29 -08:00
preferences.py feat: Initial elmeg-demo with full-stack fandom archive platform 2025-12-19 22:01:29 -08:00
reviews.py feat: Initial elmeg-demo with full-stack fandom archive platform 2025-12-19 22:01:29 -08:00
search.py feat: Initial elmeg-demo with full-stack fandom archive platform 2025-12-19 22:01:29 -08:00
shows.py feat: Add /shows/recent and /stats/top-songs API endpoints 2025-12-20 22:19:12 -08:00
social.py feat(social): Add threaded comments backend support 2025-12-21 02:43:00 -08:00
songs.py feat(frontend): Added Heady Version sorting to song page & fixed backend bug 2025-12-21 01:45:33 -08:00
stats.py feat: Add /shows/recent and /stats/top-songs API endpoints 2025-12-20 22:19:12 -08:00
tours.py feat: Initial elmeg-demo with full-stack fandom archive platform 2025-12-19 22:01:29 -08:00
users.py feat(backend): Add endpoints for onboarding flow (profile & prefs) 2025-12-21 02:52:01 -08:00
venues.py feat: Initial elmeg-demo with full-stack fandom archive platform 2025-12-19 22:01:29 -08:00