geogolem
a2098a5797
Merge pull request #993 from geogolem/develop
...
clean up the fetching on loading of MovieEditor and MovieIndex once a…
8 years ago
geogolem
93bdac31ea
clean up the fetching on loading of MovieEditor and MovieIndex once and for all
8 years ago
geogolem
92a588751a
Merge pull request #992 from geogolem/anotherMovieEditorFix
...
i dont know why i was doing this inside the for loop... It did not sc…
8 years ago
geogolem
272db9d483
i dont know why i was doing this inside the for loop... It did not scale well !
...
fixed
8 years ago
geogolem
9d75fc18a1
Merge pull request #990 from geogolem/fixMovieIndexOnEmpty
...
use clone so that we only detect empty collection
8 years ago
geogolem
d8d60c6bb0
use clone so that we only detect empty collection
...
when collectio is empty.. not when current filter is empty but collectionis not
8 years ago
geogolem
8c656626d6
Merge pull request #988 from Radarr/filterFixMainIndex
...
i believe these are old code that is not needed since pagination..
8 years ago
geogolem
b773119193
i believe these are old code that is not needed since pagination..
...
the recent change to include filterType hits this when model is undefined..
commenting out these lines fixes the problem
8 years ago
Devin Buhl
bdc0db3357
Default Wanted and Cutoff to be 50 movies per page, added filtering options to Cutoff and a Search all ( #984 )
8 years ago
geogolem
f3b3c9ff6a
Merge pull request #980 from geogolem/manualImportPagingFilterFix
...
[Fix] filtering on Manual Import
8 years ago
geogolem
7d394dcff2
empty string case should not be only for the contains case
8 years ago
geogolem
ff11388009
needed to pass the filterType, received the filterType and handle
...
the filterType
8 years ago
geogolem
b492fece6c
Merge pull request #975 from geogolem/MovieEditorFilterSave
...
reset filters on save..
8 years ago
geogolem
5394f1dee9
reset filters on save..
8 years ago
geogolem
e742371d15
Merge pull request #974 from geogolem/MovieEditorFixes
...
revert some changes -- use FullCollection (maybe just for now)
8 years ago
geogolem
d03ee006fc
Merge branch 'develop' into MovieEditorFixes
8 years ago
geogolem
897d76c4a2
revert some changes -- use FullCollection (maybe just for now)
8 years ago
Devin Buhl
349dd12161
Possible fix for Custom script ( #973 )
8 years ago
Devin Buhl
d84e6c84f5
Hotfix when importing movie ( #971 )
8 years ago
Marcelo Castagna
dfcdf8871c
Fixed infinite loop. Added default destination test when adding client ( #968 )
...
removed empty spaces. changed dcaex => ex
Changed error message
changed error message
Wrong message, ups
Another message
8 years ago
Devin Buhl
7122962dc8
Date added in Movie List & Possible Fix for Importing Movies. ( #969 )
...
* Is there a need to lazyload?
* Update dates in movie list
* additional check for moviefile lazy load
* lazyload not needed...
8 years ago
Tim Turner
6432928b7d
Ensure collection is synced before opening movieDetails
8 years ago
geogolem
ed1d6e59b5
Merge pull request #963 from geogolem/importExclusionFix
...
just show imdbid or tmdbid for now in exclusions
8 years ago
geogolem
8b2d85aee5
just show imdbid or tmdbid for now in exclusions
8 years ago
geogolem
392d63fe57
MovieIndexPage Stability + MovieEditor fix ( #925 )
...
* 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
8 years ago
Devin Buhl
1c086b057a
Patch/galileo fixes ( #951 )
...
* Update to ParseMovieTitle
* update default server to gmail to relfect other changes
8 years ago
Devin Buhl
6bbe55a46c
Patch/updates onedr0p ( #946 )
...
* 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
8 years ago
Devin Buhl
7a269efcbc
Fixed problem with TMDb list when Year is null, Revert using UrlPathEncode on newznab requests ( #937 )
...
* 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
8 years ago
Ross Valler
06bd6db601
Expose more information to the Webhook notification ( #935 )
...
* Fix/implement Webhook notifications
* Expose more information (specifically TMDB ID)
8 years ago
Ross Valler
3dc9d3a420
Fix/implement Webhook notifications ( #901 )
8 years ago
geogolem
91ba503700
added more filters to the movie editor ( #905 )
8 years ago
Devin Buhl
28d27dca5c
Add remux 1080p and 2160p as qualities ( #900 )
...
* Add Remux 1080p and 2160p as qualities, includes Tests & migration
* Whoops forgot to take this out
8 years ago
Devin Buhl
e33265b58d
Update parsing french movies ( #899 )
...
* Add VO, VFF and VFQ to french language
* Added VO, VFF, TRUEFRENCH and VFQ to french parser
* Update tests for french
8 years ago
Mitchell Cash
22fcb04773
NZBGet delete:scan treated as failure ( #898 )
8 years ago
Devin Buhl
f9f67873ad
small changes
8 years ago
Devin Buhl
b1d345f165
Hotfix
8 years ago
geogolem
1c6a32b684
List sync with removal ( #656 )
8 years ago
geogolem
55ac2dd1bb
fix the footer to show correct information and refresh when FullCollection changes ( #893 )
8 years ago
Tim Turner
997dce288d
Increase fullCollection page size, update Refresh Library command
8 years ago
Devin Buhl
4d745d3600
Patch/updates ( #887 )
...
* Update HDBits internal logic
* TMDb List validation
* Add Trakt validation, update rest to implement IProviderConfig
* Update wording
8 years ago
hotio
dbd1080f5c
Fix poster placeholder height on small screens ( #883 )
8 years ago
Leonardo Galli
76963d8109
Merged branch develop into develop
8 years ago
Leonardo Galli
6b106c1b38
me = idiot
8 years ago
hotio
0016cc59af
Small UI fixes ( #882 )
8 years ago
Leonardo Galli
8b9d0f7b19
Fixed an issue where an unloaded movie could case linking to fail.
8 years ago
Leonardo Galli
3a4b01cf6f
Maybe fix issue with imported files not being linked to the movie?
8 years ago
Leonardo Galli
15acb9d204
Search is now fixed too.
8 years ago
Leonardo Galli
21fa96f78f
Should fix most issues with paging.
8 years ago
Leonardo Galli
fe4e11d9c1
Add first steps of paging to movie editor.
8 years ago
Leonardo Galli
d22d5fcfc3
Merged branch develop into develop
8 years ago