cocool97

Results 21 issues of cocool97

Allows us to set the authorization header directly on the client, and no more on each requests. Adds tests for Basic & Bearer. Linked to #1383

Currently only torrent content is marked as seen, it would be nice if the torrent itself was also seen when all torrent has been seen.

enhancement

As currently working only on web application (https://github.com/YouROK/TorrServer/pull/325), categories could be added to android application too. New buttons on LeftBar to choose between categories, possibility to display / change such...

I've got two questions about `rqbit` and its public API. I'm not interested in using the executable but would like to use the library directly (to use in another personal...

It is useful to pass arguments from CLI instead of changing code to modify the directory pointed to inside the `include_bytes` directive. This PR adds the opportunity to pass CA...

This command should run an already installed apk. Parameter could be the activity name to launch.

This command should take an apk path as a parameter, and install it on the targeted device.

Currently we have to do `cargo install adb_client --example adb_cli` to get the CLI installed. Is there another way to make it cleaner with only `cargo install adb_client` ?

This MR aims to add a TMDB feature, that would be useful to download posters, metadatas & summaries for movies & shows. This is currently a Draft, and here is...

**Is your feature request related to a problem? Please describe.** Torrserver could have many users registered, all sharing same torrents, but with different seen/unseen. To keep backward compatibility, we could...

enhancement