* this fixes some issues where the table
was rendering with incorrect data
prior to it being updated....
it also has the FullCollection fetched when necessary..
this will make the movie Index be accurate even after deleting files
or when returning from the movieEditor..
The footer has been improved and since
FullMovieCollection is now kept up to date the footer changes
as the user performs operations and it shows all the time with proper info
even after deletions or changes made in the movieEditor.
Prior to this it was necessary to totally refresh the page..
switching between movie editor and movie index would give unpredicatable results.
these issues have been fixed
* this is a much better solution...
still testing, but likel ready to be merged
* removing comments
* fix the movieEditor -- client side paging in movieEditor
* major code cleanup, and a slightly better implementation
no need to use FullMovieCollection..
just use moviesCollection.fullCollection when in client mode
* display a message when saving is done
perhaps eventually we can have a spinning status indicator on the
save button.. but that is not necessary right away
* some minor adjustments
* remove parseInt for tmdbId
* fix bugs
* remove some alerts
* accidentally changes this on last commit
* use the same FullMovieList everywhere
* add back alert when save is done
* Update inCinemas column to abide by the short date set in settings (#511)
* Set default port to 587 for Email Settings, should help with all the people with gmail
* set SSL to true by default
* Fixed problem with TMDb list when Year is null
* Fuck it, just skip movies with no year. Once they have a year they will be automagically added if sync is enabled.
* Revert using UrlPathEncode on newznab requests
* First steps.
* Not really sure what I am doing here.
* Pretty hacky, but it works :)
* First filter works now.
* Fix all filters.
* Fix some filters.
* PageSize saving now works.
* Fixed items being added when a refresh movie is done.
* Downloaded sort not working.
* Sorting by downloaded status now works.
Extremely hacky, but ¯\_(ツ)_/¯
* Fixed issue where users were stuck when filtering.
* Sorting via that button works now.
* Removed temp thingy.
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...