Commit Graph

173 Commits

Author SHA1 Message Date
ilike2burnthing 1a900709e5
flaresolverr: support proxy auth. resolves #15099 (#15101) 2024-03-01 20:43:42 +00:00
Garfield69 c40674bfc5 core: only cleanse pid=[a-z0-9]{32}
from the avistaz group
but not pid=[0-9]{2} from TSUE
2024-02-02 15:31:32 +13:00
Bogdan 548b3f36a0 Revert "core: don't cleanse pid"
This reverts commit c0fa7d748a.
2024-02-01 22:45:53 +02:00
Bogdan c0fa7d748a core: don't cleanse pid 2024-02-01 22:10:59 +02:00
Bogdan 59ec81b943 core: update magnet trackers 2024-01-28 09:06:23 +02:00
Bogdan 5bc872e8be
core: migrate Polly to v8 (#14896) 2023-12-10 17:52:12 +02:00
ilike2burnthing 073d0e27a8
core: restore stacktraces for UI 'view logs'. resolves #14585 (#14619) 2023-08-11 01:14:37 +03:00
ilike2burnthing 8b30469255
core: simplify logging code (#14618) 2023-08-11 00:17:41 +03:00
Bogdan fff3ee8124 logs: combine cleanse rules for passkey and rsskey 2023-07-20 02:36:37 +03:00
AppleSheeple 8845555a1c
core: Make local address listened to configurable (#14554) 2023-07-14 06:37:15 +03:00
Bogdan 7713588223
core: fix cookies removal when using subfolders as path (#14517) 2023-06-29 13:25:40 +03:00
Bogdan 23cff411ed
logging: cleanse messages in log files (#14433)
Co-authored-by: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com>
2023-06-08 18:09:16 +03:00
ilike2burnthing 1eae091ab8
core: update magnet trackers 2023-06-01 06:01:15 +01:00
Bogdan e282ff76a5 core: show app version in exceptions 2023-05-29 16:56:45 +03:00
Bogdan c6f4a55444 common: simplify normalizing IMDb Id and add tests 2023-05-21 12:09:32 +03:00
Stepan Goremykin 97c4a976c7
Use Array.Empty and fix a few multiple enumerations (#14194) 2023-04-02 18:57:30 +03:00
garfield69 36abce2ef9
Update ParseUtil.cs to avoid null references (#14178) 2023-03-21 14:57:01 +13:00
Bogdan 05e8e1e94f
core: don't enforce expression body on constructors (#14138) 2023-03-07 20:21:46 +02:00
Bogdan bbeca179d9
indexers: show real publish date when build has debug set (#14128) 2023-03-05 22:48:08 +02:00
Bogdan 2a9702cad6
cardigann: move check for Rfc1123ZPattern (#14095) 2023-02-25 23:33:07 +02:00
Bogdan a99093386a
cardigann: improve GetLongFromString and parse fields (#14094) 2023-02-25 23:11:53 +02:00
Bogdan f7e6884720
cardigann: invariant date string parsing (#14074) 2023-02-25 23:00:15 +02:00
Bogdan 7e52ea52e1
assorted: move getbytes to parseutil and add tests (#14076) 2023-02-25 01:22:13 +02:00
Bogdan 4f9b2210e1
cardigann: switch to standard datetime format (#14072) 2023-02-24 00:28:03 +02:00
Bogdan d3df21459e
cardigann: minor changes (#14071) 2023-02-23 12:00:11 +02:00
Bogdan b751db6936
cardigann: minor improvements (#14070) 2023-02-22 22:44:16 +02:00
Diego Heras d7c885306e
chore: remove unused imports (#13882) 2023-01-08 02:14:18 +01:00
Diego Heras 33f59521aa
chore: apply dotnet format (#13880) 2023-01-08 01:51:55 +01:00
Garfield69 927431fba2 webclient: if response binary hexdump first 20 bytes #13532 2022-09-11 10:00:33 +12:00
Garfield69 fa4b3e233b Revert "webclient: also show response if the first char is a letter"
This reverts commit 9a1aa101d7.
2022-09-10 21:15:26 +12:00
Garfield69 9a1aa101d7 webclient: also show response if the first char is a letter 2022-09-10 21:06:30 +12:00
Garfield69 354974a5a5 magnetUtil.cs: refresh top ten trackers 2022-08-22 13:20:55 +12:00
avengermsoft 0def2f0bf3
ci/cd: build linux-musl artifacts (#12886)
Documentation
- [Alpine Linux](https://github.com/Jackett/Jackett/wiki/Installation-on-Alpine-Linux)
- [OpenWrt](https://github.com/Jackett/Jackett/wiki/Installation-on-OpenWrt)

Co-authored-by: garfield69 <garfield69@outlook.com>
Co-authored-by: garfield69 <garfieldsixtynine@gmail.com>
Co-authored-by: Diego Heras <ngosang@hotmail.es>
2022-07-31 21:27:07 +02:00
Diego Heras ab05f1b4e2
core: fix errors removing old cookies (#13425) 2022-07-31 03:11:39 +02:00
Diego Heras 77bd826795
core: fix errors removing old cookies (#13420) 2022-07-31 02:18:13 +02:00
Diego Heras 4dfe9d91ff
Increase the number of cookies per domain and remove old cookies (#13418)
- Max number of cookies per domain is just 20 by default -> now 100
- When the indexer domain changes, old cookies where kept in memory
2022-07-30 19:12:38 +02:00
Diego Heras cb7a4861a0
core: use proxy for cover/poster images url. resolves #12761 (#12843) 2022-01-16 23:38:58 +00:00
Diego Heras 4a6d630076
core: increate httpclient timeout for update download. resolves #12711 (#12836)
* Update download timeout => 100s => 300 s
2022-01-16 13:04:50 +01:00
Diego Heras 42ca019942
cosmetic: dotnet format c# code (#12832) 2022-01-16 11:30:11 +01:00
Diego Heras 1f0751f634
core: make FlareSolverr Max Timeout configurable. resolves #12750 (#12795) 2022-01-09 19:38:14 +01:00
Diego Heras 987c68260b core: Build macOS ARM64 binaries. Resolves #12372 (#12569) 2021-11-18 08:22:18 +13:00
Diego Heras 2b1f138d6f
Update AutoMapper dependency (#12568) 2021-11-16 19:17:10 +01:00
Garfield69 8af73f1bc4 gui+core: imdbid can have 7 or 8 digits 2021-10-21 17:33:21 +13:00
Diego Heras baac47e4bd
core: integration with FlareSolverr 2.0.0 (#12437) 2021-10-20 03:09:15 +02:00
Alessio Gogna b9c3f593da
[feature] Indexer status (#11706)
Co-authored-by: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com>
2021-06-24 03:37:27 +01:00
kaso17 be117c1819 WebClient.GetResultAsync(): allow request.PostData to be null 2021-05-25 10:18:06 +02:00
Diego Heras aca4a16bae
ci/cd: fix whitespaces (#11749) 2021-05-16 20:13:54 +02:00
Alessio Gogna 6dab689533
[feature] Indexer Test status filter (#11705) Partial solution for #3292 2021-05-16 09:52:12 +12: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
Alessio Gogna 7789a72ffb
[enhancement] Date parser handle dates without a year. resolves #11219 (#11656) 2021-05-03 20:26:43 +01:00