Commit Graph

94 Commits

Author SHA1 Message Date
Bogdan 212e2f24dc core: bump AngleSharp and AspNetCore.DataProtection 2024-03-19 20:17:17 +02:00
Garfield69 f6d7cbf684 Revert "core: bump text.coding.codepages v6 -> v7"
This reverts commit 11a757f2cf.
v7 is intended for .net7 and we are still on .net6
2024-03-20 07:07:05 +13:00
Garfield69 11a757f2cf core: bump text.coding.codepages v6 -> v7 2024-03-20 05:48:13 +13:00
ilike2burnthing e5521678bf
flaresolverrsharp: bump to 3.0.7 2024-03-19 14:15:05 +00:00
Bogdan 20a7e26eaf
core: bump packages (#15170) 2024-03-19 14:14:57 +02:00
ilike2burnthing 1a900709e5
flaresolverr: support proxy auth. resolves #15099 (#15101) 2024-03-01 20:43:42 +00:00
Bogdan 5bc872e8be
core: migrate Polly to v8 (#14896) 2023-12-10 17:52:12 +02:00
Bogdan 79d26b39d1
filelist: parse response with STJson (#14740) 2023-10-04 06:49:00 +03:00
Bogdan 35e1218861 common: bump Newtonsoft.Json to 13.0.3 2023-06-11 23:34:42 +03:00
Bogdan a7fec0ba4a
common: bump FlareSolverrSharp to 3.0.5 (#14177) 2023-03-21 00:38:27 +02:00
Bogdan 5edb39dafb
core: bump deps (#14045) 2023-02-22 07:59:08 +13:00
Diego Heras b8c5a00b97
core: update FlareSolverrSharp 3.0.4 (#13886)
* Detect Cloudflare blocked pages
2023-01-08 20:41:34 +01:00
Diego Heras d751eb84dc
core: update dependencies (#13872) 2023-01-07 21:41:24 +01:00
Diego Heras c82e4ae627
core: update FlareSolverrSharp 3.0.3 (#13840)
* This version handles the FlareSolverr timeout properly
2023-01-05 13:50:31 +01:00
Diego Heras 0a18ddfe4e
core: update FlareSolverrSharp 3.0.1 (#13837) 2023-01-05 01:43:07 +01:00
dependabot[bot] 190a6e7e06
build(deps): bump Newtonsoft.Json in /src/Jackett.Common (#13763)
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 13.0.1 to 13.0.2.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/13.0.1...13.0.2)

---
updated-dependencies:
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-09 01:30:42 +00:00
Diego Heras 48d853cd55
core: bump FlareSolverrSharp 2.2.6 (#13435)
- Fixes the error: Unsupported POST Content-Type: application/x-www-form-urlencoded
2022-07-31 16:14:12 +02:00
Diego Heras 3cf64cab8a
Bump FlareSolverrSharp 2.2.5 (#13417)
- Fixes the error: The cookies provided by FlareSolverr are not valid
- Allows FlareSolverr timeouts > 100 s
- Fix vulnerbilities
2022-07-30 18:14:49 +02:00
Diego Heras c14f32482c
anidex: fix ddos-guard challenge with flaresolverr. closes #1335 (#13171)
Required FlareSolverr >= 2.2.4
2022-04-17 09:49:25 +02:00
Diego Heras 554ed813cb
core: bump flaresolverrsharp 2.2.0. resolves #12902 (#12904) 2022-01-31 00:43:04 +01:00
ilike2burnthing ec8e141ac9
cardigann: add xml parsing support (#12848)
Co-authored-by: garfield69 <garfieldsixtynine@gmail.com>
Co-authored-by: Qstick
2022-01-19 18:52:45 +00:00
Diego Heras 03c9e3036c
core: Update .Net 6.0 (#12562) 2021-11-17 18:06:27 +13:00
Diego Heras 2b1f138d6f
Update AutoMapper dependency (#12568) 2021-11-16 19:17:10 +01:00
Diego Heras baac47e4bd
core: integration with FlareSolverr 2.0.0 (#12437) 2021-10-20 03:09:15 +02:00
Alessio Gogna 66bec102db
[Feature] Filter Meta Indexer by tag and by language (#11662). resolves #8884 resolves #7170 resolves #4787 resolves #2185
* bump to 0.18.*

Also partially addresses https://github.com/Jackett/Jackett/issues/661 (if user adds `enabled` and `disabled` tags).

Co-authored-by: garfield69 <garfieldsixtynine@gmail.com>
Co-authored-by: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com>
2021-05-08 21:24:18 +01:00
Agneev Mukherjee 3daf7d78f6
core: Remove redundant web assets for Apple devices (#11440) 2021-03-31 07:04:58 +13:00
6cUbi57z 72ef99deac
Add retry logic to Anidex (#11318) 2021-03-15 19:27:18 +13:00
Diego Heras bf8cae6a48
core: allow to set user-agent header per indexer (#10528) 2020-12-16 01:42:41 +01:00
Diego Heras ebe05267b2
core: FlareSolverr integration. Bypass Cloudflare protection (#9028) 2020-12-13 21:42:10 +01:00
airhawk777 65ca4d7478
Update to .NET 5 (#10346)
* Update to .NET 5

.NET 5 brings many performance (especially regex) improvements
https://devblogs.microsoft.com/dotnet/announcing-net-5-0/

Can look at bringing the packages upto date and using a single file executable in a future PR if the maintainers are interested

* Dotnet restore before building

* Restore on Windows only

* Out of ideas

* Update framework for windows specific apps

* Don't upgrade Microsoft.Extensions.Configuration

* drop mono from the dotnet linux build instructions

* Fix logic to get app runtime

* readme: add windows .net prereq link

* Update README.md

* azure-pipeline: bump minorversion to 17

Co-authored-by: garfield69 <garfieldsixtynine@gmail.com>
Co-authored-by: Diego Heras <ngosang@hotmail.es>
Co-authored-by: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com>
2020-12-08 21:10:34 +13:00
Diego Heras 767700d6bb
core: categories cleanup (#10006)
* core: categories cleanup
* swap categories 2050 Movies/BluRay / 2060 Movies/3D
* swap categories 6050 XXX/Pack / 6070 XXX/Other
* swap categories 7010 Books/Mags / 7020 Books/EBook / 7030 Books/Comics
* category validation is case sensitive
* renamed some categories to follow Newznab specs
2020-10-29 08:00:48 +13:00
Diego Heras aa6d8962de
core: update dependencies (#9527) 2020-09-14 00:56:07 +02:00
Diego Heras 2c4ca6be1f
core: update jackett dependencies (#8977) 2020-06-14 13:25:51 +02:00
Diego Heras b57bb004ff
core: fix cloudflare challenge. resolves #8770 (#8776) 2020-05-26 21:47:00 +02:00
Diego Heras ed4aaf64c6
core: fix cloudflare challenge. resolves #8635 resolves #8647 resolves #8639 (#8657) 2020-05-15 17:54:09 +02:00
Diego Heras c02a782b95
core: fix cloudflare iuam. resolves #8539 (#8617) 2020-05-13 00:04:47 +02:00
Diego Heras ac3f274d07
core: fix cloudflare js challenge. resolves #8464 (#8496) 2020-05-02 18:21:00 +02:00
Diego Heras 68a3d870af
core: fix cloudflare challenge (#8324) 2020-04-23 02:06:28 +02:00
junglebus 7a35701d12
Core: Package Update (#7800) 2020-03-23 04:05:17 +13:00
Diego Heras 0f5655ce0d
core: fix CloudflareSolverRe library. Resolves #7397 (#7546) 2020-03-08 07:21:23 +13:00
Cory 3f9d182083
core: Remove warning suppression (#7513) 2020-03-06 14:57:59 +13:00
Diego Heras e55e92f9ac
Core: Fix line endings to match style guide(#7476) 2020-03-03 10:28:26 -06:00
Diego Heras b944993733
Remove CsQuery and use AngleSharp instead. Closes #7292 (#7404) 2020-03-02 07:58:14 +13:00
junglebus 1fb77a6334
Package update (#7413)
All packages except Automapper are now on latest versions
2020-03-01 15:58:46 +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
junglebus dc87b36ae0 Package update (#6916)
4 packages updated -> Jackett is now using the latest version of all packages except for AutoMapper -> Will have a go at that another day -> There is a few changes needed

-Minor code changes made to support newer version of YamlDotNet and BencodeNET
-Logic update for AssemblyName as I've been experiencing restore 'weirdness'  https://stackoverflow.com/questions/208084/how-to-use-a-different-assembly-name-for-different-configurations
2020-01-12 07:04:24 +13:00
junglebus e4a511347c Minor csproj tidy up (#6878) 2020-01-10 07:18:08 +13:00
junglebus d4f873e46f Update to .NET Core 3.1 (#6857)
Minor update from .NET Core 3.0. .NET Core 3.1 is the LTS version
2020-01-08 20:51:00 +13:00
Diego Heras b666b01461 core: fix static resources in web ui (images) (#6564)
* core: fix static resources in web ui (images)

* delete unused .png files
2019-12-10 07:53:51 +13:00
Garfield69 58b9fef9fa CloudflareSolverRe: bump to 1.0.6 2019-11-29 12:12:00 +13:00