AeThex-OS/server
MrPiglr ad5f15271e fix: resolve 55+ TypeScript errors and cleanup codebase
- Create server/auth.ts with requireAuth, optionalAuth, requireAdmin middleware
- Fix os.tsx: add Target/Check imports, fix useLayout->usePlatformLayout, fix achievements types
- Fix game-routes.ts: add all Request/Response types, fix session access
- Fix revenue.ts: org_id -> organization_id
- Fix votes.ts: currentSplit scope, created_by type
- Fix dashboard.ts: remove unsupported .distinct() method
- Fix game-dev-apis.ts: header/body type assertions
- Upgrade api/execute.ts: add Python simulation, JSON validation, HTML/CSS passthrough
- Upgrade app-registry.ts: full implementation with 15 apps, RBAC, categories
- Clean up Java heap error logs
2026-02-03 02:31:34 -07:00
..
api new file: server/api/os.ts 2025-12-24 01:25:27 +00:00
data Add knowledge base and chat history for AI assistant 2025-12-21 23:30:44 +00:00
.env modified: server/supabase.ts 2025-12-22 02:26:12 +00:00
auth.ts fix: resolve 55+ TypeScript errors and cleanup codebase 2026-02-03 02:31:34 -07:00
capability-guard.ts modified: server/routes.ts 2025-12-24 02:45:56 +00:00
community-routes.ts Update .gitignore to exclude Linux build artifacts and binaries 2026-01-25 19:57:58 -07:00
dashboard.ts fix: resolve 55+ TypeScript errors and cleanup codebase 2026-02-03 02:31:34 -07:00
game-dev-apis.ts fix: resolve 55+ TypeScript errors and cleanup codebase 2026-02-03 02:31:34 -07:00
game-routes.ts fix: resolve 55+ TypeScript errors and cleanup codebase 2026-02-03 02:31:34 -07:00
index.ts modified: server/index.ts 2026-01-29 11:10:47 -07:00
oauth-handlers.ts Update .gitignore to exclude Linux build artifacts and binaries 2026-01-25 19:57:58 -07:00
openai.ts modified: server/openai.ts 2025-12-23 21:41:48 +00:00
org-middleware.ts feat: Add revenue_events table and fix migration FK constraints 2026-01-05 04:54:12 +00:00
org-scoping.test.ts feat: Add revenue_events table and fix migration FK constraints 2026-01-05 04:54:12 +00:00
org-storage.ts feat: Add revenue_events table and fix migration FK constraints 2026-01-05 04:54:12 +00:00
revenue.ts fix: resolve 55+ TypeScript errors and cleanup codebase 2026-02-03 02:31:34 -07:00
routes.ts Resolve merge conflicts and complete merge 2026-01-25 20:45:57 -07:00
settlement.ts Update .gitignore to exclude Linux build artifacts and binaries 2026-01-25 19:57:58 -07:00
splits.ts Update .gitignore to exclude Linux build artifacts and binaries 2026-01-25 19:57:58 -07:00
static.ts Extracted stack files 2025-12-15 20:52:49 +00:00
storage.ts merge: Resolve conflicts and add GitHub Pages fix 2026-01-06 00:28:01 +00:00
supabase.ts fix: resolve 55+ TypeScript errors and cleanup codebase 2026-02-03 02:31:34 -07:00
vite.ts Extracted stack files 2025-12-15 20:52:49 +00:00
votes.ts fix: resolve 55+ TypeScript errors and cleanup codebase 2026-02-03 02:31:34 -07:00
websocket.ts feat: Add revenue_events table and fix migration FK constraints 2026-01-05 04:54:12 +00:00