* add more comments for models
* add translation
* add calendar component
* style calendar, add hotkeys
* update readme
* move into own service
* add calendar test
* fix import test, update readme
* fix scrollbar for weeks
* check for empty request
* remove update-genre-list
* relation for tv shows has been forgotten to load
* stop loading twice and prevent overwriting
* remove events outside from month, fix chrome styling
* Add queue for updates
* Add cron job for automated updates
* Add queue error to log
* Remove Vagrantfile and nginx.conf
* Add APP_LOG to env example
* Fix wrong exception message for failed queues
* Fix tmdb timestamp issue
* update dependencies
* show propper messages for queue jobs
* fix refresh issue because of empty date
* remove kickstart for refresh all, clean a bit up
* update readme
* create genres table and translate media_type
* parse genres from TMDb and modify artisan db command
* parse genres on migration
* Save genres in new table (via relation)
* Implode genres as string.
Update genres in refresh.
* add tests for genres
* fix icon for src
* display genres on own page
include few ui tweaks
* start with subpage design
* transitions
* transitions
* transitions, stuff
* modal for trailer
* english fallback for trailers
* slugs in url
* bit refactor
* tests and fixtures
* travis
* update production files
* move time limit to config and display error message to user
* fix import
* fix review
* search only for media_type for file-parser
* typos
* remove 'add' button if it's an empty item
* fix relations for searching
* add tests for search
* fix missing media type
* fix media type for strict search
* fix test
* change parser fixtures
* move alternativeTitle method to other class
* refactor tests
* start with alternative title
* use app helper method
* refactor add items
* change fixtures structure
* alternative title
* episode service
* item service
* file parser test
* flatten item controller
* git ignorecase
* fix alternative titles for tv shows
* add test for alternative titles
* fix test for alternative titles
* refactor alternative title tests
* refactor header
migrations
swap sqlite file with memory
set and update alternative titles
simplify alternative titles
change request limit handling
move limitRemaining to method