Commit Graph

13 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
copilot-swe-agent[bot]
b8b605cff0 Improve accessibility and file handling in CRUD
Co-authored-by: naielv <109038805+naielv@users.noreply.github.com>
2026-02-14 13:30:42 +00:00
copilot-swe-agent[bot]
53b11caea1 Add CRUD page for student management (alumnos.php)
Co-authored-by: naielv <109038805+naielv@users.noreply.github.com>
2026-02-14 13:27:14 +00:00
naielv
6620980f02 Finished (for now) projects module, with secure PDF viewer. 2026-02-01 14:18:37 +01:00
naielv
de6cddf722 update 2026-02-01 03:11:45 +01:00
copilot-swe-agent[bot]
6c8f09ee7a Add ARASAAC pictograms to Proyectos module
Co-authored-by: naielv <109038805+naielv@users.noreply.github.com>
2026-01-31 19:35:20 +00:00
copilot-swe-agent[bot]
eb6d23acf8 Add Proyectos module with file and link management
Co-authored-by: naielv <109038805+naielv@users.noreply.github.com>
2026-01-31 19:21:39 +00:00
naielv
dbe4601f65 update 2026-01-29 22:11:09 +01: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
2e956575aa Now using bootstrap 2026-01-27 19:21:49 +01:00
naielv
5f45017997 update many stuff 2026-01-25 23:23:22 +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