Commit Graph

27 Commits

Author SHA1 Message Date
45ce8c1aa4 feat: add create-user cli 2026-04-20 17:18:54 +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
dccd9d8f59 security: fix hardcoded aes key, rate limiter shutdown, stale cache errors, body limit, session cookies 2026-04-20 01:48:53 +02:00
714ea42555 refactor(server): simplify main.go startup 2026-04-20 01:21:47 +02:00
158ead08f3 docs: reword cmd README to match main README prose 2026-04-20 01:16:03 +02:00
4e5bca3c33 docs: add local structure notes 2026-04-19 21:14:17 +02:00
b24053864c fix: harden playback and migrations 2026-04-19 21:05:47 +02:00
30d75eeced fix: restore live watch-order scraping 2026-04-11 22:46:15 +02:00
185c353e66 tool: add watch-order dataset builder 2026-04-11 22:32:58 +02:00
9115e16334 core: use local watch-order store 2026-04-11 22:32:56 +02:00
a4bcfe159e server: add graceful shutdown 2026-04-10 17:24:16 +02:00
85b01ea71b chore: remove create-user tool 2026-04-08 17:01:24 +02:00
d25426eda9 feat: use sqlite for jikan api cache with hourly cleanup 2026-04-08 16:19:59 +02:00
3b45500b7b feat: add upcoming seasons sync and notification for sequels 2026-04-08 13:35:44 +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
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
a7e941b563 refactor: extract db migrations from main to internal/database 2026-04-06 22:28:10 +02:00
063a73d43c feat: add title columns and migration tracking 2026-04-06 20:00:45 +02:00
5effd901c3 feat: add watchlist export/import as JSON 2026-04-06 19:44:54 +02:00
564cae2e16 ui: update catalog and search templates 2026-04-06 19:20:47 +02:00
a7133ba121 fix: make create-user script use DATABASE_FILE env var 2026-04-06 07:31:22 +02:00
ab6b0b8840 ops: add dockerfile, makefile and cli tools 2026-04-06 07:03:52 +02:00
ccad63eb7f chore: base project skeleton and db schema 2026-04-06 07:03:22 +02:00