add get_torrent_by_id dependency, add 404 error message and make NotFoundException globally available

This commit is contained in:
maxDorninger
2025-06-08 18:39:45 +02:00
parent 5dabb5c0d7
commit 3d9e9d00d0
9 changed files with 39 additions and 14 deletions

View File

@@ -31,11 +31,11 @@ torrents and authentication.
- [x] fully automatic downloads
- [x] add tests
- [x] add more logs/errors
- [x] make API return proper error codes
- [ ] support for movies
- [ ] responsive ui
- [ ] add check at startup if hardlinks work
- [ ] support styling the login with OIDC button
- [ ] make API return proper error codes
- [ ] add in-depth documentation on the architecure of the codebase
- [ ] expand README with more information and a quickstart guide
- [ ] make indexer module multithreaded