agnes-the-ai-analyst/app
ZdenekSrotyr 7e0cb80ed2 fix: move argon2 imports to top-level and catch VerifyMismatchError specifically
PasswordHasher and VerifyMismatchError are now imported at module level in
router.py and providers/password.py. Wrong-password errors are caught as
VerifyMismatchError (401); unexpected errors fall through to a 500 with logging.
2026-04-09 18:42:51 +02:00
..
api fix: remove duplicate Path alias in upload.py, replace _Path with Path 2026-04-09 18:42:48 +02:00
auth fix: move argon2 imports to top-level and catch VerifyMismatchError specifically 2026-04-09 18:42:51 +02:00
web fix: enforce role guards on admin web pages 2026-04-09 16:30:13 +02:00
__init__.py feat: add FastAPI server with auth, RBAC, and all API endpoints 2026-03-27 15:19:18 +01:00
instance_config.py fix: correct YAML path for instance name and subtitle 2026-04-09 16:31:56 +02:00
main.py feat: add graceful shutdown handler 2026-04-09 07:03:45 +02:00
utils.py feat: add graceful shutdown handler 2026-04-09 07:03:45 +02:00