Commit Graph

12 Commits

Author SHA1 Message Date
830354e966 "feat: Integrate printer management in backend" 2025-05-26 10:36:13 +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
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
e4db65c85a "Refactor admin CSS using Conventional Commits format (feat)" 2025-05-26 09:40:48 +02:00
bf60876e02 ''' 2025-05-26 08:25:46 +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