Sonarr/src/NzbDrone.Core/Download
Qstick 878d1561aa Build Sonarr on Net6
Co-Authored-By: ta264 <ta264@users.noreply.github.com>
2022-08-07 15:04:46 -07:00
..
Aggregation New: Added option to filter Release Profile to a specific indexer 2020-03-01 22:15:59 +01:00
Clients Build Sonarr on Net6 2022-08-07 15:04:46 -07:00
History Fixed: Exception thrown when marking download as complete 2020-06-13 13:11:30 -07:00
Pending Fixed: Automatic import of releases when file is not matched to series 2022-03-19 12:57:00 -07:00
TrackedDownloads New: Schedule refresh and process monitored download tasks at high priority 2022-02-21 13:31:14 -08:00
CheckForFinishedDownloadCommand.cs Monitor and Process downloads separately 2020-01-04 17:49:39 -08:00
CompletedDownloadService.cs Fixed: Importing file from UNC shared folder without job folder 2022-04-12 17:08:53 -07:00
DownloadCanBeRemovedEvent.cs Fixed: Remove seeded downloads if they've finished seeding after import 2020-04-25 11:49:18 -07:00
DownloadClientBase.cs Fixed: Removing completed download from SABnzbd 2021-04-20 00:05:54 -07:00
DownloadClientDefinition.cs New: Per download client setting to Remove Completed/Failed downloads instead of global setting 2021-05-16 00:48:14 +02:00
DownloadClientFactory.cs Fixed: Regression prevented indexers from being re-enabled after a successful Test. 2017-06-17 23:41:38 +02:00
DownloadClientInfo.cs Fixed: Root Folder Downloads check giving errors when RuTorrent is used 2021-05-24 17:19:17 -07:00
DownloadClientItem.cs Fixed: QBittorrent imports when torrent name and folder name differ 2020-11-13 23:15:58 +01:00
DownloadClientProvider.cs New: Link indexer to specific download client 2022-01-23 12:58:23 -08:00
DownloadClientRepository.cs Changed the way the Database is registered with TinyIoC to make Logdb and future cachedb more accessible. 2015-05-04 00:50:10 +02:00
DownloadClientStatus.cs Fixed: Prevent Download Client from being queried every minute if it failed repeatedly similar to Indexer temporarily disabled logic. 2017-05-27 20:44:55 +02:00
DownloadClientStatusRepository.cs Fixed: Prevent Download Client from being queried every minute if it failed repeatedly similar to Indexer temporarily disabled logic. 2017-05-27 20:44:55 +02:00
DownloadClientStatusService.cs New: Limit indexer/download client backoff to 5 min during the first 15 min of application start. 2019-01-12 13:15:41 +01:00
DownloadClientType.cs Moved source code under src folder - massive change 2013-10-02 18:01:32 -07:00
DownloadCompletedEvent.cs Fixed: Manual import for unknown series items will properly mark as imported 2020-05-24 10:11:10 -07:00
DownloadEventHub.cs New: Per download client setting to Remove Completed/Failed downloads instead of global setting 2021-05-16 00:48:14 +02:00
DownloadFailedEvent.cs New: Language Profiles 2018-12-29 13:08:38 +01:00
DownloadIgnoredEvent.cs New: Add Release group to history for all events 2022-01-23 14:16:26 -08: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 downloads instead of global setting 2021-05-16 00:48:14 +02:00
DownloadSeedConfigProvider.cs New: Removing rtorrent downloads when seeding criteria have been met 2021-05-16 00:48:14 +02:00
DownloadService.cs New: Link indexer to specific download client 2022-01-23 12:58:23 -08:00
DownloadsProcessedEvent.cs Monitor and Process downloads separately 2020-01-04 17:49:39 -08:00
EpisodeGrabbedEvent.cs Track fully imported downloads in separate history table 2020-04-18 20:21:29 -07:00
FailedDownloadService.cs Track fully imported downloads in separate history table 2020-04-18 20:21:29 -07:00
IDownloadClient.cs Fixed: Removing completed download from SABnzbd 2021-04-20 00:05:54 -07:00
IgnoredDownloadService.cs New: Add Release group to history for all events 2022-01-23 14:16:26 -08:00
InvalidNzbException.cs Fixed: Improve logging for invalid NZB messages 2017-12-28 22:05:20 -08:00
NzbValidationService.cs Improved error message when nzb download contains an newznab error instead 2020-04-17 00:14:05 +02:00
ProcessDownloadDecisions.cs New: Index priority 2020-09-10 15:04:53 -07:00
ProcessMonitoredDownloadsCommand.cs Monitor and Process downloads separately 2020-01-04 17:49:39 -08: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 2020-12-30 14:01:01 -08:00
RedownloadFailedDownloadService.cs Monitor and Process downloads separately 2020-01-04 17:49:39 -08:00
RefreshMonitoredDownloadsCommand.cs Monitor and Process downloads separately 2020-01-04 17:49:39 -08:00
TorrentClientBase.cs Update MonoTorrent from nuget 2021-12-30 09:41:59 -08:00
UsenetClientBase.cs Generalized RateLimit logic to all indexers based on indexer id 2021-02-08 00:09:59 +01:00