videofolxtv/server
Claude Agent 711fbdc92c
Add missing login page and fix auth loop
- /login route did not exist, so /admin redirected to /api/login -> /login -> 404
- /api/auth/user still ran the Replit-era deterministic UUID hash on the session
  id, so it never found the user; now reads the session directly
- admin logout posts to /api/auth/logout and returns to /login
2026-08-05 16:26:36 +00:00
..
aiService.ts Update interface text to be displayed in German 2026-01-12 10:50:01 +00:00
bunny.ts BunnyService: don't crash if config missing + HybridStorage reads from DB 2026-06-09 00:09:06 +02:00
db.ts Fix pg CommonJS/ESM interop 2026-06-07 14:56:49 +02:00
face-detection-js.ts Add face detection and thumbnail centering for videos 2025-08-29 07:34:08 +00:00
face-detection-service.ts Add face detection and thumbnail centering for videos 2025-08-29 07:34:08 +00:00
face-detection.py Add face detection and thumbnail centering for videos 2025-08-29 07:34:08 +00:00
generate-og-image.js Update branding and domain name across the platform 2025-09-04 13:21:10 +00:00
index.ts Improve search engine visibility with structured data and German descriptions 2026-01-24 14:03:54 +00:00
objectStorage.ts Migrate from Replit infrastructure: Neon→PostgreSQL, GCS→S3, ReplitAuth→email/password, add Dockerfile 2026-06-07 14:33:49 +02:00
replitAuth.ts Migrate from Replit infrastructure: Neon→PostgreSQL, GCS→S3, ReplitAuth→email/password, add Dockerfile 2026-06-07 14:33:49 +02:00
routes.ts Add missing login page and fix auth loop 2026-08-05 16:26:36 +00:00
simple-face-detection.ts Add face detection and thumbnail centering for videos 2025-08-29 07:34:08 +00:00
smart-thumbnail-service.ts Add face detection and thumbnail centering for videos 2025-08-29 07:34:08 +00:00
storage.ts DatabaseStorage: filter is_public=true in getVideos/getVideoCount 2026-06-09 00:37:52 +02:00
videoSync.ts bunny.ts: smart generateSignedUrl checks S3 migration status (folxvideos vs Bunny fallback) 2026-06-07 15:36:07 +02:00
videoUpload.ts Direct-to-bucket video upload + transcode pipeline 2026-08-05 10:25:18 +00:00
vite.ts Set up video streaming website with Bunny.net CDN integration 2025-08-04 18:24:29 +00:00