|
|
318de9cb74
|
feat: wire scraped schedule into handler with caching and week nav
|
2026-06-08 08:32:08 +02:00 |
|
|
|
f70e2e4bcd
|
fix: add POST /login to public routes
|
2026-05-26 23:08:03 +02:00 |
|
|
|
eb9e682b75
|
chore: formatting
|
2026-05-26 22:51:50 +02:00 |
|
|
|
e9576d7584
|
refactor: domain anime type
|
2026-05-26 22:45:16 +02:00 |
|
|
|
5a054d250e
|
refactor: domain auth types
|
2026-05-26 22:41:29 +02:00 |
|
|
|
65a7b0f50d
|
refactor: typed proxy key
|
2026-05-26 22:40:09 +02:00 |
|
|
|
9938bf6c57
|
fix: stop swallowing errors
|
2026-05-26 22:36:41 +02:00 |
|
|
|
28df1fc5f7
|
chore: drop empty fxtags
|
2026-05-26 22:28:57 +02:00 |
|
|
|
1165458cfa
|
fix: complete db querier
|
2026-05-26 22:28:19 +02:00 |
|
|
|
f2a319af4d
|
fix: goose tx for user rebuild
|
2026-05-26 22:26:15 +02:00 |
|
|
|
627421255d
|
fix: wrap user rebuild migration
|
2026-05-26 22:25:49 +02:00 |
|
|
|
cce840e7f5
|
fix: harden subtitle cache
|
2026-05-26 22:25:22 +02:00 |
|
|
|
7279eac949
|
fix: avoid metrics panic
|
2026-05-26 22:24:59 +02:00 |
|
|
|
4e8ba7205b
|
fix: unify handler errors
|
2026-05-26 22:23:59 +02:00 |
|
|
|
c6090604ef
|
fix: sqlite concurrency defaults
|
2026-05-26 22:21:09 +02:00 |
|
|
|
8785c19b66
|
chore: go fixes
|
2026-05-26 21:38:05 +02:00 |
|
|
|
50159286b4
|
fix: sync server-rendered watchlist state to client
|
2026-05-26 20:29:19 +02:00 |
|
|
|
71dd130744
|
feat: add For You recommendations to discover
|
2026-05-26 20:16:09 +02:00 |
|
|
|
f2b4a7994a
|
fix: remove redundant anime_id conversion
|
2026-05-26 16:20:43 +02:00 |
|
|
|
518370842c
|
fix: satisfy staticcheck in json logger
|
2026-05-26 16:20:31 +02:00 |
|
|
|
e24ae1d113
|
style: fix import ordering in app and audit test
|
2026-05-26 16:18:00 +02:00 |
|
|
|
9c3636f31a
|
style: align struct fields in config, domain, and auth
|
2026-05-26 16:17:54 +02:00 |
|
|
|
ff8f760750
|
chore: remove trailing newlines across packages
|
2026-05-26 16:17:48 +02:00 |
|
|
|
57be9a5d70
|
feat: record audit events for watch progress and completion
|
2026-05-26 16:14:37 +02:00 |
|
|
|
6dd84976de
|
feat: record audit events for api token creation and revocation
|
2026-05-26 16:14:31 +02:00 |
|
|
|
a303c131f1
|
feat: wire audit module and middleware into app
|
2026-05-26 16:14:26 +02:00 |
|
|
|
dfe3c6b7d8
|
feat: add audit service and request context middleware
|
2026-05-26 16:14:20 +02:00 |
|
|
|
51bfc9d2af
|
feat: add audit log sqlc queries and generated code
|
2026-05-26 16:14:14 +02:00 |
|
|
|
90e7a9323a
|
feat: add audit_log table migration
|
2026-05-26 16:14:08 +02:00 |
|
|
|
1feee731cf
|
feat: add audit request info context helpers
|
2026-05-26 16:14:02 +02:00 |
|
|
|
fa91c2a22d
|
feat: add audit event domain type and service interface
|
2026-05-26 16:13:56 +02:00 |
|
|
|
118c028873
|
feat: add structured error response helpers
|
2026-05-26 15:57:29 +02:00 |
|
|
|
28251876e1
|
fix: handle mac.Write errors in proxy token signing
|
2026-05-26 15:56:55 +02:00 |
|
|
|
3331c96c06
|
fix: propagate rand.Read error in token generation
|
2026-05-26 15:56:49 +02:00 |
|
|
|
96307d2979
|
refactor: migrate database logs to observability
|
2026-05-26 15:56:38 +02:00 |
|
|
|
e08a0e1f71
|
refactor: migrate episodes logs to observability
|
2026-05-26 15:56:33 +02:00 |
|
|
|
d64dbaf7df
|
refactor: migrate handler logs to observability
|
2026-05-26 15:56:27 +02:00 |
|
|
|
3f496ac65c
|
refactor: migrate server logs to observability
|
2026-05-26 15:56:16 +02:00 |
|
|
|
8daad49061
|
feat: add observability Info/Warn/Error helpers
|
2026-05-26 15:56:10 +02:00 |
|
|
|
e99070c6d4
|
fix: use config.Config for database path
|
2026-05-26 15:41:49 +02:00 |
|
|
|
513bfe07f2
|
refactor: migrate template renderer to embedded fs
|
2026-05-26 15:41:22 +02:00 |
|
|
|
1e9874a482
|
refactor: migrate env-var reads to config package
|
2026-05-26 15:38:14 +02:00 |
|
|
|
26ff84d70f
|
feat: add central config package
|
2026-05-26 15:38:08 +02:00 |
|
|
|
82072b256d
|
refactor: extract public route check into declarative table
|
2026-05-26 15:32:28 +02:00 |
|
|
|
f8ba6db3d6
|
fix: use constant-time comparison for proxy token signature
|
2026-05-26 15:31:37 +02:00 |
|
|
|
a190ca417d
|
chore: remove trailing newlines in data fixes
|
2026-05-26 15:30:33 +02:00 |
|
|
|
4bf31fb511
|
fix: log and abort on missing catalog/discover sections
|
2026-05-26 15:30:28 +02:00 |
|
|
|
46cff45d0e
|
refactor: extract data fixes into dedicated package
|
2026-05-26 15:19:40 +02:00 |
|
|
|
1eb28dad64
|
fix: formatting and typecheck
|
2026-05-26 13:49:44 +02:00 |
|
|
|
4af68021f6
|
feat: backfill null next_refresh_at in episode cache
|
2026-05-26 13:48:33 +02:00 |
|