Commit Graph

54 Commits

Author SHA1 Message Date
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
8bb5bc0a18 fix: resolve infinite scroll duplication issues 2026-04-07 14:13:13 +02:00
f77788588e feat: add discover page for airing anime 2026-04-07 14:08:08 +02:00
aa5a99eec7 revert: remove torrent streaming feature 2026-04-07 13:48:37 +02:00
a25e8f1655 feat: torrent streaming with hls transcoding (#1)
* feat: add ffmpeg for hls streaming

* feat: torrent streaming with hls transcoding

- add nyaa.si torrent search client
- add streaming service using anacrolix/torrent
- add hls transcoding via ffmpeg for browser playback
- add watch page with episode selection
- add socks5 proxy support via TORRENT_PROXY env
- switch to modernc.org/sqlite (pure go, no cgo conflicts)
- update dockerfile with ffmpeg
2026-04-07 13:23:08 +02:00
dd71f88572 fix: add vary header for htmx cache busting 2026-04-07 05:18:42 +02:00
b61070b652 refactor: rename malago to mal 2026-04-07 00:14:35 +02:00
9223176344 add continuing tab to watchlist 2026-04-06 23:38:30 +02:00
8687f93f31 feat: add sort/filter component for watchlist
- create reusable SortFilter templ component with sort options (date, title, score)
- integrate sort/filter into watchlist page with query params
- add sortEntries method to handle client-side sorting
- add CSS styling for sort filter controls
- pass sort params through status tab and view toggle links
2026-04-06 23:28:36 +02:00
120e7a1470 ui: fix search dropdown width and alignment 2026-04-06 23:01:48 +02:00
6495bc733a feat: add debounced search dropdown with quick results 2026-04-06 22:58:40 +02:00