Cucumberrbob
Cucumberrbob
### Description Motivation: Some plugins/mods (especially mods) don't use a permissions api. Instead, they check the [Permission Level](https://minecraft.fandom.com/wiki/Permission_level) of the user. For instance, carpet mod checks if the player has...
I'm not sure if other debrid services have this as well, but AllDebrid has an [endpoint](https://docs.alldebrid.com/#save-new-link) to save links. This is helpful for my setup as these links are then...
### **User description** - updates angular version to 20 - drops dependency on `curray` (everything we wanted to do was available with vanilla js methods) - fix `for` attributes in...
Angular 20 was [released](https://v20.angular.dev/reference/releases#actively-supported-versions) on 28th May 2025. We should update the frontend to the latest version. [Migration guide](https://angular.dev/update-guide?v=19.0-20.0&l=3).
I know exactly the trackers I want added to each torrent/magnet I add to rdt-client, and I don’t want to have to expose this list to the whole internet by...
Haven't discussed this beforehand at all, so feel free to just close this if it's not the direction you want to go in. Currently a draft until I rework the...
If a download fails to start, it will be marked as finished, but have no error. https://github.com/rogerfar/rdt-client/blob/a660a86bb4606541f53e1879962ca4f51171f0e0/server/RdtClient.Service/Services/DownloadClient.cs#L28-L110 We should set some value for `DownloadClient.Error` so the TorrentRunner knows to retry...
Loading the `rdt:6500/torrent/{id}` route is very slow when using TorBox. The speed returns to normal as soon as you change the provider to an other (even without changing the api...
TB have asked us to look into reducing load on their servers. They are currently working on an endpoint which returns only new/updated/deleted torrents, similar to AD's `status (live mode)`....
closes #838 Adds a new downloader: the `.strm` downloader. This PR is currently marked as draft as in its current state it won't work well with TorBox and I haven't...