artifacts-dashboard/backend/app/api
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
..
__init__.py Initial release: Artifacts MMO Dashboard & Automation Platform 2026-03-01 19:46:45 +01:00
auth.py Add multi-user workflows/pipelines and error tracking 2026-03-01 23:02:34 +01:00
automations.py Restrict status endpoints to user's characters 2026-03-01 23:07:38 +01:00
bank.py Add multi-user workflows/pipelines and error tracking 2026-03-01 23:02:34 +01:00
characters.py Add multi-user workflows/pipelines and error tracking 2026-03-01 23:02:34 +01:00
dashboard.py Add multi-user workflows/pipelines and error tracking 2026-03-01 23:02:34 +01:00
deps.py Add multi-user workflows/pipelines and error tracking 2026-03-01 23:02:34 +01:00
errors.py Add multi-user workflows/pipelines and error tracking 2026-03-01 23:02:34 +01:00
events.py Add multi-user workflows/pipelines and error tracking 2026-03-01 23:02:34 +01:00
exchange.py Add multi-user workflows/pipelines and error tracking 2026-03-01 23:02:34 +01:00
game_data.py Initial release: Artifacts MMO Dashboard & Automation Platform 2026-03-01 19:46:45 +01:00
logs.py Add multi-user workflows/pipelines and error tracking 2026-03-01 23:02:34 +01:00
pipelines.py Restrict status endpoints to user's characters 2026-03-01 23:07:38 +01:00
workflows.py Restrict status endpoints to user's characters 2026-03-01 23:07:38 +01:00
ws.py Initial release: Artifacts MMO Dashboard & Automation Platform 2026-03-01 19:46:45 +01:00