9 Commits

Author SHA1 Message Date
5846541329 added ban redirect correctly
All checks were successful
Build Frontend / Build Frontend (push) Successful in 17s
2026-01-11 03:42:35 +00:00
aca0aca310 system now uses seperate pricing.
All checks were successful
Build Frontend / Build Frontend (push) Successful in 8s
2026-01-11 03:33:29 +00:00
02d9727a72 system now uses seperate pricing.
All checks were successful
Build Frontend / Build Frontend (push) Successful in 22s
2026-01-11 03:31:54 +00:00
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
ae18e8b530 Add WebSocket URL to backend config API - frontend now reads from backend .env
All checks were successful
Build Frontend / Build Frontend (push) Successful in 9s
- Added websocket.url to backend config
- Updated /api/config/public endpoint to return WebSocket URL
- Frontend now fetches WS URL from backend config API
- Falls back to environment variable or auto-generated URL
- Add WS_URL to backend .env: wss://api.turbotrades.dev/ws
2026-01-11 02:01:34 +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
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