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.
Lidarr/NzbDrone.Web/Controllers
Mark McDowall 0972c956b8
HistoryProvider will return History Items with Episode and SeriesTitle.
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 will return History Items with Episode and SeriesTitle. 13 years ago
LogController.cs ReSharper code cleanup 13 years ago
MissingController.cs Added filtering to the missing View. 13 years ago
NotificationController.cs Ninject is now forced to use proper constructor. 13 years ago
SeriesController.cs Fixed bug where status was shown instead of title on SeriesDetail page 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 Parser will remove quotes before trying to get filename from the path. 13 years ago