320 Commits

Author SHA1 Message Date
d0b771a8a7 "Update requirements.txt using Conventional Commits format" 2025-05-26 11:05:45 +02:00
6896ba291f "feat: Implement database migration script for myp_db and update requirements files" 2025-05-26 11:00:40 +02:00
e6e0660bff "Update package dependencies and SSL configuration for production" 2025-05-26 10:56:52 +02:00
7893e1b904 "feat: Implement SSL configuration for frontend and backend" 2025-05-26 10:54:17 +02:00
f063d07232 "Update SSL certificate generation process" 2025-05-26 10:48:36 +02:00
bf6ed223bb "feat: Implement SSL certificate generation and configuration for frontend" 2025-05-26 10:43:48 +02:00
9d1ba9d388 "feat: Enhanced API blueprint and database schema in backend" 2025-05-26 10:41:45 +02:00
6b066aa28e "Refactor CSS and HTML for admin templates (feat)" 2025-05-26 10:38:55 +02:00
830354e966 "feat: Integrate printer management in backend" 2025-05-26 10:36:13 +02:00
1679979267 "feat: Refactored database connection in myp.db" 2025-05-26 10:33:46 +02:00
84118139c6 "feat: Add output.css for improved styling in backend" 2025-05-26 10:30:31 +02:00
33b565773b "feat: Add CREDENTIALS.md and update database connection in backend/app/database/myp.db 2025-05-26 10:20:55 +02:00
02aeec4cf0 "Refactor frontend styling using Tailwind CSS" 2025-05-26 10:16:09 +02:00
e747ac945c "Refactor database connection and settings for improved performance (feat)" 2025-05-26 10:07:37 +02:00
9efe122e14 📝 "feat: Enhanced database interaction in backend" 2025-05-26 10:05:30 +02:00
7ce180b402 "feat: Implement SSL certificate creation for database connection" 2025-05-26 10:01:47 +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
016452bb2e feat: Aktualisiere die Datenbankdatei myp.db zur Unterstützung neuer Funktionen 2025-05-26 09:49:14 +02:00
eabb3f6a60 "Refactor CSS 2025-05-26 09:46:07 +02:00
e4db65c85a "Refactor admin CSS using Conventional Commits format (feat)" 2025-05-26 09:40:48 +02:00
d81e14f86e "Refactor admin UI components using Conventional Commits (feat)" 2025-05-26 09:35:37 +02:00
00ca0d934c "feat: Integrate new backend package for admin layout updates" 2025-05-26 09:33:03 +02:00
b3961214b2 Das Datei "frontend/src/app/admin/admin-sidebar.tsx" wurde geändert und befindet sich in einer Verzeichnisstruktur unter "frontend". Es ist möglich, dass diese Änderung mit einem neuen Feature oder einer Verbesserung im Admin-Sidebar-Bereich zusammenhängt. Die Datei könnte Teil eines größeren Commits sein, das sich auf mehrere Files erstreckt und 2025-05-26 09:30:19 +02:00
d3e50c64cc "feat: Refactor database connection in backend/app/database/myp.db" 2025-05-26 09:24:36 +02:00
3277d4fd0c "feat: Refactor database connection in myp.db" 2025-05-26 09:17:08 +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
327b0a6ea4 "Refactor database schema for improved performance (feat)" 2025-05-26 09:10:55 +02:00
5e3ad58b88 📝 'feat: Update requirements.txt' 2025-05-26 09:07:30 +02:00
286ad6eb15 "feat: Add settings copy for backend configuration" 2025-05-26 09:05:19 +02:00
aa96875c08 Aktualisierte .gitignore-Datei für node_modules und andere temporäre Dateien 2025-05-26 09:04:20 +02:00
bf60876e02 ''' 2025-05-26 08:25:46 +02:00
aaae49a98d "Refactor app logic in backend/app/app.py and update package dependencies" 2025-05-26 08:22:50 +02:00
5c930ebbfe "feat: Integrate Caddy as reverse proxy for frontend" 2025-05-26 08:09:47 +02:00
bb10247c41 "feat: Integrate Caddy as reverse proxy for frontend" 2025-05-26 07:58:09 +02:00
3b53e78799 "feat: Integrate new API for user authentication in backend" 2025-05-26 07:16:08 +02:00
736f2fae4c fix: Update documentation in SUMMARY.md for kiosk mode enhancements
- Revised the Kiosk-Mode section in SUMMARY.md to include recent changes related to SSL support and improved user experience.
- Clarified instructions for setting up kiosk mode with the new SSL configuration.
- Ensured consistency in formatting and alignment for better readability.
2025-05-25 21:43:14 +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
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
1cfdf020b7 feat: Implement lazy logger initialization in job scheduler
- Introduced a lazy initialization method for the scheduler logger to optimize logging performance.
- Updated logger usage in the BackgroundTaskScheduler class to utilize the new lazy logger method.
2025-05-24 19:24:57 +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
d2f23d589a "feat: Enhanced backend scripts documentation in README 2025-05-23 11:12:35 +02:00
95a8784770 "Update dependencies and scripts for improved stability (feat)" 2025-05-23 11:09:58 +02:00
9260a15d3d „fix: Setze festen SECRET_KEY in start-production.sh zur Vermeidung von Warnungen“ 2025-05-23 10:50:44 +02:00
6df87c05eb "feat: Update backend environment scripts for consistency" 2025-05-23 10:50:06 +02:00
f2217722e0 "Update requirements.txt using Conventional Commits format" 2025-05-23 10:04:13 +02:00
2ecdd94561 "feat: Update dependencies in requirements.txt" 2025-05-23 10:02:05 +02:00