1
0
mirror of https://github.com/devfake/flox.git synced 2024-11-15 06:32:34 +01:00
Commit Graph

83 Commits

Author SHA1 Message Date
Viktor Geringer
344f4d943e see episodes as guest (#43)
* see episodes as guest

* remove active pseudo for guest

* no select for season tabs

* simplify modal call

* bump public assets
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
devfake
30d5e21af2 make questions optional on flox:init 2017-02-13 21:19:47 +01:00
devfake
c11cf7e711 remove duplicated folder (case sensitive) 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
24b950787f Item not found (#36)
* create and move fixtures

* migrations, no-image file

* create empty item if file not found

* update tests

* remove migration comments

* hide buttons for suggestions and seasons if it's empty
2017-02-13 21:17:33 +01:00
Viktor Geringer
06b41cb3a9 import and export alternative titles (#35)
* create helper functions

* import/export alternative titles

* add test for import and export
2017-02-13 21:17:33 +01:00
Viktor Geringer
1d332f19b1 add button (#34) 2017-02-13 21:17:33 +01:00
Viktor Geringer
2a74f2bb2e Unknown status (#33)
* prepare for unknown status

* add unknown status

* refactor

* typo
2017-02-13 21:17:33 +01:00
Viktor Geringer
864f567943 add updated status (#32)
* prepare fixtures

* add updated status

* tests for updated status

* remove line break from test comment
2017-02-13 21:17:33 +01:00
Viktor Geringer
a50a7d7c5b change settings page (#31)
* prepare languages

* prepare routes

* split settings into smaller components

* move debounce and vue-router into vendor

* remove dependency from index

* refactor

* update method comment
2017-02-13 21:17:33 +01:00
Viktor Geringer
a43b3bc3cd store subtitle (#30)
* prepare subtitle field

* store and remove subtitle

* rename 'subtitle' to 'subtitles'
2017-02-13 21:17:33 +01:00
Viktor Geringer
a282723e1d remove status (#29)
* prepare fixtures

* refactor fileparser and add removed status

* update fileparser tests
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
Tim Meier
602d4ff189 FP integration setup (#25)
* define env in .env.examples

* Update npm scripts

* clean up dependencies
2017-02-13 21:17:25 +01:00
Viktor Geringer
dbd6e99eee Fetch timestamp (#23)
* remove migration comments

* update timestamp by fetch parser

* remote empty line
2017-02-13 21:17:25 +01:00
Viktor Geringer
7d7553088c Fetch files (added) (#22)
* move to local scope

* start file parser

* flatten controller

* update tests

* composer update

* Update tests, include episodes

* store src for tv episodes

* simplify fixtures

* refactor

* refactor episode and alternative title

* refactor item category

* fix typo and remove exception
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
acbac530fc start setting tests 2016-12-20 11:17:22 +01:00
devfake
0b3bc1a733 update readme 2016-12-19 08:34:53 +01:00
devfake
bff0ea83ee create user tests 2016-12-16 14:06:50 +01:00
devfake
c96d105fed add simple test 2016-12-15 16:44:27 +01:00
devfake
93e527de4b fix import and allow null value for original_title 2016-12-15 12:31:13 +01:00
Viktor Geringer
3970e9ab1e typo... 2016-12-14 17:40:57 +01:00
Viktor Geringer
61d3e456cb fix migration error... 2016-12-14 17:38:09 +01:00
devfake
58a7f53151 spoiler protection for episode names 2016-12-12 09:18:13 +01:00
devfake
02ca85e9d9 bump version 2016-11-30 15:32:17 +01:00
devfake
473b223879 mark all episodes at once 2016-11-30 15:26:38 +01:00
devfake
b0a9245b2b show update in settings 2016-11-30 11:39:47 +01:00
devfake
200aca29de fix recent sort of tv shows 2016-11-29 12:06:36 +01:00
devfake
0e2c0379fa show trending and upcoming for movies 2016-11-28 11:52:00 +01:00
devfake
643c71469a modal, display episodes, few other updates 2016-11-28 08:50:09 +01:00
devfake
5cc5802231 search and create episodes 2016-11-28 08:48:12 +01:00
devfake
0bf58b12f6 add episode db 2016-11-28 08:40:46 +01:00
devfake
72588937a3 prepare database for tv 2016-11-24 11:52:10 +01:00
devfake
8e41b24f45 update genre list 2016-11-24 08:52:14 +01:00
devfake
2e8e41a4be add language translations for flox 2016-11-23 21:16:41 +01:00
devfake
887c56776e simplify and replace alternative language with translation 2016-11-23 16:24:34 +01:00
devfake
7995ea4eb5 add prefix for exports 2016-11-23 11:33:20 +01:00
devfake
62c94dd740 sync scout in settings 2016-10-19 11:19:34 +02:00
devfake
16051a0b17 fix settings auth problem 2016-10-19 09:53:35 +02:00
devfake
cad5894673 update readme 2016-10-18 15:20:04 +02:00
devfake
5cdc4bf1e3 bump storage class 2016-10-18 15:11:25 +02:00
devfake
39ca42d065 move settings and storage into own classes 2016-10-18 14:26:24 +02:00
devfake
ea99611f14 fix genre update 2016-10-18 11:06:33 +02:00
devfake
9d469f60bb add button to update genre list 2016-10-18 10:54:10 +02:00