1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-01-31 11:52:07 +00:00
Commit graph

2225 commits

Author SHA1 Message Date
Garfield69
955aa2c9ec ettv: add description 2017-11-10 08:02:09 +13:00
kaso17
7b8f6ccd7f add ETTV 2017-11-09 13:28:44 +01:00
kaso17
a6b5401c0b add support for magnet file download links 2017-11-09 13:28:15 +01:00
kaso17
6d53e486c5 fix Content/Definition folder usage in Debug mode 2017-11-09 12:32:36 +01:00
kaso17
aa35280ca9 Shareisland: force HTTPS 2017-11-09 11:38:42 +01:00
kaso17
b5d846442d Fix tracing/logging options 2017-11-09 11:22:48 +01:00
kaso17
b040187c3f fix null pointer exception 2017-11-08 17:48:27 +01:00
kaso17
804dc12a47 BJShare: fix seeders/leechers 2017-11-08 17:33:40 +01:00
kaso17
5095c543d0 The Horror Charnel: improve rows selector 2017-11-08 16:41:50 +01:00
kaso17
3ae850e69b Cardigann: fix null pointer exception in if template 2017-11-08 16:18:28 +01:00
kaso17
4cd01433b7 fix null pointer 2017-11-08 16:06:13 +01:00
kaso17
06c47ec10a fix null pointer exception during startup 2017-11-08 16:03:38 +01:00
Nathan Holland
e90bf47d8a Move service config service back into shared .NET Framework Library (#2095) 2017-11-08 15:48:47 +01:00
Nathan Holland
52c0179e8e Feature/autofac tidyup (#2096)
* Move service config service back into shared .NET Framework Library

* Move Content files into shared folder. Make autoface load different assembilies depending on what framework is using it.

* Change my mind on what the shared module should be called. Common Module is too bland.

* DotNet4.SocksProxy is not yet publically .NET Standard. Revert to previous SocksWebProxy package.

* Check in unstaged change to test dependency injection setup.
2017-11-08 15:45:21 +01:00
flightlevel
2209ab226c
Updater: Use Product Version (#2094) 2017-11-08 19:53:00 +11:00
Garfield69
ed0dbf4f18 docs: drop torrentproject 2017-11-08 08:11:11 +13:00
Garfield69
81b2eed342 torrentproject: removed to stop user confusion re: 403 forbidden
in the event it revives we can always add it back ;-)
2017-11-08 07:44:44 +13:00
kaso17
5a555427ee torznab: fix time format for pubDate default 2017-11-07 17:14:10 +01:00
kaso17
9c98465b21 EliteTracker: clear cookies on login 2017-11-07 16:17:07 +01:00
kaso17
8c053797ce WebClient: set Accept-Language if missing 2017-11-07 16:10:12 +01:00
kaso17
210085b854
Add Running Jackett behind a reverse proxy 2017-11-07 12:10:28 +01:00
Garfield69
e72298ad42 gfxnews: update categories, support milti-cat search #2036 2017-11-07 19:13:28 +13:00
Garfield69
3b447b697c yggtorrent: add all cats, fix rss, plus more. fix #2066 2017-11-07 17:21:13 +13:00
flightlevel
a3c685388e
Move Definitions to Jackett.Common (#2085) 2017-11-07 11:42:18 +11:00
flightlevel
2363793d29
Remove unused ProxyType (#2084) 2017-11-07 11:34:33 +11: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
1d1259e8eb MySpleen: fix search 2017-11-06 17:54:00 +01:00
kaso17
55ce1394c6 Cardigann template: add if support for collections 2017-11-06 17:16:29 +01:00
kaso17
8499d06a14 KickAssTorrent (thekat.nz): fix legacy link 2017-11-06 16:00:01 +01:00
kaso17
1739ac3935 TehConnection: removed (dead) 2017-11-06 15:26:51 +01:00
kaso17
1a802f3e32 Blu-bits: removed (dead) 2017-11-06 15:15:02 +01:00
kaso17
51d2c2148a DigitalHive: improve login error handling 2017-11-06 15:13:02 +01:00
kaso17
25d0ec6ddb BitHQ: removed (dead) 2017-11-06 15:12:42 +01:00
kaso17
b9d12aec9b Hyperay: add error detection 2017-11-06 15:04:19 +01:00
kaso17
44f241a4eb IndexerException: use GetBaseException for better error messages 2017-11-06 15:03:12 +01:00
kaso17
27e314088e AnimeBytes: add captcha support 2017-11-06 14:30:03 +01:00
kaso17
be2a041a71 AnimeBytes: add captcha support 2017-11-06 14:29:46 +01:00
flightlevel
38d5394a48
Bump Custom.js version (#2080)
Prevent browser using cached old version
2017-11-06 22:14:00 +11: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
flightlevel
7ce1c4acfb
Appveyor: Patch Version (#2073)
-Patch csproj version in Appveyor build
-Rename Jacket.Common to Jackett.Common
-Remove build.bat (no longer used or maintained)
2017-11-05 21:53:43 +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
Garfield69
47a2ffa313 kickasstorrent-kathow: domain change .se -> .nz fix #2065 2017-11-04 12:37:46 +13:00
Garfield69
1026d0a290 frozenlayer: add SPANISH Public ANIME site for #1556 2017-11-04 12:23:08 +13:00
Garfield69
f02dad054b torrent9: fix #2057
drop sort by seeds as site's page is broken
add category to results
add category filter in settings because site does not support multi-cats
add date now to prevent ugly' 2017y ago'
2017-11-02 14:47:56 +13:00
Nathan Holland
36bd2c032f Use platform detection that works on mono 4.6+ (#2055) 2017-11-01 21:37:51 +11:00
flightlevel
5c35ada012
Use BencondNET instead of MonoTorrent (#2048) 2017-11-01 12:42:26 +11:00
Garfield69
e0833ba719 bt-scene: add Public site for MOVIES/TV/GENERAL resolves #2038 2017-11-01 12:42:20 +13:00
Garfield69
7039bbdb51 t411v2: gone. redirects to yggtorrent.com fix #2040 2017-11-01 10:05:54 +13:00
Garfield69
bc4d69ffd8 yfftorrent: fix TEST for #2051 2017-11-01 08:38:13 +13:00
flightlevel
a319838029
Bump Custom.js version (#2046)
Prevents cache using old version
2017-10-31 20:54:00 +11:00