Qstick
|
a445747c4d
|
Fixed: Show correct error on unauthorized caps call
(cherry picked from commit f2b0fc946e1fb1b4649f1b46a003bd2add09a461)
|
1 year ago |
Mark McDowall
|
404c888cca
|
Fixed parsing of multiple languages from Newznab indexer releases
(cherry picked from commit 2a241294b5eeb9e95c46e030828191da09d05e88)
Closes #4114
|
1 year ago |
Bogdan
|
fd9bd5f691
|
New: Async HttpClient
|
1 year ago |
Bogdan
|
27518a27fb
|
Fixed: (FileList) Prevent double query escaping and category IDs correction
|
1 year ago |
Bogdan
|
a08b9e4f64
|
Fixed: Ensure failing indexers are marked as failed when testing all
(cherry picked from commit b407eba61284d5fb855df6a2868805853aa6f448)
Closes #3934
|
1 year ago |
Bogdan
|
dfd9440ee4
|
Fixed: Add dedupe releases rule based on indexer priority
Closes #3925
|
1 year ago |
bakerboy448
|
7444c0e20a
|
New: Indexer Messaging and Error Improvements
(cherry picked from commit 3b505d8734dcbe3fa53acba7f94f1361151e6a44)
|
1 year ago |
Bogdan
|
f0fceb1499
|
Fixed: Remove Rarbg Indexer due to site shutdown
|
1 year ago |
Bogdan
|
59b4441b0d
|
Fixed: Enforce validation warnings
(cherry picked from commit 48ee1158ad4213fd0690842e2672f52d08f7ad26)
Closes #3761
|
1 year ago |
Bogdan
|
a05082b4c6
|
Simplify ShouldHaveApiKey and HasErrors
(cherry picked from commit 7343616a47cd538bba4c9128d2c1094561f9b3a5)
|
1 year ago |
Bogdan
|
cc27107668
|
Use 'var' instead of explicit type
(cherry picked from commit 12374f7f0038e5b25548f5ab3f71122410832393)
Closes #3749
|
1 year ago |
Bogdan
|
14816306a4
|
Inline 'out' variable declarations
(cherry picked from commit 281add47de1d3940990156c841362125dea9cc7d)
Closes #3748
|
1 year ago |
Bogdan
|
bac43d9d31
|
Enforce rule IDE0005 on build
(cherry picked from commit 6b1e4ef81938d264a2ddc8b626b0502f799aa640)
Closes #3745
|
1 year ago |
Stepan Goremykin
|
adcba7b724
|
Use Array.Empty and fix a few multiple enumerations
(cherry picked from commit 11d91faaada0e70910c832ce405ddeed52a24172)
Closes #3451
|
1 year ago |
Bogdan
|
d6a093189e
|
Fix spelling "Use languages from Torznab/Newznab attributes if given"
(cherry picked from commit de3bfb7c5ab03e527dca1be3ef4a664dce266db6)
Fixes #3711
|
2 years ago |
Qstick
|
b01852ff0a
|
New: Use languages from Torznab/Newznab attributes if given
(cherry picked from commit 9c5a07f62a6e32832c10c80813cd3b98c5859989)
Fixes #3701
|
2 years ago |
Bogdan
|
9246cb03d1
|
Fixed: Use indexer errors from response if Content-Type is XML before processing response
(cherry picked from commit 9bdc6183663a3510e53433a30ad701065e7ee9d9)
|
2 years ago |
Bogdan
|
f19c6e8ee1
|
Remove unused imports
Close #3651
|
2 years ago |
Bogdan
|
eca3776ddd
|
Replace UC preset with VC
|
2 years ago |
Bogdan
|
7f3ccf659c
|
Fixed: Ensure indexer errors are handled before processing response
(cherry picked from commit 76f93c8415419f0c3dab90582d47a1c9a653263c)
Closes #3628
|
2 years ago |
Bogdan
|
8368a8021d
|
Escape search query and use string interpolation for Headphones request generation
|
2 years ago |
Bogdan
|
d317c3dd60
|
Fixed: (Headphones) Use custom download request
Closes #3595
|
2 years ago |
Bogdan
|
3b0289e3ec
|
Fixed: (Redacted) Use Api Key for downloading
|
2 years ago |
Gabriel Sjöberg
|
8ea54b6a94
|
Use BuildInfo.AppName for RARBG appId instead of hardcoded value
(cherry picked from commit 99c4f5b746bff6809c988f8b816e5135f5959ed7)
Close #3570
|
2 years ago |
Mark McDowall
|
09cc4c23e1
|
New: Updated Rarbg request limits
(cherry picked from commit 47cf8e6430b7f7704ce2f1524fa9e3c8e6f9b47a)
Close #3526
|
2 years ago |
Bogdan
|
5380d78cad
|
Build download requests from indexer implementation
(cherry picked from commit a0b08f6c6f106d92cdb12fbb959dd2605c22fe6a)
Closes #3590
Closes #3593
|
2 years ago |
Bogdan
|
d0244978aa
|
Fixed: Ignore `VA` artists in Redacted
|
2 years ago |
Bogdan
|
fbb05dcec9
|
Fixed: (Gazelle) Add `usetoken` only if use FL token is enabled
|
2 years ago |
Bakerboy448
|
643f3d36af
|
Fixed: DrunkenSlug Default URL
(cherry picked from commit 128f62488d8ec8c4efd096f6cb03ed1d2ce1f89a)
|
2 years ago |
Qstick
|
1bc0b5f950
|
Enable all analyzers and enforce code style on build
Fixes #3406
Fixes #3407
Fixes #3408
Fixes #3409
Fixes #3410
Fixes #3411
Fixes #3412
Fixes #3413
Fixes #3414
Fixes #3415
Fixes #3416
Fixes #3417
Fixes #3418
Fixes #3419
Fixes #3420
Fixes #3421
Fixes #3422
Fixes #3423
|
2 years ago |
bakerboy448
|
16f30e7f19
|
New: Use better page size for Newznab/Torznab (up to 100) when supported by the indexer
Closes #3340
(cherry picked from commit ddb25b109575cc378462a1c3a64705f2003f01f0)
|
2 years ago |
Qstick
|
9cce93b25d
|
Cleanup Unused Event
|
2 years ago |
Qstick
|
93cce9a02e
|
Don't block task queue for queued update task when long running tasks queued
Fixes #2935
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
|
2 years ago |
bakerboy448
|
39abf00d66
|
Fixed: Improve RarBG Error Handling
(cherry picked from commit 7cd38bba841659a595fe4a0e14c478fc4e4047b1)
|
2 years ago |
Qstick
|
c02b66ec44
|
Enforce comment spacing with Stylecop
Fixes #3104
|
2 years ago |
Qstick
|
b547156d91
|
Fixed: (Newznab) Search with year for self-title albums
Fixes #2716
|
2 years ago |
Qstick
|
8c5b227b17
|
Fixed: Ignore VA on Gazelle search for Various Artist Albums
Fixes #2829
|
2 years ago |
Qstick
|
c63b08265c
|
Fixed: Escape Characters as needed for *znab queries
Co-Authored-By: bakerboy448 <55419169+bakerboy448@users.noreply.github.com>
|
2 years ago |
Qstick
|
dc7b5b52dc
|
Added searchEngine support in Newznab/Torznab caps
Co-Authored-By: Taloth <Taloth@users.noreply.github.com>
(cherry picked from commit eb76dd5248988c8101d9414aef0215f01f81cf00)
|
2 years ago |
Qstick
|
35651df049
|
Use modern HttpClient
Co-Authored-By: ta264 <ta264@users.noreply.github.com>
(cherry picked from commit 4c0fe62dda7ba87eec08d628f79e4fae8fdb1a0f)
|
2 years ago |
Qstick
|
a26cbdf61f
|
New: Add tag support to indexers
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
|
2 years ago |
Stevie Robinson
|
4985024dd6
|
New: Torrent Seed Ratio no longer advance settings
(cherry picked from commit c98fac65ed8e669c5e97ed3255c424b61fe0e8b3)
|
2 years ago |
Mark Trolley
|
b3b93db643
|
Fix typo: loseless to lossless
|
2 years ago |
Kai Yang
|
9b120f4885
|
New: Link indexer to specific download client (#2668)
* New: Link indexer to specific download client
Closes #1215
Co-authored-by: Qstick <qstick@gmail.com>
(cherry picked from commit 13aaa20f1bf1448fa804738804205cb16f0d91f9)
* lint
Co-authored-by: Qiming Chen <simoncqm@gmail.com>
|
2 years ago |
Robin Dadswell
|
ba0ad7e8e3
|
New: End Jackett 'all' endpoint support
(cherry picked from commit 54c914d48fefa730728518d50fc9e49032d0947b)
(cherry picked from commit 1bf87bf8735f7e7eb1b2d207d3015a7301b558bf)
Closes #2638
Closes #2569
|
3 years ago |
bakerboy448
|
bb55f30252
|
Fixed: Improved Indexer test failure message when no results are returned
(cherry picked from commit 05b1581b7dfa5bc8a2b38a60179e3472c8134f74)
|
3 years ago |
Qstick
|
1eb0d3b11a
|
Track fully imported downloads in separate history table
|
3 years ago |
bakerboy448
|
9da08d745a
|
Fixed: FileList Search String
Closes #2470
|
3 years ago |
Mark McDowall
|
3ac2401304
|
New: Add logging is release is rejected because no download URL is available
(cherry picked from commit a83ed3bcce4b0a5ed5279029eed1b2ccfb4e8b85)
|
3 years ago |
ta264
|
7fe36a7e92
|
New: Use native dotnet host and DryIoc
(cherry picked from commit d6170dbfedf27a6218afe242a0fae2eb8b368aec)
|
3 years ago |