retrotoon-studio/server/_core
Ubuntu cee95145e5 fix: auth ne fait plus d'appel OAuth quand l'utilisateur existe en DB
L'authenticateRequest appelait getUserInfoWithJwt sur l'API Manus
à chaque requête, même pour les utilisateurs déjà en base.
Maintenant: si l'utilisateur existe en DB, on le retourne directement
sans appel réseau externe. L'appel OAuth ne se fait que pour les
nouveaux utilisateurs non-locaux.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-21 02:34:20 +00:00
..
types Initial project bootstrap 2026-05-19 23:15:42 +00:00
context.ts Initial project bootstrap 2026-05-19 23:15:42 +00:00
cookies.ts fix: audit complet et pipeline fonctionnel RetroToon Studio 2026-05-21 01:37:08 +00:00
dataApi.ts Initial project bootstrap 2026-05-19 23:15:42 +00:00
env.ts feat: Import vidéo robuste + Multi-LLM Gemini + NLE Workspace complet 2026-05-20 01:51:58 +00:00
heartbeat.ts Initial project bootstrap 2026-05-19 23:15:42 +00:00
imageGeneration.ts Initial project bootstrap 2026-05-19 23:15:42 +00:00
index.ts Checkpoint: RetroToon Studio v1.0 - Application professionnelle de recomposition d'animation. Inclut : thème blueprint architectural, schéma DB complet (8 tables), timeline NLE multipistes, segmentation IA (SAM 2), assistant opérateur autonome avec LLM, moteur de regénération IA, système Character Sheet, administration IA modulaire, mode test/simulation, 22 tests passants, 0 erreur TypeScript. 2026-05-19 23:38:28 +00:00
llm.ts fix: audit complet et pipeline fonctionnel RetroToon Studio 2026-05-21 01:37:08 +00:00
localAuth.ts fix: audit complet et pipeline fonctionnel RetroToon Studio 2026-05-21 01:37:08 +00:00
map.ts Initial project bootstrap 2026-05-19 23:15:42 +00:00
notification.ts Initial project bootstrap 2026-05-19 23:15:42 +00:00
oauth.ts Initial project bootstrap 2026-05-19 23:15:42 +00:00
sdk.ts fix: auth ne fait plus d'appel OAuth quand l'utilisateur existe en DB 2026-05-21 02:34:20 +00:00
storageProxy.ts perf: optimisation lecture temps réel et cache images 2026-05-21 01:49:45 +00:00
systemRouter.ts Initial project bootstrap 2026-05-19 23:15:42 +00:00
trpc.ts Initial project bootstrap 2026-05-19 23:15:42 +00:00
vite.ts Initial project bootstrap 2026-05-19 23:15:42 +00:00
voiceTranscription.ts Initial project bootstrap 2026-05-19 23:15:42 +00:00