Radarr/src/NzbDrone.Core/Download
Bogdan c987824174 Use 'var' instead of explicit type
(cherry picked from commit 12374f7f0038e5b25548f5ab3f71122410832393)
2023-05-28 16:41:52 +03:00
..
Aggregation New: Use languages from Torznab/Newznab attributes if given 2023-05-22 02:03:33 +03:00
Clients Use 'var' instead of explicit type 2023-05-28 16:41:52 +03:00
Extensions Use 'var' instead of explicit type 2023-05-28 16:41:52 +03:00
History Rename MovieImportedEvent to MovieFileImportedEvent 2022-07-03 12:35:15 -05:00
Pending Fixed: Don't retry grabbing the same release if download client is unavailable 2023-05-22 01:14:49 +03:00
TrackedDownloads New: Notifications when Manual Interaction is required for importing 2023-05-10 00:18:15 +03:00
CheckForFinishedDownloadCommand.cs New: Monitor and Process downloads separately 2020-04-22 17:33:08 -04:00
CompletedDownloadService.cs New: Notifications when Manual Interaction is required for importing 2023-05-10 00:18:15 +03:00
DownloadCanBeRemovedEvent.cs Fixed: Remove seeded downloads if they've finished seeding after import 2020-04-26 14:54:20 -04:00
DownloadClientBase.cs Build download requests from indexer implementation 2023-05-03 05:47:43 +03:00
DownloadClientDefinition.cs New: Per download client setting to Remove Completed/Failed 2021-11-24 12:51:10 -06:00
DownloadClientFactory.cs Inline 'out' variable declarations 2023-05-28 16:41:52 +03:00
DownloadClientInfo.cs New: Added health check warning if SABnzbd sorting is enabled 2023-01-08 20:38:26 -06:00
DownloadClientItem.cs Fixed: Get actual file names from QBittorrent API (#5226) 2020-11-14 00:27:07 -05:00
DownloadClientProvider.cs Fixed: Don't retry grabbing the same release if download client is unavailable 2023-05-22 01:14:49 +03:00
DownloadClientRepository.cs Reformat and apply Stylecop rules 2019-12-27 20:40:13 -05:00
DownloadClientStatus.cs Reformat and apply Stylecop rules 2019-12-27 20:40:13 -05:00
DownloadClientStatusRepository.cs Reformat and apply Stylecop rules 2019-12-27 20:40:13 -05:00
DownloadClientStatusService.cs Reformat and apply Stylecop rules 2019-12-27 20:40:13 -05:00
DownloadClientType.cs Add missing new lines at end of files 2019-12-27 20:40:13 -05:00
DownloadCompletedEvent.cs Fixed: Manual Imports for Unknown Movies 2020-05-24 22:35:22 -04:00
DownloadEventHub.cs New: Per download client setting to Remove Completed/Failed 2021-11-24 12:51:10 -06:00
DownloadFailedEvent.cs Reformat and apply Stylecop rules 2019-12-27 20:40:13 -05:00
DownloadIgnoredEvent.cs New: Add Release group to history for all events 2022-03-06 17:27:25 -06:00
DownloadItemStatus.cs Use DownloadClientIds to find matching series/episodes instead of relying solely on release name 2014-09-28 16:20:06 -07:00
DownloadProcessingService.cs New: Per download client setting to Remove Completed/Failed 2021-11-24 12:51:10 -06:00
DownloadSeedConfigProvider.cs New: Removing rtorrent downloads when seeding criteria have been met 2021-11-23 15:06:44 -06:00
DownloadService.cs Fixed: Don't retry grabbing the same release if download client is unavailable 2023-05-22 01:14:49 +03:00
DownloadsProcessedEvent.cs Remove empty constructors 2023-05-19 04:14:48 +03:00
FailedDownloadService.cs Fixed: Ensure first history item when marked as failed is the selected item 2023-04-29 12:53:09 -05:00
IDownloadClient.cs Build download requests from indexer implementation 2023-05-03 05:47:43 +03:00
IgnoredDownloadService.cs New: Custom Format Updates (#8067) 2023-02-05 17:09:37 -06:00
InvalidNzbException.cs Reformat and apply Stylecop rules 2019-12-27 20:40:13 -05:00
ManualInteractionRequiredEvent.cs New: Notifications when Manual Interaction is required for importing 2023-05-10 00:18:15 +03:00
MovieGrabbedEvent.cs New: Download History 2020-04-22 17:33:08 -04:00
NzbValidationService.cs New: Use RadarrApi For MovieInfo 2020-05-20 11:00:20 -04:00
ProcessDownloadDecisions.cs Enforce comment style in CS 2022-11-20 12:27:45 -06:00
ProcessMonitoredDownloadsCommand.cs Don't block task queue for queued update task when there are longer running tasks 2022-11-29 21:44:03 -06:00
ProcessedDecisions.cs Queue actions 2014-12-09 21:52:41 -08:00
ProvideImportItemService.cs Fixed: Update path before importing to ensure it hasn't changed 2021-01-25 21:26:34 -05:00
RedownloadFailedDownloadService.cs New: Download History 2020-04-22 17:33:08 -04:00
RefreshDownloadsCommand.cs New: Monitor and Process downloads separately 2020-04-22 17:33:08 -04:00
TorrentClientBase.cs Fix downloading releases without an indexer 2023-05-03 05:47:43 +03:00
UsenetClientBase.cs Fix downloading releases without an indexer 2023-05-03 05:47:43 +03:00