Commit Graph

22 Commits

Author SHA1 Message Date
cbf50b0641 update the ban page
All checks were successful
Build Frontend / Build Frontend (push) Successful in 23s
2026-01-11 04:27:24 +00:00
5848323140 update the ban page
All checks were successful
Build Frontend / Build Frontend (push) Successful in 9s
2026-01-11 03:58:47 +00:00
2aff879291 added ban redirect correctly
All checks were successful
Build Frontend / Build Frontend (push) Successful in 25s
2026-01-11 03:55:47 +00:00
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
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
1f62e148e5 fixed routes
All checks were successful
Build Frontend / Build Frontend (push) Successful in 22s
2026-01-11 03:02:54 +00:00
ac72c6ad27 fixed routes 2026-01-11 03:01:12 +00:00
bfa028c630 fixed routes
All checks were successful
Build Frontend / Build Frontend (push) Successful in 8s
2026-01-11 02:57:29 +00:00
ef987f54b0 fixed routes
All checks were successful
Build Frontend / Build Frontend (push) Successful in 24s
2026-01-11 02:54:27 +00:00
e549e77811 changed the navbar to work.
All checks were successful
Build Frontend / Build Frontend (push) Successful in 9s
2026-01-11 02:51:50 +00:00
4b00a2b4fe changed the navbar to work.
All checks were successful
Build Frontend / Build Frontend (push) Successful in 35s
2026-01-11 02:48:49 +00:00
e7f909678b Remove debug logs from WebSocket store
All checks were successful
Build Frontend / Build Frontend (push) Successful in 9s
- Removed verbose console.log statements
- Kept essential error warning for config fetch failures
- Cleaner production console output
2026-01-11 02:38:10 +00:00
a23d774ca4 Fix WebSocket fallback URL and add debug logging
All checks were successful
Build Frontend / Build Frontend (push) Successful in 23s
- Fixed fallback to use api.turbotrades.dev instead of window.location.host
- Added console logging to debug WebSocket URL resolution
- Simplified fallback logic - always use API URL domain
- This fixes ws.turbotrades.dev connection errors
2026-01-11 02:10:55 +00:00
53e7197ad5 Remove VITE_WS_URL from frontend .env.production - fetch from backend instead
All checks were successful
Build Frontend / Build Frontend (push) Successful in 21s
Frontend will now fetch WebSocket URL from backend /api/config/public
This allows controlling WebSocket URL from backend .env only
2026-01-11 02:05:48 +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
5411d29ca7 Fix WebSocket connection - use main API domain instead of ws subdomain
All checks were successful
Build Frontend / Build Frontend (push) Successful in 9s
- Updated WebSocket URL to use api.turbotrades.dev instead of ws.turbotrades.dev
- Added frontend .env.production with correct VITE_WS_URL
- Added frontend .env.development for local development
- WebSocket now connects to wss://api.turbotrades.dev/ws
2026-01-11 01:42:15 +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
f9156897ce Deploy: Migrate to Gitea Actions, update paths for turbotrades.dev
Some checks failed
Deploy to Production / Deploy to turbotrades.dev (push) Has been cancelled
2026-01-11 00:15:14 +00:00
53d0c89d17 Clean up tunnel infrastructure and migrate to Gitea
Some checks failed
Deploy to Production Server / Deploy to 178.63.127.19 (push) Has been cancelled
2026-01-10 23:54:31 +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