Commit Graph

74 Commits

Author SHA1 Message Date
a6d2b9821a fmt: apply gofmt formatting 2026-04-20 01:49:52 +02:00
dccd9d8f59 security: fix hardcoded aes key, rate limiter shutdown, stale cache errors, body limit, session cookies 2026-04-20 01:48:53 +02:00
f2554152fa refactor(watchlist): sortEntries, null checks, and beginTx 2026-04-20 01:42:10 +02:00
ffd67338c3 refactor(playback): simplify handlers, http utils, and ranking 2026-04-20 01:42:09 +02:00
fab0b8a6fa refactor(anime): eliminate passthrough service layer 2026-04-20 01:42:08 +02:00
be5824ab5f refactor: consolidate proxy handlers and simplify ranking/watchlist 2026-04-20 01:26:16 +02:00
82820f04d3 refactor(playback): consolidate clone functions and choosePlaybackSource 2026-04-20 01:24:07 +02:00
3c438951a8 refactor(playback): simplify service files 2026-04-20 01:20:07 +02:00
b24053864c fix: harden playback and migrations 2026-04-19 21:05:47 +02:00
1e1a3e8205 refactor: remove recovery auth surface 2026-04-19 19:40:18 +02:00
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