|
|
b03e90fc47
|
fix: handle close errors
|
2026-05-12 16:05:36 +02:00 |
|
|
|
9e6fc2a243
|
feat: integrate new rate limiter into server
|
2026-05-06 23:20:24 +02:00 |
|
|
|
18d1de9152
|
fix: update rate limiter usage and remove obsolete cleanup
|
2026-05-06 23:19:19 +02:00 |
|
|
|
7f768080ee
|
refactor: update imports to use new db package
|
2026-05-06 23:13:43 +02:00 |
|
|
|
5cc506c256
|
chore: clean up server entrypoints and add user CLI tool
|
2026-05-05 16:06:06 +02:00 |
|
|
|
33b450a686
|
fix: resolve allanime timeout issues
|
2026-05-02 18:38:43 +02:00 |
|
|
|
e5c10e6fe0
|
cli: prompt to overwrite password if user already exists
|
2026-04-27 09:09:05 +02:00 |
|
|
|
6b19a0dce7
|
cli: add create-user command to main_server
This replaces the bash script with an embedded command in the Go binary so it can be executed within the docker container.
|
2026-04-27 09:05:59 +02:00 |
|
|
|
420b7fa67a
|
fix: handle os.Getwd error in server startup
|
2026-04-21 01:21:05 +02:00 |
|
|
|
dd06ad3483
|
fix: load .env in server startup
|
2026-04-20 17:51:25 +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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
ccad63eb7f
|
chore: base project skeleton and db schema
|
2026-04-06 07:03:22 +02:00 |
|