artifacts-dashboard/backend/app
Paweł Orzech 4d8974bc66
Some checks failed
CI / backend (push) Has been cancelled
CI / frontend (push) Has been cancelled
Restrict status endpoints to user's characters
Filter live status responses so callers only see automations, workflows, and pipelines associated with the current user's characters. Backend: use get_user_character_names in automations.get_all_statuses, workflows.get_all_workflow_statuses, and pipelines.get_all_pipeline_statuses (pipeline filtering checks character_states). Frontend: clear React Query cache when a token is set or removed (import useQueryClient and add it to callback deps) so cached data is refreshed after auth changes.
2026-03-01 23:07:38 +01:00
..
api Restrict status endpoints to user's characters 2026-03-01 23:07:38 +01:00
engine Add multi-user workflows/pipelines and error tracking 2026-03-01 23:02:34 +01:00
middleware Add multi-user workflows/pipelines and error tracking 2026-03-01 23:02:34 +01:00
models Add multi-user workflows/pipelines and error tracking 2026-03-01 23:02:34 +01:00
schemas Add multi-user workflows/pipelines and error tracking 2026-03-01 23:02:34 +01:00
services Add multi-user workflows/pipelines and error tracking 2026-03-01 23:02:34 +01:00
websocket v0.2.0: Rich interactive map, automation gallery, auth & UX improvements 2026-03-01 20:18:29 +01:00
__init__.py Initial release: Artifacts MMO Dashboard & Automation Platform 2026-03-01 19:46:45 +01:00
config.py Add multi-user workflows/pipelines and error tracking 2026-03-01 23:02:34 +01:00
database.py Initial release: Artifacts MMO Dashboard & Automation Platform 2026-03-01 19:46:45 +01:00
main.py Add multi-user workflows/pipelines and error tracking 2026-03-01 23:02:34 +01:00