4 Commits

Author SHA1 Message Date
fernando 56f4e3b226 Increase file upload validation limits
- EntregaController: max:2048 -> max:20480 (2MB -> 20MB)
- UpdateUserProfileInformation: max:1024 -> max:5120 (1MB -> 5MB)

The server-level limits (nginx client_max_body_size and php.ini) were
already raised in the previous commit; these Laravel validation rules
were the remaining bottleneck blocking uploads over 2MB.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-09 08:01:13 -06:00
fernando 964ed4bbd2 Modificación del de vista de dopcumentos del alumno 2026-05-06 18:33:18 -06:00
fernando 91d0813a9c Modificación del userController para el cambnio de rol si es alumno o docente 2026-05-05 18:33:36 -06:00
fernando 881e67fb12 archivo de configuracion de nginx agregado para el puerto 9000 2026-05-02 16:57:29 -06:00