5 Commits

Author SHA1 Message Date
08c922d8f5 "Refactor user blueprint and database configuration" 2025-05-29 10:02:45 +02:00
f8bd6230bd "Refactor user database schema and related utilities using Conventional Commits (feat)" 2025-05-29 10:00:40 +02:00
a5e7556527 "Update logging configuration and related files for improved debugging support" 2025-05-29 09:58:29 +02:00
7aa70cf976 feat: Implement frontend production deployment and enhance admin dashboard functionality 2025-05-26 21:54:13 +02:00
2d33753b94 feat: Major updates to backend structure and security enhancements
- Removed `COMMON_ERRORS.md` file to streamline documentation.
- Added `Flask-Limiter` for rate limiting and `redis` for session management in `requirements.txt`.
- Expanded `ROADMAP.md` to include completed security features and planned enhancements for version 2.2.
- Enhanced `setup_myp.sh` for ultra-secure kiosk installation, including system hardening and security configurations.
- Updated `app.py` to integrate CSRF protection and improved logging setup.
- Refactored user model to include username and active status for better user management.
- Improved job scheduler with uptime tracking and task management features.
- Updated various templates for a more cohesive user interface and experience.
2025-05-25 20:33:38 +02:00