* Fix HDbits
* Fix pending release service, also fix the deduper
* Clean up the cleanup'er (housekeeping)
* Revert "Clean up the cleanup'er (housekeeping)"
This reverts commit c03c13d924.
* Housekeeping updates, without breaking tests
* Fix last test
* clear localStorage on radarr update.. ya mon
* Fix when movie folder is deleted from disk and keeps showing up as downloaded in radarr
* Clear all UI localStorage items on update, set pageSize to what it needs to be.
* Update message when the person has no movies with helpful links
* Added ImdbId to the release info from AwesomeHD
* Add ImdbId to release info for PTP and HDBits
* ImdbId is required for HDBits
* Added some error handling in SkyHook for TMDb
* Remove un-needed imports
* DIsable movie search after list sync (causing issues)
* small change
* Fix HDBits tests
* Update BlacklistService
* Update HistoryService, HistoryRepo and History
* Update UI in Blacklists to movies
* set the movie model so the movie title prints in blacklist
* Would be working if I implemented the Event Handler for MovieFileDeleted
* Move ToUrlSlug to Parser, fix issue with trakt lists that have non-alphanumeric characters
* Move "Add movies" link in nav to the first link
* String interpolation!
* Add Limit to Trakt List Settings to limit the amount of movies returned, 50 by default
* Updates to FailedDownload
* Update DownloadService and CompleteDownloadService
* Add Installation section with Installation, Docker and Setup Guide. Add feathub and wiki to Support.
* Convert to badges and use the best colors.
* Fix silly mistake of leaving [Word]s in.
* Switch to b7b7b7 which is easier to read w/ white text.
* Use github color from simpleicons.org.
* Changed colors a bit.
* Added FAQ
* Cleaning up some jsLiniting problems
* fix jshint issue with variablle declaration
This shouldn't be an issue because of hoisting but, jshint is finicky.
* Update variable names, also pass imdb to parsing service from downloaddescisionmaker
* Changes to the DownloadDescisionMaker to use ImdbId when looking for movie. Should fix a lot of Unknown Movie errors.
* Add movie link to nav bar, update Movies image to be fa-film :) Minor UI change.