11 Commits

Author SHA1 Message Date
f4fbf92055 "Refactor database schema for improved performance: feat(database) - WAL integration and template updates" 2025-05-29 19:27:43 +02:00
cf297e8e16 "Add database backup schedule for 2025-05-29 18:58:34" 2025-05-29 19:00:12 +02:00
e464fb9587 "Refactor database connection and templates using shm files for improved performance" 2025-05-29 18:21:15 +02:00
f3cce9c400 "Refactor database files, update CSS, improve templates" 2025-05-29 15:00:39 +02:00
96ae5730b8 "feat: Implement guest job application flow" 2025-05-29 14:41:47 +02:00
8f3851290e "feat: Enhanced DETACHED_INSTANCE documentation and related changes" 2025-05-29 12:15:18 +02:00
61630a97c6 "Refactor guest blueprint and related database schema" 2025-05-29 11:30:24 +02:00
8b9ae6b451 "feat: Integrate new printer model functionality in backend/app/models.py and templates/printers.html" 2025-05-29 09:46:58 +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
ead75ae451 Remove deprecated backend files and documentation, including Docker configurations, environment variables, and various scripts, to streamline the project structure and eliminate unused components. 2025-05-24 17:47:05 +02:00