Commit Graph

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
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
958a7bdc0f "feat: Integrate new admin templates for user and printer management" 2025-05-26 13:12:52 +02:00
fa086b7bc7 "feat: Enhanced API blueprint and admin template for improved user experience" 2025-05-26 13:08:13 +02:00
cf077ffcb8 "feat: Implement printer test suite in backend" 2025-05-26 12:58:23 +02:00
4245f48caa 📝 "feat: Implement new database functions in ADMIN_PANEL_FUNKTIONEN 2025-05-26 12:52:24 +02:00
2406aedf38 "feat: Update admin and printer templates with new design" 2025-05-26 12:50:13 +02:00
51af97c8d4 "Refactor CSS 2025-05-26 12:46:56 +02:00
d3eb6651b7 "Refactor database and admin templates using Tailwind CSS" 2025-05-26 12:44:13 +02:00
a06652e466 "Refactor 500 error template using Conventional Commits format (feat)" 2025-05-26 12:41:45 +02:00
360cfb0b0e "feat: Integrate Tailwind CSS 2025-05-26 12:41:41 +02:00
000bf774b6 "Refactor: Rename setup_drucker_db.py to setup_drucker_db.py in utils" 2025-05-26 12:39:25 +02:00
57e306db08 "feat: Implement printer management 2025-05-26 12:24:43 +02:00
d3b8bf2820 "feat: Update README 2025-05-26 12:17:18 +02:00
7893e1b904 "feat: Implement SSL configuration for frontend and backend" 2025-05-26 10:54:17 +02:00
6b066aa28e "Refactor CSS and HTML for admin templates (feat)" 2025-05-26 10:38:55 +02:00
201f75cfd3 "Update API configuration and SSL certificates for enhanced security" 2025-05-26 09:54:29 +02:00
45fcc1a948 "Refactor database and admin UI connections for improved performance (feat)" 2025-05-26 09:52:27 +02:00
eabb3f6a60 "Refactor CSS 2025-05-26 09:46:07 +02:00
d81e14f86e "Refactor admin UI components using Conventional Commits (feat)" 2025-05-26 09:35:37 +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
e21104611f feat: Update Tailwind CSS integration in base template
- Replaced Tailwind CSS CDN link with a local stylesheet reference to `tailwind.min.css` for improved performance and customization.
- Updated comments to reflect the change in Tailwind CSS sourcing.
2025-05-24 19:32:22 +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