Taloth Saldono
2a9160f870
Added Plex url to cleanser
2020-06-07 00:45:26 -04:00
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 >
2020-06-06 16:43:58 -04:00
Taloth Saldono
9ca291ecaf
Cleanse remote IP Address from trace log file
2020-06-03 20:43:47 -04:00
Qstick
1d6a7a1843
Revert "Async HttpClient and list lookup"
...
This reverts commit c8a2af867e .
2020-05-24 17:06:42 -04:00
Qstick
70601faa4f
Bump Core Packages for 3.1.4
2020-05-23 23:34:58 -04:00
ta264
c8a2af867e
Async HttpClient and list lookup
2020-05-20 11:00:20 -04:00
Qstick
c64c2d9f27
New: Use RadarrApi For MovieInfo
2020-05-20 11:00:20 -04:00
Taloth Saldono
e8e852100c
Fixed recursion issue when emptying recycle bin
2020-05-19 22:02:55 -04:00
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
2020-05-15 10:43:28 -04:00
Taloth Saldono
4606503818
Fixed: Performance issue when scanning large root folder
2020-05-13 20:29:16 -04:00
Taloth Saldono
eb98a7e8be
Improved error message when nzb download contains an newznab error instead
2020-04-30 20:03:20 -04:00
Qstick
73eb83c9dc
Fix Indent Issue from cherry pick
2020-04-29 20:55:57 -04:00
Taloth Saldono
7afea3df90
Log Real IP on Authentication failure in case of a reverse proxy
...
closes #3711
2020-04-29 20:37:40 -04:00
Qstick
17c60f897b
Sentry DSN Update
2020-04-27 18:56:35 -04:00
Qstick
72caab1b2b
New: Monitor and Process downloads separately
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com >
2020-04-22 17:33:08 -04:00
Qstick
39250abf7d
Fixed: Add AltTitles from TMDB if Mapping Fails
...
Fixes #4300
2020-04-09 21:22:33 -04:00
Qstick
37d004d78d
Fixed: Copy linux permission mask when moving to recycle bin
...
Co-Authored-By: taloth <taloth@users.noreply.github.com >
2020-04-08 21:15:58 -04:00
Qstick
d59c563023
Update Backend Packages
2020-04-05 02:06:13 -04:00
Mark McDowall
55758a2772
New: Ignore #recycle folders (Synology Recycle bin folder)
2020-03-11 22:10:16 -04:00
Петр Шургалин
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 >
2020-02-25 22:32:16 -05:00
Qstick
65287ec4f3
New: TMDb List Rework
2020-01-15 23:12:39 -05:00
Qstick
70d7b3b70a
Fixed: 4 digit year for log lines
...
#4053
2020-01-12 10:40:14 -05:00
ta264
f83ccb6ca4
Swap to dapper Mk. 2
2019-12-28 11:38:34 -05:00
ta264
f02fa629cc
Reformat and apply Stylecop rules
2019-12-27 20:40:13 -05:00
ta264
d4fa9b7345
Remove trailing whitespace
2019-12-27 20:40:13 -05:00
ta264
8d27111f7b
Remove all unnecessary usings
2019-12-27 20:40:13 -05:00
ta264
c6ae0bb509
Add missing new lines at end of files
2019-12-27 20:40:13 -05:00
ta264
997ff74fb9
Replace tabs with 4 spaces
2019-12-27 20:40:13 -05:00
ta264
10fc0b071f
Fixed: NET Core doing copy/delete instead of rename
2019-12-25 16:36:07 +00:00
ta264
c53aed4cbf
Update sentry DSN to self hosted
2019-12-23 16:03:36 -05:00
Qstick
e937d74b11
Revert "Swap to dapper and system.text.json for database backend"
...
This reverts commit d2065bfa1b .
2019-12-17 21:59:03 -05:00
ta264
d2065bfa1b
Swap to dapper and system.text.json for database backend
2019-12-16 20:22:58 +00:00
Taloth Saldono
c34dc0be13
Cleanse getnzb url
2019-12-06 22:28:40 -05:00
Taloth Saldono
d5c2308587
Fixed: File imports on cloud drives slow due to transaction logic
2019-12-06 22:22:36 -05:00
ta264
6235225f7d
New: Bump to .NET Core 3.1
2019-12-06 21:12:47 -05:00
ta264
36ab3ecf71
Fixed: Removed unused references to System.Drawing
2019-10-16 15:25:35 -04:00
ta264
9fe978319e
Fixed: Don't load Radarr.Core.dll as part of Radarr.Update
2019-10-16 15:25:35 -04:00
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.
2019-10-15 20:22:50 -04:00
ta264
057829c3b0
New: Multi target net framework 4.6.2 and net core 3.0
2019-10-15 20:22:50 -04:00
ta264
abde842bf0
Fixed: Remove obsolete HttpProvider
2019-10-15 20:22:50 -04:00
ta264
350dfeabba
New: Make Twitter NetStandard compatible
2019-10-15 20:22:50 -04:00
ta264
bc0cc2bfa9
New: Use ImageSharp for resizing
2019-10-15 20:22:50 -04:00
ta264
5c07b39b04
Fixed: Convert MonoOnly to PosixOnly
2019-10-15 20:22:50 -04:00
ta264
fdbed91a4e
New: Use sqlite package from Lidarr
2019-10-15 20:22:50 -04:00
ta264
0b0d0a7353
New: Use dotnet tooling, produce 64bit build on windows
2019-10-15 20:22:50 -04:00
Taloth Saldono
97de1b4622
Moved Platform version determination to static
2019-10-15 20:22:50 -04:00
Qstick
7fd391259c
Fixed: Movie Path UI Warning, Duplicate Import Fixes
2019-09-29 16:27:30 -04:00
Qstick
f395117885
Fixed: More Sentry Filtering
2019-09-26 21:41:52 -04:00
ta264
98d987869c
Changed: Point at lidarr hosted update server
2019-09-08 21:42:18 -04:00
Taloth Saldono
6c4e3b1fd5
New: Added Auth-* log entries for fail2ban purposes
2019-09-08 20:53:37 -04:00