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

258 Commits

Author SHA1 Message Date
Tim Meier
498d7baa51 Add api for updating files (#50)
* Update vagrantfile

* Add http basic auth

* Add new api for FP to call

* refactor
2017-02-19 01:55:33 +01:00
Tim Meier
5a68193b2e Support non-interactive install (#49) 2017-02-17 18:06:01 +01:00
Tim Meier
4d34ea06d5 Bump file-parser 2017-02-17 11:26:51 +00:00
Viktor Geringer
5c285a4e42 show name of item for suggestions (#46)
* prepare languages

* show name for suggestions

* update production files
2017-02-13 21:19:47 +01: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
Viktor Geringer
89eb67f85a add strict search for fp (#48)
* fix search for file-parser

* add query for fp_name

* add 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
3000e3f222 throw exception if file-parser does not respond (#44) 2017-02-13 21:19:47 +01:00
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
devfake
ebf0290cdf update production files 2017-02-13 21:17:33 +01:00
Tim Meier
614058e232 bump file parser 2017-02-13 21:17:33 +01:00
Tim Meier
43e3e9b1ce bump file-parser 2017-02-13 21:17:33 +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
Tim Meier
16f7de684b Travis tests pretty print (#38) 2017-02-13 21:17:33 +01:00
devfake
bcfab5a18c update flox-file-parser submodule 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
devfake
d74c8cbe05 update flox-file-parser submodule 2017-02-13 21:17:33 +01:00
Viktor Geringer
1d332f19b1 add button (#34) 2017-02-13 21:17:33 +01:00
devfake
b954375d44 update flox-file-parser submodule 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
devfake
95192a0cb3 update flox-file-parser submodule 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
devfake
99d1918e8c update production files 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
devfake
5f024b151f update flox-file-parser submodule 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
2eb3627b5b Update Vagrantfile 2017-02-13 21:17:25 +01:00
Tim Meier
45e29185a2 Remove flox-file-parser (#26) 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
Tim Meier
76e0d07867 Fix Vagrantfile shared folders symlinks 2017-02-13 21:17:25 +01:00
Tim Meier
bc9111075f Change tv tv_title to name (#24) 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
Tim Meier
1d55c164c4 Add travis cache (#21)
* Add travis cache

* Increase mocha timeout from 2sec to 15sec
2017-02-13 21:17:25 +01:00
Tim Meier
29264489ac fix afterCreate -> beforeCreate 2017-02-13 21:17:25 +01:00
Tim Meier
f831e5d69b Integrate eslint (#20)
* Add eslint

* Clean up code

* Add eslint to travis
2017-02-13 21:17:25 +01:00
Tim Meier
70af78ab27 File parser update (#19)
* Insert movies into db

* refactoring

* Add current time into 'added' on fetch

* Only insert if src is not in db

* Insert tv into db

* Set removed field in field_history for missing files

* Add tv 'removed' field

* split up spec file

* Refactor tv and movies into own file

* Add migration

* Insert full file description

* Update tv fixtures

* Flatten tv hierarchy and redefined the output

* Add status property

* Add since param for movies

* Add since param for tv

* Sort output

* Remove 'added' column and integrated snapshot tests

* Refactor
2017-02-13 21:17:25 +01:00
Tim Meier
1ecafd90c1 File Parser database setup (#16)
* Add database setup

* Update readme

* Change src type STRING to TEXT
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
Tim Meier
d12088a71e Update bootstrap.sh for vagrant 2017-02-13 21:17:25 +01:00
Tim Meier
bc1597a1de Clean up vagrantfile 2017-02-13 21:17:25 +01:00