Commit Graph

14 Commits

Author SHA1 Message Date
naielv
98f430188c Enhance security and input sanitization across multiple files
- Added a new tools.security.php file containing functions for sanitizing filenames, paths, and user inputs to prevent directory traversal and XSS attacks.
- Updated various files to utilize the new sanitization functions (Sf, Si) for user inputs and file operations, ensuring safer handling of data.
- Improved HTML output safety by applying htmlspecialchars to user-generated content in pre-body.php, cal.php, and other relevant files.
- Refactored user authentication and data retrieval processes in tools.auth.php and _login.php to enhance security and maintainability.
- Ensured consistent use of sanitization functions in API endpoints and admin functionalities to mitigate potential security vulnerabilities.
2026-02-18 23:22:58 +01:00
naielv
51fd926065 Actualizar la configuración de autenticación y mejorar la gestión de sesiones 2026-02-17 14:33:51 +01:00
Naiel
cdb54a0670 Generar y almacenar una contraseña aleatoria para el usuario al iniciar sesión con Google 2026-02-13 12:33:32 +00:00
Naiel
8339c1e2ea Actualizar configuración de Docker y mejorar autenticación de Google en el inicio de sesión 2026-02-13 12:30:29 +00:00
Naiel
3de8329868 Update login form action and ensure pre-body is included correctly in comedor 2026-02-06 23:10:23 +00:00
naielv
436fd17cc6 Fix nav, paneldiario, index logout url, Refactor card-body divs to improve consistency across multiple files 2026-01-28 20:24:16 +01:00
naielv
d41915056e Fix paneldiario, change auth system. 2026-01-27 21:42:45 +01:00
naielv
2e956575aa Now using bootstrap 2026-01-27 19:21:49 +01:00
naielv
37585269b8 update 2026-01-26 22:53:03 +01:00
Naiel
62929e7565 More stuff & install system 2026-01-26 13:53:21 +00:00
naielv
5f45017997 update many stuff 2026-01-25 23:23:22 +01:00
Naiel
d58c9b6af2 Remove unnecesary files, fixed docker stuff. 2026-01-25 22:30:05 +01:00
copilot-swe-agent[bot]
4067a323fb Add Docker support and migrate data paths to /DATA/
Co-authored-by: naielv <109038805+naielv@users.noreply.github.com>
2026-01-25 20:17:21 +00:00
naielv
89d049af37 initial semi release 2026-01-24 20:16:23 +01:00