Qstick
1c3d2ce4e5
Improved http timeout handling
...
(cherry picked from commit f87a66fcba6ca9ca972fa1c747a940b216e0e5e3)
2024-01-16 08:08:26 +02:00
Bogdan
1f95bcae4e
New: Async HttpClient
...
(cherry picked from commit 0feee191462dd3e5dde66e476e8b4b46a85ec4f0)
2023-08-24 00:38:31 +03:00
Bogdan
d1aff31593
Use 'var' instead of explicit type
...
(cherry picked from commit 12374f7f0038e5b25548f5ab3f71122410832393)
Closes #2559
2023-05-28 21:59:25 +03:00
ta264
c827859ba0
Fixed: Don't buffer update package to memory when downloading
...
(cherry picked from commit 63654b99f22b87b42acd699ac5b453f2de20211f)
Closes #2467
2023-05-09 14:09:44 +03:00
Mark McDowall
8a4d309d57
New: IPv6 support for connections/indexers/download clients
...
Closes #2026
(cherry picked from commit 1b90fbcf7df2c1086da4791c6491771924b1b7aa)
2023-01-23 20:12:49 -06:00
Qstick
dd0dd921b0
Ignore brotli test on osx
...
(cherry picked from commit 2afe6af5a6dac26fe9d2c20e806a93b621e18bbf)
2022-10-30 19:03:10 -05:00
Qstick
bcc8370d05
Cleanup dual target and mono code
...
Fixes #1893
Fixes #1808
2022-10-20 20:19:52 -05:00
ta264
dfb9558868
Fixed: Broken SSL certificate validation option
...
(cherry picked from commit a6a761cb32a268c4447071dc692c428789063fce)
2021-11-19 20:03:32 +00:00
ta264
5d63ef01b6
Fixed: Calibre authentication with Basic auth
2021-11-14 21:06:02 +00:00
ta264
8f2ae2beff
New: Upgrade to .NET 6
2021-11-13 08:45:25 +00:00
ta264
f53a1d7942
Package updates
2021-11-13 08:45:25 +00:00
ta264
cef15887a4
Use modern HttpClient
...
(cherry picked from commit 402f8b296f17bf161824ec5ff40d67d036d00d94)
2021-11-13 08:45:25 +00:00
BookInfo
6bdfe01fbc
Alternative metadata source
2021-11-11 11:08:43 +00:00
Taloth Saldono
916391edc3
Fixed: Qbittorrent api errors when only one of two seed criteria was configured
...
closes #907
(cherry picked from commit 652d44722b96a7a830ec45fe83260ddcecc525a7)
2021-07-04 00:48:26 -04:00
Qstick
529ffa8864
Revert "Fixed: Corrupt image files when downloading from redirecting Url"
...
This reverts commit 79dfd8f14d .
2021-07-03 23:08:38 -04:00
Taloth Saldono
79dfd8f14d
Fixed: Corrupt image files when downloading from redirecting Url
...
(cherry picked from commit e28b2e83284f689d3620d8d394ef35fdfd55646f)
Closes #108
2021-07-03 19:19:27 -04:00
Taloth Saldono
d61daeac8e
Generalized RateLimit logic to all indexers based on indexer id
2021-03-16 21:52:21 +00:00
Taloth Saldono
c8c37435be
Fixed: Jackett indexer search performance
2021-03-16 21:52:21 +00:00
Qstick
93ba5ade9e
Cleanup Conflicts in Sonarr/Lidarr Pulls
...
Co-Authored-By: Robin Dadswell <19610103+RobinDadswell@users.noreply.github.com >
2021-01-28 23:43:19 -05:00
Qstick
7ea1bf71dd
Fixed: Use Proxy for MediaCovers and Metadata
...
Signed-off-by: Robin Dadswell <robin@dadswell.email >
2021-01-28 23:43:19 -05:00
Mark McDowall
ce24902dc0
Fixed: Parsing of URLs with double slashes in the path
...
(cherry picked from commit 0c7743e786749b333333d282412ff76fc10aba65)
2020-10-10 17:16:02 -04:00
Taloth Saldono
5ef55d2180
Fixed DownloadFile when file already exists
2020-07-01 21:16:07 +01:00
Taloth Saldono
3c335d498e
Fixed tests
2020-07-01 21:16:07 +01:00
Taloth Saldono
138a188cc9
Fixed: Download mediacover using configured proxy.
2020-07-01 21:16:07 +01:00
Qstick
50e9225574
Use HTTPS for httpbin tests
2020-07-01 21:16:07 +01:00
Qstick
d1565b44e4
Update HttpClientFixture.cs
2020-07-01 21:16:07 +01:00
ta264
08496c82af
New: Readarr 0.1
2020-05-09 22:24:45 +01:00
Qstick
3b7eb01918
New: Lidarr to Readarr
2020-02-29 16:58:13 -05:00
Qstick
f77a2feeef
StyleCop ( #1058 )
...
* Stylecop Rules and Fixes
2020-01-03 07:49:24 -05:00
ta264
4346c76d4f
New: Multi target net framework 4.6.2 and net core 3.0
2019-10-29 20:38:57 +00:00
Qstick
10f2f66ba0
New: FluentAssertions to 5.9.0
2019-09-16 18:14:28 -05:00
Taloth Saldono
26c8768931
New: Removed libcurl http fallback since mono 5.16+ doesn't need it. Also bumped minimum mono version check to 5.16 (5.20 is the best choice atm)
2019-08-31 17:18:18 +01:00
Qstick
acfe2ceef4
Fixed: Change HttpClientFixture links to HTTPS
2019-03-08 22:15:18 -05:00
Qstick
1e48ea58b0
New: Add qBittorrent API V2 support, Indexer seed limit Support ( #653 )
...
* Fixed: qBittorrent api v2 support (qbit v4.1+)
Co-Authored-By: taloth <taloth@users.noreply.github.com >
Co-Authored-By: Mark Bebbington <mark@thebebs.uk >
* Fixed: Magnet Link progress visualisation and adding magnet links if dht is disabled in qBittorrent
* New: Indexer Seed Limit settings applied to new downloads for qBit
Co-Authored-By: taloth <taloth@users.noreply.github.com >
* Handle Deluge v2 beta breaking change in their api.
closes #2412
* Fixed: Codacy Format Issues
2019-03-03 21:53:46 -05:00
Qstick
307c989409
Revise cookie handling ( #315 )
...
* Fixed: Revised handling of cookies in case of redirects.
* Revised deletion of cookies.
2018-04-22 19:49:08 -04:00
Qstick
1451a63c06
Rename Sonarr References in Backend
2017-10-30 22:25:19 -04:00
Taloth Saldono
2fc58115a0
Fixed: Changes in http redirect logic causing failed grabs and >25% cpu usage.
2017-10-29 00:42:50 -04:00
Taloth Saldono
cc0a6dc8da
Disable test on mono managed http.
2017-10-29 00:30:17 -04:00
Taloth Saldono
96d97f873a
Fixed: http->https redirects do not use the tls1.2 curl fallback.
...
fixes #2082
2017-10-29 00:29:22 -04:00
Qstick
311df71acf
Fixed HttpUri parsing of domain names with underscores
2017-10-28 23:38:21 -04:00
TCBWZA
b7a46a9e51
Update internal URL's to point to lidarr.audio
2017-04-28 16:55:18 +02:00
Matthew Despain
20c8dec50a
First round of refactoring.
2017-03-29 21:49:38 -06:00
Mark McDowall
ebcce05588
Fixed: Parsing headers that have a trailing semi-colon
...
Fixes #1749
2017-03-09 15:40:13 -08:00
Keivan Beigi
54bc642476
Fixed: OS Version detection shouldn't break user agents. Fixes #1611
2017-01-05 10:25:05 -08:00
Keivan Beigi
ad7d571b24
New: Better platform detection specifically for Non-Windows Systems
2017-01-03 18:37:23 -08:00
Keivan Beigi
0214c8e0f0
Removed unused using statements
2016-12-23 13:45:24 -08:00
margaale
8d776abb48
Fixed: Handle download clients sending invalid content-type header.
...
DownloadStation incorrectly surrounds charset with double-quotes. whereas the http standard specifies they must be without quotes.
fixes #1586
2016-12-20 20:54:44 +01:00
Taloth Saldono
c4a3bc3d2f
Fixed cookie tests with expired dates.
2016-07-22 00:34:18 +02:00
Taloth Saldono
9ea753011b
Added round-robin over httpbin.org hosts for httpclient tests.
2016-05-21 23:02:02 +02:00
Taloth Saldono
b479064abd
Moved Proxy types around and refactored/renamed a few things.
2016-04-25 21:53:26 +02:00