Commit Graph

1515 Commits

Author SHA1 Message Date
608d9e6598 Add error logging helper 2026-06-20 18:28:32 +02:00
9380e27a8f Fallback to local skip segment overrides 2026-06-19 22:55:01 +02:00
2d79c3e1ad fix: extract requestLogLevel to reduce cyclomatic complexity 2026-06-19 13:40:05 +02:00
068ff8ec54 fix: extract copyProxyResponseBody to reduce cyclomatic complexity 2026-06-19 13:39:43 +02:00
b22aa29547 feat: add watchlist toggle to search results 2026-06-18 20:59:29 +02:00
f11bc865b5 fix: reduce hls playback churn 2026-06-18 20:50:44 +02:00
6d3773794d fix: stop stale request retries 2026-06-18 20:25:30 +02:00
93d567710f feat: fetch actual episode count for airing anime 2026-06-17 18:54:58 +02:00
bc230f753e fix: use light-dark() for header nav hover colors 2026-06-17 18:45:56 +02:00
909f43ff75 refactor: split fetchRelationResults to satisfy funlen 2026-06-16 21:05:16 +02:00
1ef16a42ff fix: fall back to ipv4 when ipv6 is unreachable 2026-06-16 20:02:39 +02:00
e94d6a4e67 feat: add browse link to navigation 2026-06-16 19:50:25 +02:00
eeb9e796fa feat: estimate released episode count for airing anime 2026-06-16 18:36:53 +02:00
302683b7ac feat: sort selected genres first in filter dropdown 2026-06-16 17:33:40 +02:00
2b3d6cc38a fix: scope browse param sync to browse form and sync genres 2026-06-16 17:29:48 +02:00
362d53f4c7 fix: swap entire browse-content on filter change 2026-06-16 17:29:45 +02:00
44fa4bbe35 feat: add sfw to browse links across templates 2026-06-16 17:25:22 +02:00
c70fb28d2d fix: pass error data to video player template 2026-06-16 17:25:21 +02:00
d4883d9228 fix: include sfw in browseURL generation 2026-06-16 17:25:20 +02:00
5ae2a41c1b fix: always include sfw hidden input in filter bar 2026-06-16 17:25:20 +02:00
37356851c2 fix: add variant to watchlist toast type 2026-06-16 17:25:15 +02:00
3588582e85 feat: show playback error toast on player init 2026-06-16 17:25:14 +02:00
1ae42bf3fd fix: sync sfw parameter on htmx config requests 2026-06-16 17:25:13 +02:00
e109194340 fix: sync all sfw hidden inputs on checkbox toggle 2026-06-16 17:25:09 +02:00
d2d14a27c2 feat: add destructive variant to toast component 2026-06-16 17:25:08 +02:00
a8a179185d refactor: populate watch page data before error return 2026-06-16 17:25:04 +02:00
58d63fd30a feat: redirect browse to canonical sfw url 2026-06-16 17:20:49 +02:00
c9dcec9a44 fix: allow empty search results from jikan 2026-06-16 17:20:39 +02:00
45a7a18b0d fix: update segment editor modal styling and accessibility 2026-06-16 16:32:12 +02:00
a7822611a2 fix: remove redundant py-1 from dropdown content containers 2026-06-16 16:26:21 +02:00
27bda397f9 feat: restore preferred audio mode on player init 2026-06-16 15:35:32 +02:00
ec4ea435c9 fix: preserve player position only when switching away from existing playback 2026-06-16 15:28:21 +02:00
c529c3354f fix: set sqlite txlock=immediate to prevent mid-transaction lock upgrades 2026-06-16 15:28:17 +02:00
6cbb6209c4 feat: compile typescript in docker build 2026-06-16 15:18:48 +02:00
653f8f85e1 feat: add error handling to search functions 2026-06-16 14:00:41 +02:00
c2b92ad5a4 feat: add error handling to player core functions 2026-06-16 14:00:38 +02:00
e24d832cf0 feat: add error handling to player episode functions 2026-06-16 14:00:35 +02:00
6545e898bb fix: resolve syntax error in watchlist.ts 2026-06-16 13:59:55 +02:00
99133f5d3e fix: update justfile to use correct script files 2026-06-16 13:48:50 +02:00
c9e4925850 chore: remove old TypeScript build scripts 2026-06-16 13:45:05 +02:00
f46999a2f6 feat: rewrite build-ts script in shell 2026-06-16 13:41:22 +02:00
7f6256c7bd feat: rewrite new-data-fix script in shell 2026-06-16 13:40:10 +02:00
2cd270e7e3 fix: apply go fix updates (any, range loop, slices, maps) 2026-06-16 13:36:45 +02:00
23852e53a6 feat: add fix-all script for recursive go fix 2026-06-16 13:35:46 +02:00
b32c8d632d build: remove catch-all entry point build, use app.ts only 2026-06-16 11:06:46 +02:00
1d211dd118 refactor: move toast container to base template 2026-06-16 11:05:16 +02:00
57a4272a92 fix: defer resp.Body.Close in handleResponseRetry 2026-06-16 11:03:42 +02:00
b856af7b7e fix: log discarded io.Copy error in proxy stream handler 2026-06-16 11:02:16 +02:00
3893718c39 fix: scope htmx:beforeSwap and clear searchDebounce on teardown 2026-06-16 11:01:33 +02:00
a95a339c0c feat: add http roundtripper mock and deterministic integration tests for allanime 2026-06-16 10:59:26 +02:00