feat: Seaca mobile API, enrollment, FCM push and admin UI (0.9.0)

Adds mobile device registration by admin codes, refresh tokens, push channel
in notification policy, and Settings section for managing Seaca clients.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
PTah
2026-06-10 13:19:14 +10:00
parent 86c602cf07
commit 563b836acc
32 changed files with 1916 additions and 45 deletions
+1
View File
@@ -4,6 +4,7 @@ import uuid
from datetime import datetime, timedelta, timezone
from app.models import Host, Problem
from tests.test_ingest import VALID_EVENT
def _event_payload(**overrides):