Commit Graph

54 Commits

Author SHA1 Message Date
Alex Iribarren 49591b1b25
core: Add option to disable root privileges warning (#15264) 2024-04-23 06:03:24 +12:00
Bogdan 5c118d7a44 use var for count trusted certs 2023-05-04 19:27:45 +03:00
Bogdan 049124c9a8 server: use `Any()` 2023-04-17 03:42:35 +03:00
Bogdan e5c9266328 server: fix typo 2023-04-17 03:38:17 +03:00
Diego Heras d7c885306e
chore: remove unused imports (#13882) 2023-01-08 02:14:18 +01:00
Diego Heras ad635c442b
core: clean up login code (#13861) 2023-01-07 14:52:15 +01:00
Diego Heras 55af1cf046
core: use baseurloverride config in download links. resolves #13113 (#13673) 2022-10-24 00:01:32 +02:00
Diego Heras 75a2e25528
core: fix jackett updater in musl builds (#13439) 2022-08-01 00:21:14 +02:00
Alexander Regueiro 65a673f02d
core: Use Mono.Posix package instead of Mono.Posix.NETStandard package (#13114) resolves #13080
Avoids problems documented in issue #13080.
2022-04-06 17:40:41 +12:00
Diego Heras 03c9e3036c
core: Update .Net 6.0 (#12562) 2021-11-17 18:06:27 +13:00
Diego Heras 64a78c4965
Fix Docker detection (#12565) 2021-11-16 17:42:38 +01:00
Diego Heras b492c24647
Fix typo in SecurityService (#12563) 2021-11-16 14:06:07 +01:00
Diego Heras aca4a16bae
ci/cd: fix whitespaces (#11749) 2021-05-16 20:13:54 +02:00
Diego Heras ebe05267b2
core: FlareSolverr integration. Bypass Cloudflare protection (#9028) 2020-12-13 21:42:10 +01:00
Diego Heras 13baa27656
core: fix .net core 5.0 warnings. resolves #10433 (#10485) 2020-12-12 21:38:33 +01:00
Diego Heras 443057f156
core: remove .net core 5.0 compilation warnings #10433 (#10478) 2020-12-12 01:19:51 +01:00
Diego Heras 0e12f35082
core: remove legacy cryptographic code. #10433 (#10477)
Legacy code was deprecated on May 30, 2018
e73ae99e38
2020-12-12 01:09:52 +01:00
Diego Heras 38f09900ca
core: fix version number to match github release tag. resolves #10249 (#10413) 2020-12-07 00:14:23 +01:00
Diego Heras 41afd9f61b
core: add an option to disable proxy. resolves #8138 (#9660) 2020-09-26 22:28:29 +02:00
Diego Heras b212169dc2
core: code cleanup, exception messages (#9631) 2020-09-24 22:02:45 +02:00
Diego Heras b4c097fd97
core: show docker image version in the startup traces (#9521)
https://github.com/linuxserver/docker-jackett/pull/105
2020-09-13 22:46:16 +02:00
Diego Heras af9224ccbe
core: improve updater to detect errors. resolves #8631 (#8661) 2020-05-16 11:43:42 +12:00
Diego Heras 47454e4c1e
test: add unit test to validate all cardigann definitions (#8165)
* test: add unit test to validate all cardigann definitions

Error while parsing Cardigann definition 4thd.yml
YamlDotNet.Core.YamlException: (Line: 13, Col: 9, Idx: 240) - (Line: 13, Col: 9, Idx: 240): Exception during deserialization
 ---> System.Runtime.Serialization.SerializationException: Property 'dec' not found on type 'Jackett.Common.Models.CategorymappingBlock'.
2020-04-13 09:34:45 +02:00
Cory 6dc00de864
Re-run dotnet format and enable style enforcement. (#8053) 2020-04-07 11:17:17 -05:00
Diego Heras 484cc35577
core: remove unused imports (#8022) 2020-04-04 19:56:18 +13:00
Diego Heras 34dcdd3332
core: add trace running in docker (#7565) 2020-03-11 19:02:55 +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
Diego Heras 6067a4ff73
core: add logger trace with proxy information (#7306) 2020-02-24 09:39:49 +13:00
junglebus 0d58b2d63f
Don't check cert store on Mono 6 (#7260) resolves #7223 2020-02-21 07:55:46 +13:00
Cory 348dddfbee
core: Apply declarations styles (#7166) 2020-02-11 11:16:19 +13:00
Cory 98541ac6f8
core: Sort and remove usings (#7159) 2020-02-10 07:08:34 +13:00
Cory c12da520a4
Run dotnet format on solution (#7145) 2020-02-09 15:35:16 +13:00
junglebus 64abc61893 Update to .NET Core 3.0 (#6151)
* Update to .NET Core 3.0

Updated Jackett so that it runs on .NET Core 3.0 now

.NET Core 3.0 brings the following benefits https://devblogs.microsoft.com/dotnet/announcing-net-core-3-0/
One of the benefits is the ability to create single file executables. I haven't enabled this yet, but its only a one line change to turn it on (would likely also require some changes to the updater).

This means that builds for LinuxAMDx64, LinuxARM32, LinuxARM64 and macOS will now run on .NET Core 3.0 instead of 2.2. Windows and Mono remain on full framework. Once .NET Core 3.1 is released (November) I'll look to moving Windows over to .NET Core as well

Tested on
-Windows 10 x64
-Debian running Jackett with Mono
-Debian running Jackett standalone (.NET Core)
2019-10-15 06:51:33 +13:00
flightlevel 02546877fd Inform Mono users that Mono is no longer required 2019-05-01 20:15:26 +10:00
flightlevel 0d4c8ba860 Inform users that Mono is no longer needed
Note: Not enabled currently, will enable at a later date
2019-04-27 20:59:33 +10:00
flightlevel a25f2016dc Make Mono.Posix usage conditional on .NET Core 2019-03-06 21:16:20 +11:00
flightlevel 6ac9555cb5 Make parameter type HttpRequest
Code tidy
2019-03-06 20:11:50 +11:00
flightlevel a90ed2601a Add variants to the updater 2019-01-21 21:18:59 +11:00
flightlevel 93d5acd355 Store the date a build is created 2018-10-28 18:27:10 +11:00
flightlevel 642f990862 Warn user that they are using an old version of Jackett 2018-10-20 21:09:29 +11:00
flightlevel f9b4b5a76c Attempt to handle not found System.Runtime.InteropServices.RuntimeInformation
https://github.com/Jackett/Jackett/issues/3816
2018-09-24 19:24:17 +10:00
flightlevel 00e4e8109e Reserve all addresses for port 2018-07-02 21:09:42 +10:00
kaso17 8de0b0cbad ProtectionService: fix empty password handling 2018-06-26 17:58:46 +02:00
flightlevel 4970219ea7 Remove call to PlatformAbstractions 2018-06-24 12:00:59 +10:00
flightlevel 72a18e9b73 Get startup configuration without using DI 2018-06-17 12:39:03 +10:00
flightlevel 33e35f1bd3 Re-enable the updater 2018-06-14 19:21:31 +10:00
flightlevel e82b54994e Update build for Mono 2018-06-14 19:18:17 +10:00
flightlevel 5818b914a3 Include Mono version check 2018-06-10 22:31:55 +10:00
flightlevel 4ca6676be0 Blackhole: Pull in fix magnet links
f3290800d8
2018-06-10 21:54:12 +10:00
flightlevel 53162b4bd3 Add back Windows Service functionality 2018-06-10 12:33:16 +10:00