Qstick
567824ebec
New: Show Custom Formats on Queue Page
2019-10-22 21:07:11 -04:00
Qstick
e827a965ad
New: Show Custom Formats on Blacklist Page
2019-10-22 21:02:50 -04:00
Qstick
215d5069a9
New: Show Custom Formats on History Page
2019-10-22 21:00:55 -04:00
Qstick
fb4aa58a75
Fixed: Add Delete Button to Custom Formats
2019-10-22 20:51:57 -04:00
Qstick
dd00c9b53e
Fixed: Remove Plist Fix to prevent Linux Core update failures
2019-10-21 19:34:26 -04:00
Qstick
3c380954ec
Fixed: Missing Movie Search from Index Null Ref
2019-10-21 09:43:39 -04:00
Qstick
136432d098
Fixed: No newline on MediaInfoPopover
2019-10-19 19:07:41 -04:00
Qstick
1920bd53b6
New: Mediainfo Popover for Movie Files
2019-10-18 22:57:11 -04:00
Qstick
ac8a7a9254
Fixed: Match Filter Indicator to Theme Color
2019-10-18 21:34:44 -04:00
Qstick
0039c1c393
New: Show CustomFormats on Interactive Search Results
2019-10-18 21:11:55 -04:00
Qstick
02efc655f9
Fixed: Remove Not-So-Great Parser Case
2019-10-17 23:37:34 -04:00
Qstick
f43210d3d0
Fixed: Default RequireFlags Value (AKA Give torrent guys back their indexers)
2019-10-17 23:06:01 -04:00
Qstick
67dffcdc69
Fixed: 4K and Remux Parser Tweaks
2019-10-16 22:19:39 -04:00
ta264
36ab3ecf71
Fixed: Removed unused references to System.Drawing
2019-10-16 15:25:35 -04:00
ta264
e1b0dd00bb
Fixed: Don't publish self contained tests
2019-10-16 15:25:35 -04:00
ta264
37a39d1624
Fixed: Make ProcessProvider tests more reliable
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
2a15113a74
Fixed: MultiLanguages definition
2019-10-15 20:22:50 -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
d0f13e16d5
Fixed: All compiler warnings
2019-10-15 20:22:50 -04:00
ta264
abde842bf0
Fixed: Remove obsolete HttpProvider
2019-10-15 20:22:50 -04:00
ta264
cf33e40e70
Fixed: Remove obsolete Plex HomeTheater/Client notifcations
2019-10-15 20:22:50 -04:00
ta264
1b34780b7e
Fixed: Remove obsolete XBMC HTTP notification API
2019-10-15 20:22:50 -04:00
ta264
53ffc9867c
New: Update Unity
2019-10-15 20:22:50 -04:00
ta264
8b9d64b15a
Changed: Remove growl and prowl
2019-10-15 20:22:50 -04:00
ta264
350dfeabba
New: Make Twitter NetStandard compatible
2019-10-15 20:22:50 -04:00
ta264
b0cbd6c6bf
Net standard XMLRPC
2019-10-15 20:22:50 -04:00
ta264
70c1722ef2
New: Upgrade Ical.Net to 4.1.11
2019-10-15 20:22:50 -04:00
Qstick
225430162b
Fixed: ImageResizer Tweaks
...
Co-Authored-By: taloth <taloth@users.noreply.github.com>
Co-Authored-By: ta264 <ta264@users.noreply.github.com>
2019-10-15 20:22:50 -04:00
ta264
bc0cc2bfa9
New: Use ImageSharp for resizing
2019-10-15 20:22:50 -04:00
ta264
c85d3119f9
Convert Interop.NetFwTypeLib to AnyCPU
2019-10-15 20:22:50 -04:00
ta264
5c07b39b04
Fixed: Convert MonoOnly to PosixOnly
2019-10-15 20:22:50 -04:00
ta264
2b39865251
Update FluentMigrator to v4
2019-10-15 20:22:50 -04:00
ta264
ca9d9f093c
Fixed: Remove bad binding redirects in csproj
2019-10-15 20:22:50 -04:00
ta264
0b7c00bfe6
Improve pipeline and build
2019-10-15 20:22:50 -04:00
ta264
6ef388e258
Run integration tests for various mono versions
2019-10-15 20:22:50 -04:00
ta264
fb5b9c445b
New: Switch to ASPNetCore Kestrel and SignalR
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
ta264
304382f406
Fixed: Integration tests on Mono 5.12 and 5.14
...
Mono 5.12 and 5.14 has a bug that means RestSharp can't handle non-200
responses. Fix status api call so tests start and disable the tests
that use non-200 responses on these mono versions
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
ta264
24f1b5c0a7
Fixed: CommandExecutorFixture flakiness
2019-10-15 20:22:50 -04:00
ta264
532190ef4b
Fix integration tests on linux with debug build
2019-10-15 20:22:50 -04:00
ta264
779809b78b
Fixed: Normalize all line endings to LF in repo
2019-10-15 20:22:50 -04:00
ta264
9f07b65877
Fix .gitattributes
2019-10-15 20:22:50 -04:00
Qstick
1514613f61
New: Added MinAvailability Option to UI
2019-10-10 23:20:48 -04:00
Qstick
5eb7fe958f
Fixed: Calendar Missing Search Not Functional, Other Tweaks
2019-10-10 21:45:27 -04:00
Qstick
24fa77e7b2
Fixed: Queue Selector Looking for Episodes not Movies
2019-10-10 21:45:00 -04:00
Qstick
9ae411802d
Fixed: Hide Profile Delete if Used by List
2019-10-10 21:42:56 -04:00