Bogdan
f19c6e8ee1
Remove unused imports
...
Close #3651
2 years ago
ta264
87e702cbef
Fixed: Don't buffer update package to memory when downloading
...
(cherry picked from commit 63654b99f22b87b42acd699ac5b453f2de20211f)
Closes #3639
Closes #3641
2 years ago
Bogdan
7c3871441e
Fixed: custom script error when importing some downloads
...
Co-authored-by: Qstick <376117+Qstick@users.noreply.github.com>
(cherry picked from commit 8f482c534f15c14a9b3097313a4f5e9273549d88)
Closes #3627
2 years ago
Stepan Goremykin
565c05c4c9
Use MinBy and MaxBy instead of OrderBy + First
...
(cherry picked from commit 6ea3d8c127eafbcf9d1b6e9338b737e91e256875)
Closes #3485
2 years ago
Mark McDowall
d0f75e2e96
New: Improve path validation when handling paths from different OSes
...
(cherry picked from commit 0321368cc392d7a0a488409bf6bd586ba45497af)
Closes #3466
2 years ago
Mark McDowall
09cc4c23e1
New: Updated Rarbg request limits
...
(cherry picked from commit 47cf8e6430b7f7704ce2f1524fa9e3c8e6f9b47a)
Close #3526
2 years ago
Bogdan
ea0a78b620
Fixed: Migrate to FluentValidation 9
2 years ago
Qstick
9259ad7d49
Convert method to static that doesn't use instance data
...
(cherry picked from commit a42f97229acb713719c616851db572100f319ad7)
2 years ago
Qstick
529ea26ab6
Remove mono process detection
...
(cherry picked from commit 5a046026725084bc880a7b63d7105dcf4d882128)
2 years ago
Qstick
40a8476683
Bump dotnet to 6.0.16
2 years ago
Qstick
1bc0b5f950
Enable all analyzers and enforce code style on build
...
Fixes #3406
Fixes #3407
Fixes #3408
Fixes #3409
Fixes #3410
Fixes #3411
Fixes #3412
Fixes #3413
Fixes #3414
Fixes #3415
Fixes #3416
Fixes #3417
Fixes #3418
Fixes #3419
Fixes #3420
Fixes #3421
Fixes #3422
Fixes #3423
2 years ago
Mark McDowall
7ac0e43c29
Fixed: Permissions after installing on Windows and opening Firewall port
...
Closes #3454
(cherry picked from commit ff2e8ffc372a34d08028db3c49f603cdfb87d832)
2 years ago
Mark McDowall
fc79738fcb
New: Return static response to requests while app is starting
...
(cherry picked from commit 303fc5d786ccf2ad14c8523fc239696c5d37ea53)
2 years ago
Mark McDowall
eab4134434
Fixed: USB drives mounted to folders are treated as different mounts
...
Closes #3368
(cherry picked from commit 75378f7bde90b9d3d9b72404c25c017da2cd147c)
2 years ago
Qstick
cdb93c4c76
Fixed: Correctly handle Content-Encoding headers
...
Fixes #3315
2 years ago
Qstick
db00ff1757
Fixed: Improve moving file to location where another one exists
...
Closes #2884
2 years ago
Alan Collins
cbb14cd148
Adjusted the Windows LongPath support check for valid segment lengths
...
Closes #2630
(cherry picked from commit 52c6bc5549ab998ccc018d138c55f8f924eed6d3)
2 years ago
Qstick
f4a5544087
Bump Sentry to 3.25.0
2 years ago
Mark McDowall
fd463ad283
New: IPv6 support for connections/indexers/download clients
...
Closes #3168
(cherry picked from commit 1b90fbcf7df2c1086da4791c6491771924b1b7aa)
2 years ago
Mark McDowall
acf3ef7fb2
Fixed: Improve Bind Address validation and help text
...
Closes #3167
(cherry picked from commit 6bdeafcf8c78e145595f52e885356be1210abe91)
2 years ago
Qstick
b8fc07e343
Bump Newtonsoft to 13.0.2
2 years ago
Qstick
980f8f0408
New: Improve IPAddress.IsLocal method
...
Co-Authored-By: ta264 <ta264@users.noreply.github.com>
(cherry picked from commit fd98a179ab6fed8037c99344b34593aac24a0ac0)
2 years ago
Qstick
c02b66ec44
Enforce comment spacing with Stylecop
...
Fixes #3104
2 years ago
Robin Dadswell
8f6e099794
New: Postgres Database Support
...
Co-Authored-By: Qstick <376117+Qstick@users.noreply.github.com>
2 years ago
luz paz
7d8a4abc8e
Fix various typos
...
Found via `codespell -q3 -S ./yarn.lock,./src/NzbDrone.Core.Test,./src/NzbDrone.Core/Localization -L bitap,tempdate,uptodate`
2 years ago
Mark McDowall
41a072613c
Fixed: Re-downloading of series images
...
(cherry picked from commit 26eab7d821950f0c3b46ee53003636959cdb2872)
2 years ago
bakerboy448
8bb630c5db
New: Use Notifiarr API
...
New: Notifiarr Add Instance Name Support
Fixed: Notifiarr - Better HTTP Error Handling
also quiet sentry
(cherry picked from commit 1db690ad39ec103c0f4dc89ac4545801ef95bec7)
Fixed: Improve Notifiarr Exception Handling and Validation Errors
(cherry picked from commit 6aaa024d71b939030950460ae986ada5bbae5ad7)
2 years ago
Qstick
117436b199
Cleanup dual target and mono code
2 years ago
Chris
ab0cd623d2
Fixed: Cleanse Discord Webhook URLs
...
Closes #3037
(cherry picked from commit d1f2a8a9486471f4986da2fa16d5439ccf0426e1)
2 years ago
Qstick
f6f44f2fbd
Updated NLog Version
...
Co-Authored-By: Robin Dadswell <19610103+RobinDadswell@users.noreply.github.com>
2 years ago
Qstick
35651df049
Use modern HttpClient
...
Co-Authored-By: ta264 <ta264@users.noreply.github.com>
(cherry picked from commit 4c0fe62dda7ba87eec08d628f79e4fae8fdb1a0f)
2 years ago
Qstick
9bacc78eb1
Handle redirects for 308 redirects
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
2 years ago
Qstick
a344604595
Sentry logging exceptions
...
Co-Authored-By: Taloth <Taloth@users.noreply.github.com>
2 years ago
ta264
7ebd41eff1
Update packages
2 years ago
ta264
fe3041216e
.NET 6.0.7
2 years ago
bakerboy448
c7e8f5199a
Fixed: Better Cleansing of Tracker Announce Keys
...
Fixed: Cleanse Notifiarr secret from URL in logs
Closes #2611
(cherry picked from commit e6210aede6f7ead197e82572976bc0267d910d46)
Closes #2557
(cherry picked from commit ec866082d44d299096112a6c7c232384b1f74505)
2 years ago
bakerboy448
4ca9cb481b
Fixed: Cleanse APIKey from Signalr logging
...
Fixes #2474
(cherry picked from commit 2983b600268176db56208d6fb014b97ad81bb576)
2 years ago
Qstick
81714d20b7
Fixed accounting for zero terminator in long path limitation
...
Fixes #1909
Co-Authored-By: Taloth <Taloth@users.noreply.github.com>
2 years ago
Qstick
26b5db3019
Used ReflectionOnly and/or public types where possible
...
Fixes #1461
2 years ago
Qstick
4dd0b49dbc
Package and Installer Updates
3 years ago
Taloth Saldono
5a69bf42f6
Add response size to http responses
...
(cherry picked from commit d899225509f04a9b6c72da19c7d63ff53498de22)
3 years ago
Qstick
06778748da
Bump SharpZipLib to 1.3.3
3 years ago
ta264
8626da66a2
Report runtime identifier to sentry
...
(cherry picked from commit 6d9413627388c2004c3a5dffdbe2269dadeef326)
3 years ago
ta264
30670442b6
Fixed: Forms login persists across restarts in docker
3 years ago
Qstick
d12ba05466
Fixed: Windows installer and adding/removing services
3 years ago
ta264
814d75c022
Fixed: Restarting windows service from UI
3 years ago
Qstick
68d8fed659
Bump Sentry
3 years ago
Qstick
0abb49cdeb
New: Use native .NET socks proxy
3 years ago
Qstick
b1165ee7c1
New: Add osx-arm64 and linux-musl-arm builds
3 years ago
Qstick
947ad15af0
New: Build on Net6
3 years ago