|
|
aed61b8b61
|
feat: fetch actual episode count for airing anime
|
2026-06-25 02:35:51 +02:00 |
|
|
|
ff1ce6588a
|
fix: fall back to ipv4 when ipv6 is unreachable
|
2026-06-25 02:35:51 +02:00 |
|
|
|
ac91bd945e
|
feat: estimate released episode count for airing anime
|
2026-06-25 02:35:51 +02:00 |
|
|
|
2eae804dad
|
refactor: populate watch page data before error return
|
2026-06-25 02:35:51 +02:00 |
|
|
|
eaabb28b23
|
feat: redirect browse to canonical sfw url
|
2026-06-25 02:35:51 +02:00 |
|
|
|
795bbe825f
|
fix: set sqlite txlock=immediate to prevent mid-transaction lock upgrades
|
2026-06-25 02:35:51 +02:00 |
|
|
|
bc7a3f58cf
|
fix: apply go fix updates (any, range loop, slices, maps)
|
2026-06-25 02:35:51 +02:00 |
|
|
|
dc2366cbcc
|
fix: log discarded io.Copy error in proxy stream handler
|
2026-06-25 02:35:51 +02:00 |
|
|
|
e170d81652
|
refactor: wrap bare errors with context in database package
|
2026-06-25 02:35:51 +02:00 |
|
|
|
ca08af2dbb
|
refactor: wrap bare errors with context in playback package
|
2026-06-25 02:35:51 +02:00 |
|
|
|
290dc36298
|
refactor: wrap bare errors with context in anime package
|
2026-06-25 02:35:51 +02:00 |
|
|
|
99fa808d30
|
fix: check exists from c.Get
|
2026-06-25 02:35:51 +02:00 |
|
|
|
8e43731d1f
|
fix: log genre fetch failure instead of silencing
|
2026-06-25 02:35:51 +02:00 |
|
|
|
51d26943df
|
fix: log error when fetching relations fails instead of silencing
|
2026-06-25 02:35:51 +02:00 |
|
|
|
f0ad92a8f9
|
fix: log anime fetch errors in watch page and thumbnail handlers
|
2026-06-25 02:35:51 +02:00 |
|
|
|
f39fcacadc
|
fix: handle db errors in watchlist update entry
|
2026-06-25 02:35:51 +02:00 |
|
|
|
c70ec383c5
|
feat: time database queries
|
2026-06-25 02:35:51 +02:00 |
|
|
|
50e74326c5
|
feat: add profiling recipes
|
2026-06-25 02:35:51 +02:00 |
|
|
|
71ab6a3abd
|
fix: index related anime lookup
|
2026-06-25 02:35:51 +02:00 |
|
|
|
7c25907c92
|
fix: limit recommendation scoring
|
2026-06-25 02:35:51 +02:00 |
|
|
|
e7fb4264f7
|
test: cover skip segment overrides
|
2026-06-25 02:35:51 +02:00 |
|
|
|
a2d16caea0
|
test: cover hls playlist response
|
2026-06-25 02:35:51 +02:00 |
|
|
|
641f97fb8e
|
fix: log and skip per-seed jikan failures in collaborative candidates
|
2026-06-25 02:35:51 +02:00 |
|
|
|
12b72b227d
|
fix: log errors from expired session cleanup and token usage tracking
|
2026-06-25 02:35:51 +02:00 |
|
|
|
eaabdc5475
|
fix: return errors from fetchAniSkipSegments instead of swallowing them
|
2026-06-25 02:35:51 +02:00 |
|
|
|
941a282d3f
|
fix: remove redundant defer rows.Close() in sqlc queries
|
2026-06-25 02:35:51 +02:00 |
|
|
|
622418f96c
|
feat: deduplicate proxy token creation
|
2026-06-25 02:35:51 +02:00 |
|
|
|
2a04876754
|
refactor: split playback proxy logic into separate handler files
|
2026-06-25 02:35:51 +02:00 |
|
|
|
4f73b0ca97
|
refactor: split recommendation engine into subpackage
|
2026-06-25 02:35:51 +02:00 |
|
|
|
2146876f24
|
fix: log provider mapping cache write failures instead of silently discarding
|
2026-06-25 02:35:50 +02:00 |
|
|
|
aa9375eff2
|
fix: check PRAGMA errors instead of silently ignoring
|
2026-06-25 02:35:50 +02:00 |
|
|
|
0a483ad2a2
|
fix: propagate ensureAnimeRow error instead of silently discarding it
|
2026-06-25 02:35:50 +02:00 |
|
|
|
8224934046
|
fix: log errors from sign proxy token calls instead of discarding them
|
2026-06-25 02:35:50 +02:00 |
|
|
|
57a2ff874a
|
fix: log audit record failures instead of silently discarding
|
2026-06-25 02:35:50 +02:00 |
|
|
|
5a0c8b7476
|
feat: wrap service-layer errors with context
|
2026-06-25 02:35:50 +02:00 |
|
|
|
82e850070c
|
auth: replace opaque invalid credentials with sentinel errors
|
2026-06-25 02:35:50 +02:00 |
|
|
|
0bde5ac778
|
fix: guard nil resp in warmStreamURL
|
2026-06-25 02:35:50 +02:00 |
|
|
|
a732e13ee8
|
test: add recommendation scoring profile tests for weights, taste, and ranking
|
2026-06-24 16:12:02 +02:00 |
|
|
|
4bb31e6f00
|
test: add playback progress service tests for save, complete and load
|
2026-06-24 16:11:36 +02:00 |
|
|
|
998a1d212a
|
test: add episodes service tests for merge, validation and refresh scheduling
|
2026-06-24 16:10:32 +02:00 |
|
|
|
c6f24e07f0
|
test: add watchlist handler and service unit tests
|
2026-06-24 16:08:50 +02:00 |
|
|
|
c68ee462e9
|
test: add auth handler middleware and service unit tests
|
2026-06-24 16:08:45 +02:00 |
|
|
|
ad69ac7e6c
|
refactor: simplify test stubs with interface embedding
|
2026-06-24 12:08:43 +02:00 |
|
|
|
7b59435f33
|
refactor: consolidate fx event error description into single function
|
2026-06-24 12:03:15 +02:00 |
|
|
|
e1da6ddb19
|
refactor: inline imageurl in go callers
|
2026-06-23 17:32:27 +02:00 |
|
|
|
6e7e1fc001
|
refactor: shorten verbose variable names across codebase
|
2026-06-23 17:23:27 +02:00 |
|
|
|
f6ed2c673d
|
refactor: inline single-use getcached wrapper
|
2026-06-23 17:16:56 +02:00 |
|
|
|
a9fa4d8d90
|
refactor: lazy load audio availability via htmx
|
2026-06-23 15:32:24 +02:00 |
|
|
|
69c1c9d507
|
refactor: remove metrics from server and database
|
2026-06-23 15:09:01 +02:00 |
|
|
|
b0aec3eaa9
|
refactor: remove metrics from episode service
|
2026-06-23 15:08:54 +02:00 |
|