mikeoscar2006
7eaef1fa69
gazellegamesapi: add new indexer ( #13577 )
...
Co-authored-by: garfield69 <garfield69@outlook.com >
2022-09-26 10:23:00 +01:00
Garfield69
14689acb94
gazelletracker abstract: add genre query and result
2022-08-10 10:46:53 +12:00
Garfield69
7adc26966d
GazelleTracker: fix GroupTime processing. resolves #13015
2022-05-16 12:10:37 +12:00
ilike2burnthing
b8b816f953
gazelletracker: remove . from keywords. resolves #12965 ( #12969 )
2022-02-18 22:44:57 +00:00
seeyabye
a9feb22e6d
orpheus: fixed downloading issue with token. resolves #12525 ( #12530 )
2021-11-09 16:07:34 +00:00
seeyabye
ab9f7bbb98
redacted: fixed login loop for api key ( #12416 ) resolves #12392
...
Co-authored-by: garfield69 <garfield69@outlook.com >
2021-10-14 09:16:44 +13:00
ilike2burnthing
494331b5fd
gazelletracker: add PosterUrl for desitorrents ( #11921 )
2021-06-15 16:52:08 +01:00
ilike2burnthing
e347d38fc0
desitorrents: migrate to c#. resolves #11904 ( #11909 )
2021-06-15 03:29:50 +01:00
seeyabye
8d6c2d50c0
orpheus: added api token support ( #11868 )
2021-06-06 12:31:25 +12:00
ilike2burnthing
2a38d5f640
orpheus: add passkey to config. resolves #11728 ( #11815 )
2021-06-06 12:02:03 +12:00
Diego Heras
69125add3e
core: redo search cache from scratch. resolves #10382 ( #10447 )
...
In simple words, when you make a request in Jackett, the results are saved in memory (cache). The next request will return results form the cache improving response time and making fewer requests to the sites.
* We assume all indexers/sites are stateless, the same request return the same response. If you change the search term, categories or something in the query Jackett has to make a live request to the indexer.
* There are some situations when we don't want to use the cache:
** When we are testing the indexers => if query.IsTest results are not cached
** When the user updates the configuration of one indexer => We call CleanIndexerCache to remove cached results before testing the configuration
** When there is some error/exception in the indexer => The results are not cached so we can retry in the next request
* We want to limit the memory usage, so we try to remove elements from cache ASAP:
** Each indexer can have a maximum number of results in memory. If the limit is exceeded we remove old results
** Cached results expire after some time
* Users can configure the cache or even disable it
2020-12-11 23:14:21 +01:00
Diego Heras
2ea22af9ef
core: rename comments field to details #10092 ( #10135 )
2020-11-08 15:11:27 +13:00
Diego Heras
c5dd37b836
core: rename banner field to poster #10092 ( #10134 )
2020-11-08 12:43:33 +13:00
Diego Heras
8bc765eaae
core: code cleanup. part 2 ( #9909 )
2020-10-19 23:19:10 +02:00
seeyabye
5be9224bb5
redacted: fixed ip ban issue. resolves #9751 resolves #9753 resolves #3345 ( #9770 )
2020-10-08 21:16:22 +02:00
ngosang
d6139714af
Revert "redacted: add API Key support to GazelleTracker. resolves #8898 ( #9666 )"
...
This reverts commit 3e22ff0d6d
.
2020-10-06 20:54:00 +02:00
seeyabye
3e22ff0d6d
redacted: add API Key support to GazelleTracker. resolves #8898 ( #9666 )
...
Co-authored-by: Diego Heras <ngosang@hotmail.es >
2020-09-30 21:02:27 +02:00
Cory
ac0ba0f9b1
core: refactor http webclient part 13 #8529 ( #8941 )
...
Merge string/byte request code
2020-09-21 18:13:30 +02:00
Cory
d760350dc0
core: refactor http webclient part 1 #8529 ( #7652 )
...
Rename WebClientStringResult.Content to WebClientStringResult.ContentString
2020-09-21 18:11:48 +02:00
ngosang
1271ecaa4c
Revert "core: refactor http webclient part 1 #8529 ( #7652 )"
...
This reverts commit 0bdcfd1e7b
.
2020-09-21 08:04:26 +02:00
ngosang
ca61f965e9
Revert "core: refactor http webclient part 13 #8529 ( #8941 )"
...
This reverts commit 4d63fa81d5
.
2020-09-21 08:02:53 +02:00
Cory
4d63fa81d5
core: refactor http webclient part 13 #8529 ( #8941 )
...
Merge string/byte request code
2020-09-19 18:43:06 +02:00
Cory
0bdcfd1e7b
core: refactor http webclient part 1 #8529 ( #7652 )
...
Rename WebClientStringResult.Content to WebClientStringResult.ContentString
2020-09-19 18:33:39 +02:00
Diego Heras
6156ad0cd5
core: allow renaming & merging of trackers with config (part 1 #8355 ) ( #8608 )
...
core: allow renaming & merging of trackers with config (part 1 #8355 ) (#8608 )
* rename site field to id in yaml indexers
* add id field in c# indexers
* use id field instead of class name in c#
2020-05-11 21:59:28 +02:00
Diego Heras
162ad104ef
ci/cd: exclude indexers from code coverage ( #8448 )
2020-05-03 18:35:52 -05:00
Diego Heras
9fa9494d6e
core: fix cookie login message ( #8375 )
...
Before this change the message was:
Your cookie did not work: Your cookie did not work
Now:
Your cookie did not work: Found 0 results in the tracker
2020-04-26 20:18:40 +02:00
Diego Heras
ada079dba7
core: remove virtual member calls (part 2) ( #8023 )
2020-04-04 19:56:51 +13:00
Cory
b5a6aab894
core: prefer object initializers ( #7342 )
2020-03-26 17:15:28 -05:00
Cory
707298b0d7
core: Add enumerable extension FirstIfSingleOrDefault ( #7837 )
2020-03-26 06:54:51 +13:00
Diego Heras
be8dfd7ad6
redacted: fix double login in gazelle trackers. resolves #6461 ( #7756 )
2020-03-21 13:17:25 +13:00
Cory
889a8da4e5
Convert functions and properties to expression bodies when able ( #7312 )
...
Convert functions and properties to expression bodies when able
2020-02-25 10:08:03 -06:00
Anthony Snavely
cf06cd3541
redacted, orpheus: Add session cookie workaround for 2FA users ( #7187 ) resolves #5912
2020-02-12 08:40:41 +13:00
Cory
348dddfbee
core: Apply declarations styles ( #7166 )
2020-02-11 11:16:19 +13:00
Yuri Moens
2ed11bd562
orpheus: fix free leech token option breaking the tracker ( #7179 ) resolves #7136
2020-02-11 07:33:10 +13:00
Cory
c12da520a4
Run dotnet format on solution ( #7145 )
2020-02-09 15:35:16 +13:00
Garfield69
310cba2655
GazelleTracker: enable keeplogged #6461
2019-12-03 18:21:48 +13:00
arielbeje
86218debd1
gazelletracker abstract: improve imdb in tags processing ( #6085 )
...
Replaced foreach loop with more efficient LINQ
2019-10-06 09:20:27 +13:00
arielbeje
0abc2df38d
enable IMDb ID support for AlphaRatio ( #6074 )
...
added checking results tags for imdbid on GazelleTracker abstract
added searching with imdbid on GazelleTracker abstract via taglist query
2019-10-03 13:45:15 +13:00
Garfield69
328cf7090a
Revert "gazelletracker: implement torznab Limit #4901 "
...
This reverts commit bee30b2c1c
.
2019-03-23 16:16:51 +13:00
Garfield69
bee30b2c1c
gazelletracker: implement torznab Limit #4901
2019-03-23 14:50:50 +13:00
flightlevel
fa71356666
Update AngleSharp to v0.10
...
Breaking changes in AngleSharp v0.10, more information here https://github.com/AngleSharp/AngleSharp/blob/master/doc/Migration.md
2019-01-20 11:09:27 +11:00
kaso17
ebcb82ed80
HDForever: disable category filtering
2018-12-28 12:07:29 +01:00
kaso17
fc3d8d1aec
Gazelle: fix free leech token usage for large torrents
2018-07-30 13:16:13 +02:00
kaso17
636be458a6
TehConnection.me: add indexer
2018-07-04 09:48:56 +02:00
kaso17
f1d774aa07
Gazelle: don't use hardcoded encoding
2018-06-15 17:18:47 +02:00
kaso17
c109133fcc
Redacted: fix download without FL tokens
2018-06-15 17:14:56 +02:00
kaso17
04b3efbbc2
Gazelle Trackers: fix freeleech token option
2018-05-17 17:21:46 +02:00
kaso17
427428d09b
AlphaRatio: remove dots from search string
2018-04-17 11:03:40 +02:00
flightlevel
3e5e48c3a0
Change namespace to Jackett.Common ( #2691 )
...
Really hope I don't break anything with this
Went to have a go at .NET core and it just became too confusing for me with 'Jackett' namespace referring to both Jackett.Common and Jackett
2018-03-10 19:05:56 +11:00
kaso17
7193d6d28f
GazelleTracker: add support for IMDB search
2018-01-03 19:33:30 +01:00