Commit Graph

6 Commits

Author SHA1 Message Date
d00fc592cc 📝 feat(database): Remove unneeded database files and update templates & tests 📆 2025-05-29 17:10:52 +02:00
e88a5b2780 "Refactor template files for better consistency (feat)" 2025-05-29 16:40:46 +02:00
6d3ccb5e26 "Update login, new job, and settings templates with improved UI elements (feat)" 2025-05-29 16:37:04 +02:00
4cf89c1220 "Refactor template files for improved consistency" 2025-05-29 16:23:19 +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
62e131c02f """
feat: Update frontend and backend configurations for development environment

- Downgrade PyP100 version in requirements.txt for compatibility.
- Add new frontend routes for index, login, dashboard, printers, jobs, and profile pages.
- Modify docker-compose files for development setup, including environment variables and service names.
- Update Caddyfile for local development with Raspberry Pi backend.
- Adjust health check route to use updated backend URL.
- Enhance setup-backend-url.sh for development environment configuration.
"""
2025-05-24 18:58:17 +02:00