Nexus / app

Commit History

Remove hyperscript from login page, use hx-on attributes to fix null alerts
e6f0b66

abc1181 commited on

Fix htmx auth: get_current_user falls back to nexustoken cookie; fix null hyperscript alerts; add JSONResponse import
3898d20

abc1181 commited on

Fix NameError: add JSONResponse import; fix dashboard stats URL
6624622

abc1181 commited on

Fix hyperscript: bare statements caused 'null' alerts on login page load
55a6f09

abc1181 commited on

Fix dashboard 500: pass request to template context in serve_page
a6cf28c

abc1181 commited on

Fix login: use Form(...) instead of Pydantic body for /api/auth/login-form to accept form-encoded data
5e9d05f

abc1181 commited on

Fix 3 startup bugs: mutable proxy for async_session_maker, remove double create_task around non-coroutine background funcs
83b668c

abc1181 commited on

Fix async_session_maker None bug: mutable proxy object so all 40+ module-level imports track state
1609b44

abc1181 commited on

Strip sslmode/gssencmode from async URL for asyncpg compat; add .gitignore
72e837b

abc1181 commited on

Fix async_session_maker None crash: use module reference instead of import-time copy
f5fc9fc

abc1181 commited on

Fix URL resolution: auto-detect postgresql:// -> +asyncpg/+psycopg2, default to SQLite, non-fatal alembic
53dd14f

abc1181 commited on

Add SQLite support, TTS/STT endpoints, db_utils helper
67b8c4a

abc1181 commited on

Fix 6 critical runtime bugs, wire up realtime WebSocket, fix semantic cache & load balancer, expand code interpreter & config backup, add scraper.py, integrate google-antigravity SDK
6118621

abc1181 commited on

REBUILD
aca03d2

abc1181 commited on