Radarr/src/NzbDrone.Api
geogolem bab7bd20cd the Search All Missing button (#860)
was searching all missing and monitored only
though the dialog that popped up was informing the user it was
going to search for x movies, where x corresponded to the number
of movies filtered on the page.

I changed this button, so now it will search all the items as they are
filtered on the page.

For example, if you want to search all missing (regardless of
monitor/unmonitor) click the all filter and click the button.

If you want to search only monitored/missing, click the monitored button
and then click the search all button...

this included the old functionality, but allows the user alot more
flexibility...

i also added the all filter, and refactored the code,
so that builds the expression for the LINQ.. since this needed to be
used in two places.. just implement it once and use it in both places..

I tested this out... and stepped through with debugger.. i also did a
quick test of everything else. Im confident that the featureset
implemented and bugs fixed by this commit are OK... Im not 100% that
other parts of radarr dont use the same MissingMovieSearch routines..
but i dont think so...
2017-02-24 03:22:55 -05:00
..
Authentication Change Forms Auth Cookie. Fixes #285 2017-01-22 18:18:15 +01:00
Blacklist Blacklisting works now. 2017-01-19 17:43:23 +01:00
Calendar Bulk Import. (#583) 2017-02-07 19:09:36 -05:00
ClientSchema Merge pull request #487 from mitchellcash/port_validation 2017-01-28 17:32:49 -05:00
Commands Fixed: Significantly improved api performance. 2016-07-24 01:00:41 +02:00
Config Min availability (#816) 2017-02-23 00:03:48 -05:00
DiskSpace Removed unused using statements 2016-12-23 13:45:24 -08:00
DownloadClient Removed unused using statements 2016-12-23 13:45:24 -08:00
EpisodeFiles Cutoff tab actually working now. 2017-02-10 17:30:35 +01:00
Episodes Removed unused using statements 2016-12-23 13:45:24 -08:00
ErrorManagement
Exceptions
Extensions Patch/onedr0p (#757) 2017-02-15 17:37:23 -05:00
FileSystem
Frontend Fixes #104 - Backup/update fail Access to the path "/tmp/nzbdrone_backup/config.xml" is denied 2017-01-10 13:21:54 -05:00
Health Removed unused using statements 2016-12-23 13:45:24 -08:00
History Fix History for Movie Details page. 2017-01-02 20:41:44 +01:00
Indexers Fixed issue where quality weight was mapped wrongly. Fixes #597 2017-02-05 20:00:41 +01:00
Logs Removed unused using statements 2016-12-23 13:45:24 -08:00
ManualImport Fixed: Significantly improved api performance. 2016-07-24 01:00:41 +02:00
MediaCovers
Metadata Removed unused using statements 2016-12-23 13:45:24 -08:00
Movies Patch/bulk import tests (#833) 2017-02-22 11:21:05 +01:00
NetImport Min availability (#816) 2017-02-23 00:03:48 -05:00
Notifications Removed unused using statements 2016-12-23 13:45:24 -08:00
Parse Removed unused using statements 2016-12-23 13:45:24 -08:00
Profiles Added option to specify preferred words in quality profile. (#462) 2017-01-27 20:01:28 +01:00
Properties Updated all AssemblyInfos so version info only needs to be changed once 2017-01-07 12:03:56 +01:00
Qualities Removed unused using statements 2016-12-23 13:45:24 -08:00
Queue Movies now show up in the Queue. 2017-01-02 22:01:11 +01:00
REST Because it's 2016! 2016-12-21 20:38:37 -08:00
RemotePathMappings Removed unused using statements 2016-12-23 13:45:24 -08:00
Restrictions Removed unused using statements 2016-12-23 13:45:24 -08:00
RootFolders Don't display mapped movies in import list 2017-01-31 15:11:33 -05:00
SeasonPass Removed unused using statements 2016-12-23 13:45:24 -08:00
Series Min availability (#816) 2017-02-23 00:03:48 -05:00
System Updated Interval to scan for finished downloads to .25 minutes. 2017-01-06 16:11:41 +01:00
Tags Removed unused using statements 2016-12-23 13:45:24 -08:00
Update Fixed: Significantly improved api performance. 2016-07-24 01:00:41 +02:00
Validation Make NetImport sync interval work (needs some testing) 2017-01-28 14:59:21 -05:00
Wanted the Search All Missing button (#860) 2017-02-24 03:22:55 -05:00
NancyBootstrapper.cs Removed unused using statements 2016-12-23 13:45:24 -08:00
NzbDrone.Api.csproj Pass at seeing if this works on linux now (#692) 2017-02-10 03:17:28 -05:00
NzbDroneApiModule.cs
NzbDroneFeedModule.cs
NzbDroneRestModule.cs Removed unused using statements 2016-12-23 13:45:24 -08:00
NzbDroneRestModuleWithSignalR.cs Fixed: Significantly improved api performance. 2016-07-24 01:00:41 +02:00
PagingResource.cs Fixed api blacklist, history, wanted/missing and wanted/cutoff requiring sortKey, now defaulting to an appropriate value (airDateUtc/date desc for most). 2016-09-10 23:05:34 +02:00
ProviderModuleBase.cs Removed unused using statements 2016-12-23 13:45:24 -08:00
ProviderResource.cs
ResourceChangeMessage.cs
TinyIoCNancyBootstrapper.cs Because it's 2016! 2016-12-21 20:38:37 -08:00
app.config
packages.config Upgraded DDay.iCal to Ical.Net 2016-12-21 20:38:37 -08:00