Qstick
947b9e75db
Fixed: Show Cutoff Status on History Items
5 years ago
Qstick
8ad995e56f
Fixed: Set Default Sort Key for Blacklist Endpoint
5 years ago
Devin Buhl
96fe74760f
Fixed: Instance where Sonarr was used in logging message
5 years ago
Qstick
fb4aa58a75
Fixed: Add Delete Button to Custom Formats
5 years ago
Qstick
dd00c9b53e
Fixed: Remove Plist Fix to prevent Linux Core update failures
5 years ago
Qstick
3c380954ec
Fixed: Missing Movie Search from Index Null Ref
5 years ago
Qstick
02efc655f9
Fixed: Remove Not-So-Great Parser Case
5 years ago
Qstick
f43210d3d0
Fixed: Default RequireFlags Value (AKA Give torrent guys back their indexers)
5 years ago
Qstick
67dffcdc69
Fixed: 4K and Remux Parser Tweaks
5 years ago
ta264
36ab3ecf71
Fixed: Removed unused references to System.Drawing
5 years ago
ta264
e1b0dd00bb
Fixed: Don't publish self contained tests
5 years ago
ta264
37a39d1624
Fixed: Make ProcessProvider tests more reliable
5 years ago
ta264
9fe978319e
Fixed: Don't load Radarr.Core.dll as part of Radarr.Update
5 years ago
ta264
2a15113a74
Fixed: MultiLanguages definition
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
d0f13e16d5
Fixed: All compiler warnings
5 years ago
ta264
abde842bf0
Fixed: Remove obsolete HttpProvider
5 years ago
ta264
cf33e40e70
Fixed: Remove obsolete Plex HomeTheater/Client notifcations
5 years ago
ta264
1b34780b7e
Fixed: Remove obsolete XBMC HTTP notification API
5 years ago
ta264
53ffc9867c
New: Update Unity
5 years ago
ta264
8b9d64b15a
Changed: Remove growl and prowl
5 years ago
ta264
350dfeabba
New: Make Twitter NetStandard compatible
5 years ago
ta264
b0cbd6c6bf
Net standard XMLRPC
5 years ago
ta264
70c1722ef2
New: Upgrade Ical.Net to 4.1.11
5 years ago
Qstick
225430162b
Fixed: ImageResizer Tweaks
...
Co-Authored-By: taloth <taloth@users.noreply.github.com>
Co-Authored-By: ta264 <ta264@users.noreply.github.com>
5 years ago
ta264
bc0cc2bfa9
New: Use ImageSharp for resizing
5 years ago
ta264
c85d3119f9
Convert Interop.NetFwTypeLib to AnyCPU
5 years ago
ta264
5c07b39b04
Fixed: Convert MonoOnly to PosixOnly
5 years ago
ta264
2b39865251
Update FluentMigrator to v4
5 years ago
ta264
ca9d9f093c
Fixed: Remove bad binding redirects in csproj
5 years ago
ta264
fb5b9c445b
New: Switch to ASPNetCore Kestrel and SignalR
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
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
5 years ago
Taloth Saldono
97de1b4622
Moved Platform version determination to static
5 years ago
ta264
24f1b5c0a7
Fixed: CommandExecutorFixture flakiness
5 years ago
ta264
532190ef4b
Fix integration tests on linux with debug build
5 years ago
ta264
779809b78b
Fixed: Normalize all line endings to LF in repo
5 years ago
Qstick
1514613f61
New: Added MinAvailability Option to UI
5 years ago
Qstick
21ed073f29
New: Add List and Discovery Pages ( #3803 )
5 years ago
Qstick
5f396a53c3
New: Parse VFI as French
5 years ago
Qstick
a368cbd265
Fixed: Hookup BulkMovieMovieCommand
5 years ago
Qstick
2af273a4a1
Fixed: Update Test Fails Due to Throw Elimination
5 years ago
Qstick
de7d6c68b8
Fixed: Log, Don't throw when trying update in docker
5 years ago
Qstick
31c73fe448
Changed: Add ChannelPositionText to SentryWarn
5 years ago
Qstick
526e091d22
Fixed: Provider HealthChecks persist after add until next scheduled check.
5 years ago
Taloth Saldono
40736336db
Fixed: Root Folder display when free diskspace cannot be determined (FreeBSD)
...
closes #3275
5 years ago
Qstick
f2200f793d
Fixed: Quality Finder Tweaks
5 years ago
Qstick
7fd391259c
Fixed: Movie Path UI Warning, Duplicate Import Fixes
5 years ago
Leonardo Galli
be3152e630
Fixed: When refreshing info about a movie, the alt titles should now correctly be deleted / updated, even from TMDB. ( #3603 )
...
* Fixed: When refreshing info about a movie, the alt titles should now correctly be deleted / updated, even from TMDB.
Fixes #3542
* Fixed: Small things fixup.
5 years ago
Qstick
bd374825f1
Fixed: Logging Statements and Tests
5 years ago
Qstick
f395117885
Fixed: More Sentry Filtering
5 years ago
Qstick
ae9c2dd830
New: Log Sentry Warn if AudioChannelPositions Error
5 years ago
Qstick
78cac9fcfa
Fixed: Use Modifier in Quality Aggregation
5 years ago
Qstick
5fe8884471
Fixed: Prevent NRE in MovieSearchService
...
Fixes #3728
5 years ago
Qstick
fb8143bb49
Fixed: MigrationVersion not passed to UI
5 years ago
Qstick
90e58e5a22
Fixed: Add List Exclusion from Movie Editor
...
Fixes #3775
5 years ago
Qstick
254561aeb1
Fixed: Register Null Target for Sentry logs in Tests
5 years ago
Taloth Saldono
9a25878104
And a bunch of video codecs. Also fixed the dual-video channel issue.
5 years ago
Taloth Saldono
54cfabec5c
New: Additional Atmos detection in MediaInfo
...
ref Radarr/Radarr#3712
5 years ago
Qstick
7dc629a647
Fixed: Rework Multiple Logging Statements
5 years ago
Qstick
cbb2802383
Fixed: TrackedDownload Logging Statement
5 years ago
Qstick
fd2399d589
Fixed: Update Movie Libraries in Plex not Series Libraries
5 years ago
Qstick
33d012cfc0
Fixed: Quality Definitions Don't Allow Save
5 years ago
Qstick
066bf1220f
Fixed: Flaky IndexerStatusTimes Test
5 years ago
Qstick
fd87be6d1e
New: FutureDownloadClient Housekeeper Tests
5 years ago
Qstick
fe591816bb
Fixed: Remove TitleSlugRoute
5 years ago
ta264
98d987869c
Changed: Point at lidarr hosted update server
5 years ago
ta264
e10e5802f4
Fixed: Don't delete folder if indeterminate sample detected
5 years ago
ta264
fd5113744f
Fixed: Various tests
5 years ago
Taloth Saldono
a22c946276
Fixed third-party clients calling api without Accept header
5 years ago
Taloth Saldono
a862337ead
Removed obsolete code.
5 years ago
ta264
79cf3079c3
Updated Nancy to 2.0
5 years ago
Taloth Saldono
6c4e3b1fd5
New: Added Auth-* log entries for fail2ban purposes
5 years ago
Qstick
cb158028df
Fixed: Old API use with Ombi causing NREs
5 years ago
Qstick
793b723942
New: Update SQLite to 3.28.0 and System.Data.SQLite to 1.0.111.0
5 years ago
Qstick
7f221c7834
Fixed: Automation/Integration/Unit Tests
5 years ago
Qstick
944f420270
New: Build on Azure Pipeline
...
Co-Authored-By: ta264 <ta264@users.noreply.github.com>
5 years ago
Qstick
b89c7b8675
New: Convert to New CSProj Format
...
Co-Authored-By: taloth <taloth@users.noreply.github.com>
5 years ago
Qstick
a3525252b7
Fixed: Log statement in movie rename service
5 years ago
Qstick
b42004b32c
Fixed: Another Log Statement duplicating on Sentry
5 years ago
Qstick
b2268c7452
New: Get Custom Formats Working in Aphrodite
5 years ago
Qstick
86dde88fe6
Fixed: Re-DSN after log fix
5 years ago
Qstick
ab7083d263
Fixed: Spec Logging Statement Causing Sentry Duplicates
5 years ago
Qstick
9ad17a04ff
Fixed: Null Ref in UpgradeSpecification
5 years ago
Qstick
23670bca12
New: Upstream Updates
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
5 years ago
Qstick
bfc467dd96
New: Use MediaInfo on File Parsing
5 years ago
Qstick
ada9b944dc
Fixed: QueueSpecificationFixture Test
6 years ago
Qstick
f6b4a463b1
New: Remove Unused TinyTwitter Nuget Package
6 years ago
Qstick
d53320779c
New: Update NLog to 4.6.6
6 years ago
Qstick
71c398f0fc
New: Enable Sentry Analytics ( #3669 )
6 years ago
Qstick
08b642575f
Fixed: Rejoin MovieFiles to Movies to fix Cutoff short term
6 years ago
Qstick
328477a1c6
New: Required/Ignored restrictions now support /pattern/ regular expressions
...
Co-Authored-By: taloth <taloth@users.noreply.github.com>
6 years ago
Qstick
a771871cf8
Fixed: Protect Queue Specification from NRE
...
Fixes #3665
6 years ago
Qstick
1cde85bba8
New: Update Frontend Packages
6 years ago
Qstick
582402d45e
Fixed: MediaInfo Improvements, Tests
6 years ago
Qstick
5657a4df9c
Revert "Fixed: Additional FileNameBuilder Tests, {MediaInfo SubtitleLanguagesAll} Token"
...
This reverts commit 865b587bdd
.
6 years ago
Taloth Saldono
865b587bdd
Fixed: Additional FileNameBuilder Tests, {MediaInfo SubtitleLanguagesAll} Token
6 years ago
Taloth Saldono
b179be78db
Fixed: Heavy qbit api load when CDH Remove is disabled
...
Co-Authored-By: taloth <taloth@users.noreply.github.com>
6 years ago
Qstick
5f7c7ee809
Fixed: Include HDR is naming examples
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
6 years ago
Qstick
6510e2c898
Fixed: Parsing BD release group as Bluray quality
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
6 years ago
Taloth Saldono
895abe8c3b
Fixed: Workaround for mono 5.16+ bug preventing the closure of sockets on timeouts (Jackett connections)
...
ref #2802
6 years ago
Taloth Saldono
ae47ee817f
Fixed: Executing powershell and python scripts directly in Connect->Custom Scripts
6 years ago
Qstick
6c84518b40
New: Improve logging when checking if release is an upgrade
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
6 years ago
Qstick
3ba72fd33b
New: Treat WEBMux as WebRip
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
6 years ago
Mark McDowall
f868e8b964
Fixed: Add Tests for FirstCharTo
6 years ago
Qstick
4af18f7d4a
Fixed: Some History Events don't Save Due to Languages
6 years ago
Qstick
b6c1c81152
New: Add Release Date and Cinema Date to Custom Script
6 years ago
Qstick
d263ff9a6b
Fixed: Wanted/Cutoff Search from Index Page
6 years ago
Qstick
6705b59b23
Fixed: Renaming Files Command Doesn't Resolve
6 years ago
Qstick
a6eb89e24b
Fixed: Manual Search on Works with Auto Search is Enabled
6 years ago
Qstick
242d530bb4
Fixed: Unit Test Fixes
6 years ago
Qstick
3bf5476922
Fixed: Correctly handle Repacks, restrict to same group
6 years ago
Qstick
7698ae00dd
Fixed: Misc UI/Test Fixes
6 years ago
Qstick
a20222fbef
New: Movie Editor in Movie Index ( #3606 )
...
* Fixed: Movie Editor in Movie Index
* Fixed: CSS Style Issues
* Fixed: Ensure only items shown are selected
* Fixed: Cleanup and Rename from Editor
6 years ago
Qstick
b8f7ca0749
Fixed: DiskScanService Updates
6 years ago
Qstick
612d948eba
Fixed: Some Tests and Added New Ones
6 years ago
Qstick
a3f72bd4a0
Fixed: Ambiguous Id in Movies SQL call
6 years ago
Qstick
2d15b8b78a
Fixed: Remove redundant checks from list sync
6 years ago
devbrian
12fba024f0
Fixed: Movie Details Tab ( #3564 )
...
* History Added
* History Cleanup
* History Mark Failed Fix
* History Lint Fix
* Search Tab Initial
* Interactive Search Cleanup
* Files Tab + Small Backend change to MovieFile api
* Reverse Movie History Items
* Grabbed files are not grabbable again.
* Partial movie title outline + Search not updating fix
* Lint Fix + InteractiveSearch refactor
* Rename movieLanguage.js to MovieLanguage.js
* Fixes for qstick's comments
* Rename language selector to allow for const languages
* Qstick comment changes.
* Activity Tabs - Language Column fixed
* Movie Details - MoveStatusLabel fixed
* Spaces + Lower Case added
* fixed DownloadAllowed
* Added padding to history and file tables
* Fix class => className
* Updated search to not refresh unless switching movie
* lint fix
* File Tab Converted to Inline Editting
* FIles tab fix + Alt Titles tab implemented
* lint fix
* Cleanup via qstick request
6 years ago
Qstick
06b1c03053
Fixed: List Exclusions, List Processing Tweaks
6 years ago
Qstick
ed0e69de53
Fixed: Return all movie categories for RARBG
...
Co-Authored-By: FuNK3Y <funk3y@users.noreply.github.com>
6 years ago
Qstick
d86c811543
Fixed: Alt Titles on Main Load, Alt Titles API updates
6 years ago
Qstick
ac59b7060e
New: Store Genre in DB for use in UI
6 years ago
Qstick
91ab518dfb
Fixed: Backend Updates from Sonarr
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
Co-Authored-By: taloth <taloth@users.noreply.github.com>
6 years ago
Qstick
d178dce0d3
Fixed: Backend/Frontend Cleanup
6 years ago
Qstick
286f73f38d
Fixed: Refresh Indicator always spinning after refresh
6 years ago
Qstick
7760248e6b
Fixed: Adjust how often info is refreshed for old movies
6 years ago
Qstick
4ddadd9a0d
Fixed: Delete and Restore of Backups from UI
6 years ago
Qstick
722a996ad3
Fixed: Import not working due to Language constraint
6 years ago
Qstick
9350f6a04c
Fixed: Changes to Profiles, Languages, Manual Import
6 years ago
Qstick
c76364a891
Fixed: Update Unit Tests for Indexers/Clients
6 years ago
Qstick
8a9e2dc90d
New: Loads of Backend Updates to Clients and Indexers
6 years ago
Qstick
16ff1176f7
Fixed: Quality Groups and Profiles
6 years ago
Qstick
6275737ced
New: Many UI Updates and Performance Tweaks
6 years ago
Taloth Saldono
b24a40797f
Fixed: SignalR requiring a home directory to function properly.
6 years ago
Leonardo Galli
b35d0b3f6a
Added: Development Description.
6 years ago
Qstick
4d3bfe3cf2
New: Remove old UI
6 years ago
Qstick
65efa15551
New: Backend changes for new UI
6 years ago
Qstick
e9eebd3ce6
New: Update SignalR, Nancy, Owin. Enable Websockets
6 years ago
Qstick
aef89160e2
Added: Platform Detection Improvements
6 years ago
Qstick
ea5ad24944
New: Re-target to .net 4.6.1
6 years ago
Daniel Dammermann
61066cb6cf
Fixed: Library shown as empty after filter returns no movies and page is refreshed ( #3515 )
...
Fixes #3514
6 years ago
Leonardo Galli
7756b03555
Fixed: a after a shortened word is not removed correctly for matching. Fixes ##3487
6 years ago
Ricardo Amaral
7a43bf3f60
Added: Tags support to NetImport (Lists) ( #3127 )
...
* Add tags support to NetImport (Lists)
* Keep indentation consistent with current code
* Initialize set of empty tags
* Add tags from list to movie
* Prevent tags used by lists from being removed
6 years ago
RhinoRhys
84fab25af7
Changed: Improved templates for h264 & h265 custom formats ( #3432 )
...
* Update CustomFormatService.cs
resolves #3419
* Update CustomFormatService.cs
* Update CustomFormatService.cs
6 years ago
Logan
cc44d022b3
Added: Radarr_Download_Id and Radarr_Download_Client to the environment ( #3276 )
...
Fixes #3232
6 years ago
Steven Crouchman
f411903e90
New: Allow CheckForFinishedDownloadInterval to be set from the UI ( #3233 )
...
* Adding CheckForFinishedDownloadInterval to config service
Changed TaskManager to use a configurable interval for CheckForFinishedDownloadCommand
* Adding new CheckForFinishedDownloadInterval to UI
Fixes #840
6 years ago
stephanrenggli
9985554dcb
New: Added support for Gotify notifications ( #3474 )
...
* Added support for Gotify notifications
* Use string interpolation to build url
* Adapt changes by markus101 over at Sonarr
* Remove blank line
Fixes #3472
6 years ago