10 Commits

Author SHA1 Message Date
9ee6e015b5 "feat: Update documentation and fix issues in various files" 2025-05-29 18:08:58 +02:00
f1bb101bd5 "feat: Implement auto optimization for batch planning 2025-05-29 17:54:08 +02:00
05468e9b2d "feat: Integrate database shm 2025-05-29 17:39:01 +02:00
5f2fa5af0c "Update ROADMAP and styling in templates" 2025-05-29 15:54:11 +02:00
0e3f316a88 📝 'feat': Renamed and moved various documentation files to '/docs/' directory 2025-05-29 15:46:25 +02:00
d6a583d115 "Update database configuration and documentation" 2025-05-29 15:36:11 +02:00
7e3d0a8a97 "Refactor doc files, rename COMMON_ERRORS.md to COMMON_ERRORS.md and add DRUCKER_STATUS_UPDATE.md" 2025-05-26 13:00:45 +02:00
4245f48caa 📝 "feat: Implement new database functions in ADMIN_PANEL_FUNKTIONEN 2025-05-26 12:52:24 +02:00
e58feb5e2a "Refactor documentation and utility files: rename and restructure" 2025-05-26 12:35:27 +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