Commit Graph

8 Commits

Author SHA1 Message Date
Michatec 5febf7e64d feat(shop): implement CSRF protection and improve UI/UX
- Add CSRF token validation to the shop purchase process to prevent cross-site request forgery.
- Implement a unique constraint on `UserShopItem` to prevent duplicate purchases of the same item.
- Refactor the shop template with a modern, responsive grid layout and improved visual feedback for owned items.
- Enhance CSS with better dark/light mode support, including improved navbar styling and scrollbar customization.
- Add `.env_example` and update documentation for environment variable setup.
- Integrate `python-dotenv` for environment variable management.
- Improve logging configuration for the application.
- Update `.gitignore` to include `venv/` and `.env`.

Co-authored-by: Copilot <copilot@github.com>
2026-04-26 20:49:42 +02:00
Michachatz 7f8948bba9 Add print statement for serving connections 2026-04-26 15:37:30 +02:00
Michatec c7b18d76ef API Events Moved 2025-11-23 13:02:56 +01:00
Michatec 986a1a2a25 Secret Page removed. 2025-11-08 21:17:47 +01:00
Michachatz 0fd32dc2b8 Update main.py 2025-09-27 21:46:08 +02:00
Michatec 00b9c170f1 Missing check oauth 2025-09-27 21:12:45 +02:00
Michatec 7a5e387665 Add the Oauth check 2025-09-27 20:59:08 +02:00
Michatec 767fb638ce Files 2025-09-27 20:49:58 +02:00