24 Commits

Author SHA1 Message Date
7aa70cf976 feat: Implement frontend production deployment and enhance admin dashboard functionality 2025-05-26 21:54:13 +02:00
c2ea6c34ea feat: Remove outdated documentation files and update SSL certificate paths in installer scripts 2025-05-26 18:02:57 +02:00
b379cdf4c9 feat: Entferne die alte Drucker-API-Route und aktualisiere die Frontend-Fehlerbehandlung für Druckeroperationen 2025-05-26 13:16:36 +02:00
6aff252bd2 "feat: Enhanced admin panel templates for printer management" 2025-05-26 13:15:19 +02:00
5afb5c71fb "feat: Update database connection in app.py and myp.db for improved performance" 2025-05-26 13:10:50 +02:00
cf077ffcb8 "feat: Implement printer test suite in backend" 2025-05-26 12:58:23 +02:00
2643ef1814 "feat: Enhanced error handling in COMMON_ERRORS.md and app.py" 2025-05-26 12:56:10 +02:00
2406aedf38 "feat: Update admin and printer templates with new design" 2025-05-26 12:50:13 +02:00
e122fe0cc9 "Refactor app logic using Conventional Commits format (feat)" 2025-05-26 12:47:52 +02:00
5143e8a753 "Update SSL certificate management scripts and configure SSL for frontend" 2025-05-26 12:27:08 +02:00
57e306db08 "feat: Implement printer management 2025-05-26 12:24:43 +02:00
4282b52a3b "feat: Implement SSL Manager for enhanced security in backend" 2025-05-26 12:21:48 +02:00
0847a47e5f "Refactor app logic using Conventional Commits format (feat)" 2025-05-26 12:17:36 +02:00
d3b8bf2820 "feat: Update README 2025-05-26 12:17:18 +02:00
f063d07232 "Update SSL certificate generation process" 2025-05-26 10:48:36 +02:00
e747ac945c "Refactor database connection and settings for improved performance (feat)" 2025-05-26 10:07:37 +02:00
e01906036d "feat: Integrate new authentication API for enhanced security" 2025-05-26 09:13:45 +02:00
e3ebd219dd feat: Implementiere Scheduler zur Überprüfung von Druckaufträgen und verbessere SSL-Zertifikat-Generierung unter Windows 2025-05-26 09:12:14 +02:00
aaae49a98d "Refactor app logic in backend/app/app.py and update package dependencies" 2025-05-26 08:22:50 +02:00
3b53e78799 "feat: Integrate new API for user authentication in backend" 2025-05-26 07:16:08 +02:00
0d5b87f163 feat: Implement SSL support and kiosk mode enhancements
- Added SSL configuration to the backend, including self-signed certificate generation and management.
- Updated `setup_myp.sh` to create SSL certificates during installation.
- Enhanced `app.py` to support SSL context for secure communication.
- Introduced a new SSL management menu in the setup script for easier certificate handling.
- Updated frontend API calls to use HTTPS for secure data transmission.
- Implemented kiosk mode features, including automatic browser launch with SSL support.
- Improved documentation in `SUMMARY.md` to reflect new features and network topology changes.
2025-05-25 20:59: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
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
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