Commit Graph

25 Commits

Author SHA1 Message Date
kaso17 92f976916f AnimeBytes: update config items 2018-04-26 19:30:21 +02:00
kaso17 280547ad01 add configured option for t=indexers 2018-04-07 17:54:42 +02:00
kaso17 48279699eb Torznab XML: fix language typo 2018-04-06 17:46:49 +02:00
kaso17 b26e287a62 add t=indexers for meta indexers 2018-04-06 17:43:18 +02:00
kaso17 66289cb3f3 fix indexer API XML support 2018-04-06 16:47:59 +02:00
kaso17 5b07e6424a Cardigann: add support for default categories 2018-04-01 14:56:45 +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
Andy Simons b53a30a267 rutracker + nnmclub title parsing improvements (#2566)
* newstudio - new ru semi-private tracker
rutracker - add series parser
rutor - global search without category + series parser

* newstudio rus semi-private tracker

* 999 -> 99

* remove old definition

* - add newstudio tracker to the README
- newstudio def: remove reduntal inputs
- rutor def: revert setting usage into query

* nnm-club: new russian semi-private tracker
newstudo: fix quality naming

* readme

* fix quality naming

* seasons parsing fix

* fix

* follow redirect on torrent file download

* nnm-club + rutracker name parsing improvements

* rutracker: add strip russian letters option
2018-02-11 07:04:53 +13:00
kaso17 ccf6780e6d add --NoUpdates option 2018-02-09 17:30:07 +01:00
kaso17 8a02403f83 Cardigann: add support for text captcha 2018-01-10 18:20:11 +01:00
kaso17 33581ce5b0 TorznabCats: fix all list 2018-01-02 20:39:44 +01:00
kaso17 8773022f10 TorznabCats: add support for UHD cats 2018-01-02 19:11:53 +01:00
kaso17 4692cd60ee TorznabQuery: allow / character 2017-12-18 18:38:33 +01:00
kaso17 e6f8109749 Cardigann: add support for download/filters 2017-12-12 16:01:26 +01:00
kaso17 f7fb87f62b UI: fix category order 2017-12-05 15:40:13 +01:00
kaso17 eee8d1d8ff fix whitespaces 2017-12-04 13:37:00 +01:00
kaso17 2934bfb3e7 Add PIDFile CLI option 2017-12-04 12:20:22 +01:00
kaso17 16f255745f fix DataFolder command line option 2017-11-30 11:17:09 +01:00
kaso17 59388a8f80 allow proxy changes without restart 2017-11-17 16:46:58 +01:00
kaso17 b2a27591e6 fix NoRestart option 2017-11-14 20:21:31 +01:00
Nathan Holland 1c62504b22 Remove Static Configuration Class and .NET Core Prep (#2122)
* Remove static configuration class that required prior knowledge of when it was initialised to dependency injected method that ensures all configuration has already occured.

* Specify a different log name for the updater, require a path when running the Jackett updater

* Update to all .NET Standard packages

* Explicitly specify the restore project style

* Move automapper out of the  DI framework and put crude detection to prevent it from initializing more than once.
2017-11-13 19:38:38 +11:00
kaso17 5a555427ee torznab: fix time format for pubDate default 2017-11-07 17:14:10 +01:00
kaso17 27e314088e AnimeBytes: add captcha support 2017-11-06 14:30:03 +01:00
Andy Simons 2b32fb358c Socks proxy support (#2058)
* socks proxy implementaion through SocksWebProxy package

* after merge fixes
2017-11-06 21:51:26 +11:00
Nathan Holland 571c52a0f2 Feature/netcore preparation (#2072)
* Use platform detection that works on mono 4.6+

* Move to use package reference for restoring nuget packages.

* DateTimeRoutines does not have Nuget packages that support .NET Standard (and therefore .NET Core). We will have to include them for now until we can get rid of this dependency.

* Start spliting some interfaces into their own files - this will help by allowing us to split them out in the future into a seperate project so the actual implementations can stay within their respective architectures when required

* Move out common libraries

* Few more tidy up tasks to get things working with .NET Standard

* Restructure the solution layout

* Encoding work to reduce rework later on platforms without Windows codepages (or require compliance with RFC1345)

* Move folder structure around to have more natural layout of the solutions

* DI server configuration to get rid of "temporary" hack and dependency circle for serverservice

* Make all encoding consistent to match the expected encoding casing for earlier versions of mono.
2017-11-05 20:42:03 +11:00