| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(naming): replace banned ctx abbreviation with full names | Fuwn | 2026-04-18 | 1 | -6/+6 |
| | | | | | | | | | | | | | | CLAUDE.md prohibits abbreviations like ctx in identifiers. Rename the Cloudflare Worker ExecutionContext parameter to executionContext in the proxy worker (handleMangaChapterCounts, fetch, scheduled), and alias Trigger.dev's destructured { ctx } to taskContext in the notifications scheduled task. The external property name on Trigger.dev's params object is library-defined and remains ctx on the wire. Verified: proxy worker still boots under local wrangler dev and all routes (OPTIONS, POST /manga/chapter-counts, forwardProxyRequest) still respond identically. | ||||
| * | build(workers): bump wrangler compatibility_date to 2025-01-01 | Fuwn | 2026-04-18 | 1 | -1/+1 |
| | | | | | | | | | | | Both the CDN (2023-10-30) and proxy (2023-12-18) workers were pinned to 2023 compatibility dates, missing ~2 years of Cloudflare Workers runtime fixes and API behaviour corrections. Bump both to 2025-01-01. Verified: both workers boot cleanly under local wrangler dev on the new date, and the CDN worker still returns correct cache/CORS/content -type headers on a sample PNG request. | ||||
| * | fix(dev): route portless .localhost URL through app origin and proxy CORS | Fuwn | 2026-04-18 | 1 | -0/+1 |
| | | |||||
| * | perf(manga): progressively hydrate native chapter counts | Fuwn | 2026-03-29 | 1 | -13/+77 |
| | | |||||
| * | fix(proxy): improve native chapter source routing | Fuwn | 2026-03-29 | 2 | -50/+117 |
| | | |||||
| * | fix(manga): restore progress-based volume recommendations | Fuwn | 2026-03-27 | 3 | -16/+100 |
| | | |||||
| * | fix(proxy): improve native manga chapter counts | Fuwn | 2026-03-27 | 2 | -0/+316 |
| | | |||||
| * | style(ci): format and tidy proxy files | Fuwn | 2026-03-27 | 1 | -8/+15 |
| | | |||||
| * | refactor(proxy): move manga chapter counts behind indexed cache | Fuwn | 2026-03-27 | 5 | -101/+926 |
| | | |||||
| * | chore(apps): Add proxy | Fuwn | 2026-03-27 | 6 | -0/+368 |