Commit Graph

15 Commits

Author SHA1 Message Date
kaso17 84d3ebbc87 Cardigann: introduce follow redirect option 2018-11-19 14:05:46 +01:00
kaso17 e05783a25a Cardigann: add support for .Config.sitelink 2018-05-19 06:32:16 +02:00
kaso17 e1c5f3ed6d Cardigann: handle unauthorized error code 2018-05-17 16:31:24 +02:00
kaso17 772709d46c Cardigann: add support for multiple category blocks 2018-04-10 14:48:46 +02:00
kaso17 2ad2e06754 Cardigann: add join expression 2018-04-02 02:22:13 +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
kaso17 1c03172211 Cardigann: fix relative download link handling 2018-02-06 14:02:11 +01:00
kaso17 f89c9769be Cardigann: improve domain change error handling 2018-01-22 17:35:56 +01:00
kaso17 8a02403f83 Cardigann: add support for text captcha 2018-01-10 18:20:11 +01:00
kaso17 97a5d58f13 Cardigann: apply template engine to download/selector 2017-12-18 18:11:11 +01:00
kaso17 e6f8109749 Cardigann: add support for download/filters 2017-12-12 16:01:26 +01:00
kaso17 3ae850e69b Cardigann: fix null pointer exception in if template 2017-11-08 16:18:28 +01:00
kaso17 55ce1394c6 Cardigann template: add if support for collections 2017-11-06 17:16:29 +01: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
Renamed from src/Jackett/Indexers/CardigannIndexer.cs (Browse further)