Commit Graph

64 Commits

Author SHA1 Message Date
afba550da3 fix: harden watch playback flow 2026-04-19 02:10:20 +02:00
08be4b5f82 fix(watchlist): clear progress on continue delete 2026-04-19 01:19:36 +02:00
f4c43e4723 fix(relations): ignore canceled context noise 2026-04-19 01:11:34 +02:00
14cb3b3a0f perf(playback): speed up watch data build 2026-04-19 01:11:27 +02:00
88d5c6df60 fix: sync completed state after playback 2026-04-19 00:19:09 +02:00
70ed0b5716 fix: clamp watch route to final episode 2026-04-18 23:57:14 +02:00
2849a91736 fix: complete anime at final episode 2026-04-18 23:52:24 +02:00
e336e2aa40 fix: stop autoplay after final episode 2026-04-18 23:48:33 +02:00
ed73400b83 feat: replace notifications with continue watching 2026-04-18 23:42:22 +02:00
dea66f2f6a feat: save continue watching progress 2026-04-18 23:42:08 +02:00
a2dad9410f chore: remove recovery flow 2026-04-18 23:17:14 +02:00
4b95a590b7 chore: remove signup and account routes 2026-04-18 23:15:38 +02:00
9c3b87deaf refactor: remove thumbnail preview feature 2026-04-18 22:27:54 +02:00
a0fdd9e811 perf: reduce preview generation load 2026-04-18 22:01:39 +02:00
e0cc8fbd50 fix: back off preview on ffmpeg kill 2026-04-18 22:01:15 +02:00
0eb7b27676 feat: add resume links 2026-04-18 18:24:57 +02:00
c1ee5df94c feat: save watch progress 2026-04-18 18:24:43 +02:00
54ba5eda2d feat: add preview sprite backend 2026-04-18 07:38:48 +02:00
c8e8b80b75 watch: sync watchlist status between watch and details page 2026-04-18 06:26:13 +02:00
0dfd67be47 feat(playback): add watch backend 2026-04-18 05:55:42 +02:00
9eb3e21ffa feat(anime): add episode api support 2026-04-18 05:54:15 +02:00
5eeb18811b feat: add studio handlers and routes 2026-04-18 00:02:40 +02:00
5c7452d599 feat: add studio service methods 2026-04-18 00:02:39 +02:00
b9dad0f574 fix: degrade search on retryable jikan errors 2026-04-15 00:44:00 +02:00
058aedd5e0 fix: limit quick search to five results 2026-04-15 00:35:57 +02:00
0463abb925 fix: remove jikan limit params 2026-04-14 23:23:09 +02:00
f0a64f37e6 remove unfinished score sorting and score display (#2)
* refactor: remove watchlist score sort

* refactor: drop score metadata from ui
2026-04-14 23:01:33 +02:00
165963c9d2 refactor: centralize jikan list constants 2026-04-14 22:23:59 +02:00
697d0cc32f refactor: simplify watchlist handler 2026-04-14 22:23:59 +02:00
7bf75205bd refactor: simplify auth handlers 2026-04-14 22:23:59 +02:00
09d2fd3a88 ui: add custom centered 404 page 2026-04-12 14:58:08 +02:00
39f09c104f ui: add pending and catalog placeholders 2026-04-12 14:53:37 +02:00
6b83f6bde6 auth: add recovery and account security 2026-04-11 18:05:51 +02:00
cd28a8d10f ui: remove schedule and split notifications 2026-04-10 22:28:20 +02:00
9b46396f32 ci: add quality checks and smoke tests 2026-04-10 17:26:49 +02:00
2b8332a16d api: pass request context to jikan 2026-04-10 17:26:28 +02:00
42247214dd security: validate watchlist inputs 2026-04-10 17:22:34 +02:00
a0617ec127 chore: cleanup files 2026-04-08 18:02:54 +02:00
b3477fa7dd feat: increase max recommendations from 10 to 12 2026-04-08 17:35:31 +02:00
22955c0018 fix: handle jikan rate limits gracefully instead of dropping data 2026-04-08 17:17:14 +02:00
fdc8fa0f08 refactor: consolidate title formatting 2026-04-08 16:58:12 +02:00
704ae49b3c fix: enforce global rate limit in jikan client and handle relation errors 2026-04-08 16:27:10 +02:00
13b0128c38 feat: fetch full details for recommendations to prioritize english titles 2026-04-08 16:10:56 +02:00
18065bf4cc chore: add user id to watchlist log for better debugging 2026-04-08 15:44:01 +02:00
91e10560a6 feat(auth): implement strict and secure user registration 2026-04-08 15:37:32 +02:00
5f4ed88d1a fix: deduplicate upcoming seasons returned from recursive query 2026-04-08 14:10:40 +02:00
8b46edc15a feat: recursive sequel graph syncing with real-time UI polling 2026-04-08 14:05:30 +02:00
3b45500b7b feat: add upcoming seasons sync and notification for sequels 2026-04-08 13:35:44 +02:00
437ec70d8c ui: change default watchlist view to grid 2026-04-08 13:21:07 +02:00
6f54ed16eb feat: add schedule, notifications, and recommendations 2026-04-08 13:02:17 +02:00