1
0
mirror of https://github.com/devfake/flox.git synced 2024-11-15 14:42:31 +01:00
Commit Graph

24 Commits

Author SHA1 Message Date
Viktor Geringer
ec42cd5c65 fix trending + upcoming cache (#53) 2017-02-21 17:32:33 +00:00
Viktor Geringer
04d34440df search by media type (#45)
* 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
2017-02-13 21:19:47 +01:00
Tim Meier
2f9f82e5b4 Fix tmdb limit reaching (#47)
* Fix tmdb limit reaching

* code review

* remove unused fixtures
2017-02-13 21:19:47 +01:00
Viktor Geringer
01eb31ef20 cache trending and upcoming (#42)
* cache trending and upcoming until end of the day

* move property into method
2017-02-13 21:19:47 +01:00
Viktor Geringer
e7129686a0 include tv into trending (#41)
* add tv into trending

* restructure TMDb fixtures

* add test for trending and upcoming
2017-02-13 21:19:47 +01:00
Tim Meier
adc55c3a1b Call file parser (#40)
* move config

* call file parser

* update composer dependencies

* update travis

* fix empty poster

* call file-parser test setup

* return correct flox-file-parser uri
2017-02-13 21:17:33 +01:00
Viktor Geringer
42f9acd327 Update genre (#28)
* remove update genre info text

* update genre for all movies and tv shows

* fix method comment
2017-02-13 21:17:33 +01:00
devfake
96cb94f2ed minor code sniffer changes 2017-02-13 21:17:33 +01:00
Viktor Geringer
5818026f67 Refactor models (#27)
* 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
2017-02-13 21:17:25 +01:00
Viktor Geringer
ab63c5b886 fix alternative titles for tv shows (#17)
* fix alternative titles for tv shows

* add test for alternative titles

* fix test for alternative titles

* refactor alternative title tests

* refactor header
2017-02-13 21:17:25 +01:00
devfake
c901232f16 start file parser
migrations

swap sqlite file with memory

set and update alternative titles

simplify alternative titles

change request limit handling

move limitRemaining to method
2017-02-13 21:17:25 +01:00
devfake
0e2c0379fa show trending and upcoming for movies 2016-11-28 11:52:00 +01:00
devfake
5cc5802231 search and create episodes 2016-11-28 08:48:12 +01:00
devfake
8e41b24f45 update genre list 2016-11-24 08:52:14 +01:00
devfake
887c56776e simplify and replace alternative language with translation 2016-11-23 16:24:34 +01:00
devfake
16051a0b17 fix settings auth problem 2016-10-19 09:53:35 +02:00
devfake
9d469f60bb add button to update genre list 2016-10-18 10:54:10 +02:00
devfake
68e4ac27da add settings to display genre and/or release date 2016-10-18 09:57:47 +02:00
devfake
e856cdc229 store genre in db and display them in upcoming 2016-10-17 10:57:42 +02:00
devfake
3c96971bed typos 2016-10-14 14:52:04 +02:00
devfake
8b09e44a12 add upcoming 2016-10-14 13:25:52 +02:00
devfake
9c9286c199 add trending 2016-10-14 12:15:54 +02:00
devfake
1b6cc29fa3 add suggestions 2016-10-13 11:11:10 +02:00
devfake
b754d84149 Init new version 2016-10-10 10:57:39 +02:00