Commit Graph

1914 Commits

Author SHA1 Message Date
kaso17 1a85927e44 PirateTheNet: add auo relogin support 2017-11-13 11:18:41 +01:00
ZackEndboss b1d55fdf00 Update TorrentSyndikat.cs (#2128)
Add imdb support
2017-11-13 19:42:25 +11: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 c216727735 PassThePopcorn: make GUID uniq 2017-11-10 16:56:08 +01:00
kaso17 a6b5401c0b add support for magnet file download links 2017-11-09 13:28:15 +01:00
kaso17 804dc12a47 BJShare: fix seeders/leechers 2017-11-08 17:33:40 +01:00
kaso17 3ae850e69b Cardigann: fix null pointer exception in if template 2017-11-08 16:18:28 +01:00
kaso17 9c98465b21 EliteTracker: clear cookies on login 2017-11-07 16:17:07 +01:00
Alexander Chapliuk 969c365a64 LostFilm.tv: Perform logout before logging in to invalidate session and fix "error":1 response (#2083) 2017-11-07 11:16:05 +11:00
kaso17 55ce1394c6 Cardigann template: add if support for collections 2017-11-06 17:16:29 +01:00
kaso17 1739ac3935 TehConnection: removed (dead) 2017-11-06 15:26:51 +01:00
kaso17 51d2c2148a DigitalHive: improve login error handling 2017-11-06 15:13:02 +01:00
kaso17 be2a041a71 AnimeBytes: add captcha support 2017-11-06 14:29:46 +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