Commit Graph

38 Commits

Author SHA1 Message Date
77f0daca26 admin: add admin panel for user management 2026-04-22 21:16:26 +02:00
0b2957d68c fix: stupid issues in browser 2026-04-21 08:24:35 +02:00
a5f2628d1e feat: add watchlist quick-add button to anime cards 2026-04-21 00:34:13 +02:00
89f4ebbdb0 style: reorder imports to follow go conventions 2026-04-20 15:55:31 +02:00
6df8788749 refactor: reorganize project structure following go standards 2026-04-20 15:54:35 +02:00
ffd67338c3 refactor(playback): simplify handlers, http utils, and ranking 2026-04-20 01:42:09 +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
14cb3b3a0f perf(playback): speed up watch data build 2026-04-19 01:11:27 +02:00
2849a91736 fix: complete anime at final episode 2026-04-18 23:52:24 +02:00
ed73400b83 feat: replace notifications with continue watching 2026-04-18 23:42:22 +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
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
e21474ca55 feat(ui): add anime episodes section 2026-04-18 05:55:22 +02:00
5eeb18811b feat: add studio handlers and routes 2026-04-18 00:02:40 +02:00
90c80b9d1e build: move generated assets to dist 2026-04-15 00:26:50 +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
ecb15782c8 security: enforce csrf on writes 2026-04-10 17:25:27 +02:00
a0617ec127 chore: cleanup files 2026-04-08 18:02:54 +02:00
91e10560a6 feat(auth): implement strict and secure user registration 2026-04-08 15:37:32 +02:00
8b46edc15a feat: recursive sequel graph syncing with real-time UI polling 2026-04-08 14:05:30 +02:00
6f54ed16eb feat: add schedule, notifications, and recommendations 2026-04-08 13:02:17 +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
b61070b652 refactor: rename malago to mal 2026-04-07 00:14:35 +02:00
6495bc733a feat: add debounced search dropdown with quick results 2026-04-06 22:58:40 +02:00
2a07a21295 refactor: move middleware to shared directory 2026-04-06 22:39:05 +02:00
af6005500a refactor: extract anime feature into its domain slice 2026-04-06 22:38:37 +02:00
afc0a1d218 refactor: extract watchlist feature to its own domain slice 2026-04-06 22:37:20 +02:00
376b6f6418 refactor: extract auth into feature domain 2026-04-06 22:34:49 +02:00
caa2247b89 refactor: simplify main.go and introduce central router with modular handlers 2026-04-06 22:32:22 +02:00