Commit Graph

7 Commits

Author SHA1 Message Date
Jason Stedwell c892588d31 db: add schema for API keys, audit log, and per-minute uptime; migrate links/clicks
New tables: api_keys (hashed bearer tokens with scopes), audit_log (admin
action trail), uptime_minutes (multi-worker-safe availability marks).
Idempotent column migrations: links.redirect_type (default 302),
links.password_hash, links.deleted_at, clicks.is_bot. Existing databases
upgrade in place on next startup.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-03 01:36:56 -05:00
jason e928770105 Upload files to "static" 2026-03-06 10:18:49 -06:00
jason efeba8c21d Upload files to "/" 2026-03-06 10:18:24 -06:00
jason 21004e6305 Upload files to "/" 2026-03-06 10:18:15 -06:00
jason 5a0916346b Upload files to "/" 2026-03-06 10:17:59 -06:00
jason 93cc03d804 Upload files to "/" 2026-03-06 10:16:10 -06:00
jason d9f4bfa5c3 Initial commit 2026-03-06 10:14:07 -06:00