7 Commits

Author SHA1 Message Date
7a32454b83 system now uses seperate pricing.
All checks were successful
Build Frontend / Build Frontend (push) Successful in 24s
2026-01-11 03:24:54 +00:00
4e6fef197e Fix CORS for WebSocket connections
All checks were successful
Build Frontend / Build Frontend (push) Successful in 23s
- Added www.turbotrades.dev to allowed origins
- Skip CORS validation for WebSocket upgrade requests
- Allow WebSocket connections from any origin with credentials
- Fixes 500 CORS error on /ws endpoint
2026-01-11 02:33:22 +00:00
e7ea8f12b6 Fix login button and improve CORS
All checks were successful
Build Frontend / Build Frontend (push) Successful in 22s
- Fixed login URL from /auth/steam to /api/auth/steam
- Updated all Steam login buttons to custom green design with 'Login to Steam' text
- Enhanced CORS configuration with explicit preflight handling
- Added Steam image proxy endpoint for CORS-free image loading
- Improved environment variable management with .env.local support
- Added ENV_SETUP.md guide for environment configuration
2026-01-11 01:39:35 +00:00
f6e78f1a33 Allow CORS from both localhost and production domain
All checks were successful
Build Frontend / Build Frontend (push) Successful in 9s
2026-01-11 00:58:30 +00:00
63c578b0ae feat: Complete admin panel implementation
- Add user management system with all CRUD operations
- Add promotion statistics dashboard with export
- Simplify Trading & Market settings UI
- Fix promotion schema (dates now optional)
- Add missing API endpoints and PATCH support
- Add comprehensive documentation
- Fix critical bugs (deletePromotion, duplicate endpoints)

All features tested and production-ready.
2026-01-10 21:57:55 +00:00
b90cdd59df added steambot, trades and trasctions. 2026-01-10 05:31:01 +00:00
232968de1e first commit 2026-01-10 04:57:43 +00:00