Qstick
5272619f3e
Update backend packages
4 years ago
bakerboy448
2f44f3846e
New: ISO 8601 Date format in log files
...
Fixes #39
4 years ago
ta264
f097d30b09
Fixed: Memory leak
...
Explicitly register concrete types as transient
4 years ago
Qstick
62977d0863
Fixed: Cardigann Download block handling
4 years ago
ta264
95d5e0d347
Don't persist cookies across requests by default
4 years ago
ta264
29da0b7031
New: Make indexer HTTP requests async
4 years ago
ta264
e81c6016a1
New: Use native dotnet host and DryIoc
...
(cherry picked from commit d6170dbfedf27a6218afe242a0fae2eb8b368aec)
4 years ago
ta264
dbdc527f2e
New: Use ASP.NET Core instead of Nancy
...
(cherry picked from commit 58ddbcd77e17ef95ecfad4b746084ee9326116f3)
4 years ago
ta264
a3c8f9ee3c
Unused
...
(cherry picked from commit d348232e0d43c0b6e1a5d22bb7b86c7c709e9acc)
4 years ago
Qstick
15de46c877
Revert "Cleanup Cookie handling in HttpClient"
...
This reverts commit d932beba50
.
4 years ago
Qstick
fa7647135b
New: VIP Expiration notifications on Newznab
4 years ago
Qstick
6d9b028814
Async HttpClient framework
...
Co-Authored-By: ta264 <ta264@users.noreply.github.com>
4 years ago
Qstick
d932beba50
Cleanup Cookie handling in HttpClient
4 years ago
ta264
d747777183
Try to fix deserializing cardigann definitions
4 years ago
Qstick
596ba2dcbc
New: Use System.Text.Json for Nancy and SignalR
...
Co-Authored-By: ta264 <ta264@users.noreply.github.com>
4 years ago
Qstick
a921935c74
Update Various Deps
4 years ago
Qstick
030ef6dce6
Remove Mono Builds
4 years ago
Qstick
546bec3717
New Indexer: TorrentDay
4 years ago
Qstick
3bfa1b1e68
Add Volume Factor Props to Release Info
4 years ago
Qstick
a41ae141cd
Cardigann Auth first pass
4 years ago
ta264
00c2211d45
Fixed: Set musl status at compile time
...
[common]
4 years ago
Qstick
0c7de90e40
Fixed: Built-in updater for mono version
4 years ago
Qstick
e6c58a6b31
Follow 303 and 307 Redirects when AllowRedirects is True
4 years ago
Qstick
d2a8acb1a6
Net 5.0
...
Co-Authored-By: ta264 <ta264@users.noreply.github.com>
4 years ago
Qstick
5b22093c29
Basic Indexer Statistics Endpoint
4 years ago
Qstick
84cbfe870f
Cleanup Search UI, Newznab Caps API
4 years ago
Qstick
ad04d0d261
More Cleanup
4 years ago
Qstick
e1020f4107
Initial Push
4 years ago
ta264
f917d0e9bc
Add FileInfo utility functions to DiskProvider
4 years ago
Mark McDowall
f637976530
Fixed: Parsing of URLs with double slashes in the path
...
(cherry picked from commit 0c7743e786749b333333d282412ff76fc10aba65)
4 years ago
ta264
28c15bc425
Log out SQL trace on error
...
Fixes #4910
Co-Authored-By: ta264 <ta264@users.noreply.github.com>
4 years ago
Qstick
7d31eb1f55
Fixed: Test for empty strings using isNullOrEmpty
4 years ago
Qstick
4ec71538b9
Fixed: Avoid zero-length array memory allocations
4 years ago
Qstick
295b975046
Fixed: Do not use Count/LongCount when Any can be used
4 years ago
Qstick
0198c7a3b1
Fixed: Use Length/Count property instead of Enumerable.Count method
4 years ago
Qstick
088ffc34df
Fixed: Use Append(Char) for single character Stringbuilder additions
4 years ago
Taloth Saldono
35532b6789
Fixed: Refreshing Plex Server series in high volume systems
4 years ago
Taloth Saldono
38855967d6
New: Fast copy using reflink on btrfs volumes
4 years ago
Taloth Saldono
67d2765d0c
Fixed: Removed hardlink-based transactional file transfer logic (instead relying on explicit copy+delete for cifs)
4 years ago
Qstick
c1b6917afe
Moved Windows-only Permission function to Radarr.Windows
...
Co-Authored-By: Taloth <Taloth@users.noreply.github.com>
4 years ago
Qstick
361ffe353d
New: Browse Lists from Discover Movies Page
4 years ago
Qstick
df18be2a4d
Fixed: Don't fail if ldd doesn't exist
4 years ago
Qstick
658f6922c2
Fixed: Use Proxy for MediaCovers and Metadata ( #4916 )
...
[common]
Co-authored-by: Soroush <soroush@falahati.net>
4 years ago
Qstick
9c85482b9c
Bump to dotnet 3.1.7
4 years ago
ta264
5a1b82e195
Disable single instance check for integration tests
...
Causes a SIGABRT on mono 6.10 and 6.12 - double free or corruption
4 years ago
Qstick
28177eb042
New: Use release quality source if not in downloaded file and resolution matches
...
Co-Authored-By: taloth <taloth@users.noreply.github.com>
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
4 years ago
Qstick
39a1dbf1d1
Used ReflectionOnly and/or public types where possible to avoid loading related assemblies unnecessarily
...
Fixes #4763
Co-Authored-By: taloth <taloth@users.noreply.github.com>
4 years ago
Mark McDowall
3766e0eba9
New: Show health warning if system time is off expected time
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
4 years ago
ta264
7722c50603
New: Musl (alpine linux) compatibility
5 years ago
Qstick
1c85bd96f8
Bump .net Core 3.1.6
5 years ago
Qstick
a8deaf85c0
Fixed: Bootloop due to bad format args in AppFolderFactory
...
Fixes #4553
5 years ago
Qstick
5b6bef36f2
Refresh Yarn.lock, net core 3.1.5
5 years ago
Arthur Bols
4b25ef6deb
New: Removed chown and simplified chmod options for linux/osx
...
Closes #3760
Closes #3752
5 years ago
Taloth Saldono
2a9160f870
Added Plex url to cleanser
5 years ago
Qstick
d07dd33a9e
New: Upgrade sqlite to 3.32.1 and system.data.sqlite to 1.0.113
...
Co-Authored-By: ta264 <ta264@users.noreply.github.com>
5 years ago
Taloth Saldono
9ca291ecaf
Cleanse remote IP Address from trace log file
5 years ago
Qstick
1d6a7a1843
Revert "Async HttpClient and list lookup"
...
This reverts commit c8a2af867e
.
5 years ago
Qstick
70601faa4f
Bump Core Packages for 3.1.4
5 years ago
ta264
c8a2af867e
Async HttpClient and list lookup
5 years ago
Qstick
c64c2d9f27
New: Use RadarrApi For MovieInfo
5 years ago
Taloth Saldono
e8e852100c
Fixed recursion issue when emptying recycle bin
5 years ago
ta264
d03a6486d3
Fixed: NET Core not deleting source when moving across drives
...
This reverts commit 10fc0b071f
. Use the
mono fix from 43a35c8447
in NET Core also
5 years ago
Taloth Saldono
4606503818
Fixed: Performance issue when scanning large root folder
5 years ago
Taloth Saldono
eb98a7e8be
Improved error message when nzb download contains an newznab error instead
5 years ago
Qstick
73eb83c9dc
Fix Indent Issue from cherry pick
5 years ago
Taloth Saldono
7afea3df90
Log Real IP on Authentication failure in case of a reverse proxy
...
closes #3711
5 years ago
Qstick
17c60f897b
Sentry DSN Update
5 years ago
Qstick
72caab1b2b
New: Monitor and Process downloads separately
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
5 years ago
Qstick
39250abf7d
Fixed: Add AltTitles from TMDB if Mapping Fails
...
Fixes #4300
5 years ago
Qstick
37d004d78d
Fixed: Copy linux permission mask when moving to recycle bin
...
Co-Authored-By: taloth <taloth@users.noreply.github.com>
5 years ago
Qstick
d59c563023
Update Backend Packages
5 years ago
Mark McDowall
55758a2772
New: Ignore #recycle folders (Synology Recycle bin folder)
5 years ago
Петр Шургалин
1e4bdcc324
Fixed: RestClient does not use global proxy settings
...
Co-Authored-By: Petr Shurgalin <pshurgal@users.noreply.github.com>
Co-Authored-By: taloth <taloth@users.noreply.github.com>
5 years ago
Qstick
65287ec4f3
New: TMDb List Rework
5 years ago
Qstick
70d7b3b70a
Fixed: 4 digit year for log lines
...
#4053
5 years ago
ta264
f83ccb6ca4
Swap to dapper Mk. 2
5 years ago
ta264
f02fa629cc
Reformat and apply Stylecop rules
5 years ago
ta264
d4fa9b7345
Remove trailing whitespace
5 years ago
ta264
8d27111f7b
Remove all unnecessary usings
5 years ago
ta264
c6ae0bb509
Add missing new lines at end of files
5 years ago
ta264
997ff74fb9
Replace tabs with 4 spaces
5 years ago
ta264
10fc0b071f
Fixed: NET Core doing copy/delete instead of rename
5 years ago
ta264
c53aed4cbf
Update sentry DSN to self hosted
5 years ago
Qstick
e937d74b11
Revert "Swap to dapper and system.text.json for database backend"
...
This reverts commit d2065bfa1b
.
5 years ago
ta264
d2065bfa1b
Swap to dapper and system.text.json for database backend
5 years ago
Taloth Saldono
c34dc0be13
Cleanse getnzb url
5 years ago
Taloth Saldono
d5c2308587
Fixed: File imports on cloud drives slow due to transaction logic
5 years ago
ta264
6235225f7d
New: Bump to .NET Core 3.1
5 years ago
ta264
36ab3ecf71
Fixed: Removed unused references to System.Drawing
5 years ago
ta264
9fe978319e
Fixed: Don't load Radarr.Core.dll as part of Radarr.Update
5 years ago
ta264
b5b43b8b3f
Changed: Align GetValueOrDefault extension with netcore3.0 version
...
- netcore3.0 implements the extenion on IReadOnlyDictionary.
- Dictionary implements both IReadonlyDictionary and IDictionary and
so defining the extenion on both interfaces creates an ambiguous
reference
- IDictionary doesn't inherit from IReadOnlyDictionary
Either we have to add 'using NzbDrone.Common.Extenions;'
separately to resolve the ambiguity or we have to standardaize on only
having the extension on IReadOnlyDictionary.
5 years ago
ta264
057829c3b0
New: Multi target net framework 4.6.2 and net core 3.0
5 years ago
ta264
abde842bf0
Fixed: Remove obsolete HttpProvider
5 years ago
ta264
350dfeabba
New: Make Twitter NetStandard compatible
5 years ago
ta264
bc0cc2bfa9
New: Use ImageSharp for resizing
5 years ago
ta264
5c07b39b04
Fixed: Convert MonoOnly to PosixOnly
5 years ago
ta264
fdbed91a4e
New: Use sqlite package from Lidarr
5 years ago
ta264
0b0d0a7353
New: Use dotnet tooling, produce 64bit build on windows
5 years ago
Taloth Saldono
97de1b4622
Moved Platform version determination to static
5 years ago
Qstick
7fd391259c
Fixed: Movie Path UI Warning, Duplicate Import Fixes
5 years ago