Commit Graph

1697 Commits

Author SHA1 Message Date
c8cbaf58a9 fix: log error when fetching relations fails instead of silencing 2026-06-16 10:15:55 +02:00
8cee6af44a fix: log anime fetch errors in watch page and thumbnail handlers 2026-06-16 10:13:58 +02:00
e82e0b0bec fix: handle db errors in watchlist update entry 2026-06-16 10:08:15 +02:00
29b139fb03 chore: remove unused static/images directory 2026-06-16 09:31:29 +02:00
55929d0c3c refactor: deduplicate runtime validation into shared module 2026-06-16 09:30:09 +02:00
f5e4048158 feat: profile hls playback 2026-06-16 01:34:42 +02:00
e13df784e0 feat: time database queries 2026-06-16 01:34:36 +02:00
71ec3d3548 feat: add profiling recipes 2026-06-16 01:34:30 +02:00
2e9eaf8fef fix: index related anime lookup 2026-06-16 01:28:49 +02:00
1c17d6334f fix: unblock jikan limiter waits 2026-06-16 01:27:28 +02:00
579373642c fix: limit recommendation scoring 2026-06-16 01:25:46 +02:00
95264a371d fix: surface search failures 2026-06-16 01:23:41 +02:00
b8eee45c9c fix: harden player vtt handling 2026-06-16 01:23:37 +02:00
5b4c7f3729 test: cover skip segment overrides 2026-06-16 01:19:26 +02:00
3ccbcd2023 test: cover hls playlist response 2026-06-16 01:18:49 +02:00
fa465630ab test: harden allanime crypto tests 2026-06-16 01:18:33 +02:00
108f037818 fix: replace empty catch blocks with error logging 2026-06-16 01:14:31 +02:00
894f2166ae fix: log and skip per-seed jikan failures in collaborative candidates 2026-06-16 01:11:55 +02:00
a39dbed851 fix: log errors from expired session cleanup and token usage tracking 2026-06-16 01:10:42 +02:00
3c9eb791b9 fix: return errors from fetchAniSkipSegments instead of swallowing them 2026-06-16 01:09:22 +02:00
7fb34525cc fix: remove redundant defer rows.Close() in sqlc queries 2026-06-16 01:05:29 +02:00
367a4592c5 feat: deduplicate proxy token creation 2026-06-16 01:04:21 +02:00
c3a80af469 fix: replace package-level traceEnabled with per-client field 2026-06-16 01:01:54 +02:00
3dccde9e7e refactor: encapsulate search state, bound cache 2026-06-16 01:00:32 +02:00
b8bbee6a33 refactor: derive availableModes from modeSources 2026-06-16 00:56:33 +02:00
c083e35672 refactor: split playback proxy logic into separate handler files 2026-06-16 00:53:52 +02:00
316ed27938 refactor: split jikan client into transport/cache/rate subpackages 2026-06-16 00:50:12 +02:00
a85327bd25 refactor: split recommendation engine into subpackage 2026-06-16 00:45:57 +02:00
9ca8e9e8bf refactor: drop custom dns cache, use net.Dialer directly 2026-06-16 00:40:06 +02:00
93a2f181e5 fix: log provider mapping cache write failures instead of silently discarding 2026-06-16 00:35:50 +02:00
9dac4cbc44 fix: log jikan cache set failures instead of silently discarding 2026-06-16 00:35:16 +02:00
d87b3a79e5 fix: check PRAGMA errors instead of silently ignoring 2026-06-16 00:34:33 +02:00
dd0a8bd306 fix: propagate ensureAnimeRow error instead of silently discarding it 2026-06-16 00:34:02 +02:00
bfae7745a6 fix: log errors from sign proxy token calls instead of discarding them 2026-06-16 00:32:52 +02:00
6187afad71 fix: log audit record failures instead of silently discarding 2026-06-16 00:31:33 +02:00
6d1322b2b7 feat: wrap service-layer errors with context 2026-06-16 00:29:50 +02:00
a1890e22cb auth: replace opaque invalid credentials with sentinel errors 2026-06-16 00:28:27 +02:00
480d780701 refactor: use errors.New for static error strings 2026-06-16 00:26:43 +02:00
bc7fe27eb5 fix: log silent gaps in fetchRelationResults 2026-06-16 00:19:38 +02:00
c67797e72d fix: guard nil resp in warmStreamURL 2026-06-16 00:18:42 +02:00
6841f5c55a ci: drop sqlc from Docker build
sqlc-generated code is committed, no need to install and run it
during docker image builds
2026-06-14 21:58:04 +02:00
3e100c1a97 feat: ensure anime row exists before saving progress 2026-06-14 21:53:41 +02:00
4a74fdcf31 feat: add cache busting and hls query param 2026-06-14 21:51:02 +02:00
f9f3322797 feat: add hls.js for m3u8 stream playback 2026-06-14 21:37:55 +02:00
c891382efb feat: add type field to ModeSource and pass to loadVideoSource 2026-06-14 21:37:49 +02:00
ef36578c4b feat: propagate stream source type from provider to client 2026-06-14 21:37:38 +02:00
20aadd36f8 feat: preload alternate mode source on episode load 2026-06-14 21:19:59 +02:00
5dcf39c401 test: add fallbackModes unit tests 2026-06-14 21:17:33 +02:00
7b56f587e5 test: add parseOKRUSources unit test 2026-06-14 21:17:30 +02:00
43d31865ed test: add test for embed source skipping in resolveDirectSource 2026-06-14 21:17:27 +02:00