5 Commits

Author SHA1 Message Date
Mireya Cueto Garrido cccbe15275 Enable HTTPS production deployment on Sinbad2 via Apache reverse proxy. 2026-06-03 10:41:02 +02:00
Mireya Cueto Garrido 6d87a32bc4 Mejorar verificacion por email y OAuth de Google para despliegue en sinbad2.
Endurece el envio SMTP (EHLO/STARTTLS, timeouts, errores tipados y logging), centraliza el manejo de fallos en registro y reenvio, codifica la redirect_uri de Google OAuth y documenta la configuracion de produccion en .env.example.
2026-05-21 12:14:17 +02:00
Mireya Cueto Garrido 0a31748407 email verification update 2026-05-15 09:39:41 +02:00
Alexis 417f290056 chore: enhance environment configuration for frontend and Google authentication
- Add VITE_API_URL to docker-compose for frontend service.
- Introduce FRONTEND_URL in backend environment files for redirection after Google login.
- Update Google authentication router to use dynamic FRONTEND_URL for redirects.
2026-04-28 10:31:37 +02:00
Alexis 1ebc5b6634 feat: add manual numeric inputs for fuzzy modeling and update env config
- Implement synchronized numeric inputs alongside sliders in Step 2.
- Enable real-time graph updates via input arrows and manual typing.
- Add strict clamping and validation for fuzzy parameter constraints.
- Refactor environment variables to use .env.local pattern.
- Add .env.example files for frontend and backend documentation.
2026-04-27 13:16:42 +02:00