MicroFish/backend/app
Ubuntu 424c37e050 feat(graph): filter projects by user_id, protect get/delete with require_project_owner
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-16 09:21:32 +00:00
..
api feat(graph): filter projects by user_id, protect get/delete with require_project_owner 2026-05-16 09:21:32 +00:00
graph fix(simulation): fix SQLite lock on Azure Files and Neo4j clone query 2026-05-11 22:49:38 +00:00
models feat(project): user_id isolation in create_project, list_projects and _to_dict 2026-05-16 09:20:13 +00:00
services feat(email): EmailService with ACS and dev console fallback 2026-05-16 09:11:33 +00:00
storage fix(storage,db): path traversal fix, delete_prefix validation, remove dead import, factory uses Config 2026-05-03 00:06:58 +00:00
utils fix(llm): centralise Azure URL normalisation in parse_azure_url utility 2026-04-25 21:09:48 +00:00
__init__.py feat(auth): JWTManager, get_current_user, require_admin, require_project_owner decorators 2026-05-16 09:16:23 +00:00
config.py feat(config): JWT + ACS + admin initial vars for Phase 3 2026-05-16 09:09:18 +00:00
db.py test(conftest): add in_memory_db and task manager singleton reset fixtures; fix broken tests 2026-05-03 00:15:42 +00:00