You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Readarr/NzbDrone.Web/Controllers
kay.one 3ef17273fd
HistoryProvider now uses PetaPoco
13 years ago
..
AddSeriesController.cs Adding a root dir will not add it to the DB until after it is saved, also will not save if the path is blank. 13 years ago
DirectoryController.cs Directory controller will now swallow errors that would otherwise return invalid data to the client (forcing an annoying alert to the client), no results are returned when this happens. 13 years ago
EpisodeController.cs Episode renaming implemented on the Series/Details page. 13 years ago
HealthController.cs Added HealthController to web project for IIS Ping to use 13 years ago
HistoryController.cs HistoryProvider now uses PetaPoco 13 years ago
LogController.cs ReSharper code cleanup 14 years ago
MissingController.cs Added filtering to the missing View. 14 years ago
NotificationController.cs Ninject is now forced to use proper constructor. 13 years ago
SeriesController.cs MediaFileProvider moved to PetaPoco. 13 years ago
SettingsController.cs ConfigProvider now uses PetaPoco 13 years ago
SharedController.cs Added NextScheduledRun to get the next scheduled run for a job, with a test. 13 years ago
StreamController.cs Fixed import new series being stuck in a loop if an update failed 13 years ago
SystemController.cs Added new helper to find the best file size format given a long with file size in bytes. 13 years ago
UpcomingController.cs Upcoming view will no longer hit the DB with the same request so many times. 13 years ago