Commit Graph

12 Commits

Author SHA1 Message Date
4b95a590b7 chore: remove signup and account routes 2026-04-18 23:15:38 +02:00
df3a6e3610 fix: allow dist assets without auth 2026-04-18 00:02:42 +02:00
6b83f6bde6 auth: add recovery and account security 2026-04-11 18:05:51 +02:00
9b46396f32 ci: add quality checks and smoke tests 2026-04-10 17:26:49 +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
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
aff336c15f fix: allow public search routes and prevent js redeclaration 2026-04-07 05:14:43 +02:00
b61070b652 refactor: rename malago to mal 2026-04-07 00:14:35 +02:00
2a07a21295 refactor: move middleware to shared directory 2026-04-06 22:39:05 +02:00