Commit Graph

2 Commits

Author SHA1 Message Date
Z User
bc20de7567 fix: Change login endpoint to accept JSON instead of OAuth2 form data
- Added UserLogin schema for JSON login request
- Updated auth.py to use UserLogin instead of OAuth2PasswordRequestForm
- Added file_ids to ChatRequest schema
2026-03-24 03:09:21 +00:00
Z User
061e230b18 feat: Initial Moxiegen webapp implementation
- AI chat interface with file uploads
- Admin panel for managing OpenAI/Ollama endpoints
- User authentication with JWT
- SQLite database backend
- SvelteKit frontend with dark theme
2026-03-24 00:08:54 +00:00