amber-backend/pb_hooks
Claude 7a4f0d91f3 Pretty URL for the dashboard: /status -> /status.html
The documented URL did not work, and failed in the most misleading way possible:
PocketBase's indexFallback (on by default) serves index.html for any unmatched
static path, so /status returned the family landing page with HTTP 200. It looked
like the dashboard had silently broken rather than like a missing route.

Follows the existing /settings -> /settings.html pattern in settings.pb.js, which
is presumably why that one has always worked.

Validated on a clean boot with hooksWatch off: 302 to /status.html, the page
titled 'Amber - stav služeb', /api/status still 401, no JS errors.
2026-08-05 21:23:54 +02:00
..
client_logs.pb.js Add client_logs collection for background device diagnostics (feedback 2 §4) 2026-07-23 11:49:04 +02:00
device_auth.pb.js fix(device-auth): inline helpers into each hook handler (JSVM scope) 2026-07-19 19:48:03 +02:00
device_page.pb.js device approve page: manual code-entry for the QR-less path (#55) 2026-07-20 11:06:51 +02:00
onboarding.pb.js Family onboarding site: invite-gated signup, template config, /get/tv 2026-07-22 18:23:05 +02:00
profile_pin.pb.js Add /api/amber/set-pin: hidden pinHash rejects client writes (#13/#14) 2026-07-21 21:29:02 +02:00
settings.pb.js Add /settings web editor for the encrypted addon config 2026-07-23 18:20:24 +02:00
status.pb.js Pretty URL for the dashboard: /status -> /status.html 2026-08-05 21:23:54 +02:00
update.pb.js Auto-update backend: releases collection + gated manifest (#16) 2026-07-20 11:36:03 +02:00
whoami.pb.js Phase 2: /api/amber/whoami token introspection for amber-api 2026-07-25 17:52:43 +02:00