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

114 Commits

Author SHA1 Message Date
devfake
771b3d6d33 refresh items after import 2017-07-28 11:52:06 +02:00
Viktor Geringer
74f733710e Implement refresh data (#81)
* update translations

* split helper file

* implement refresh informations

* add tests

* update production files

* move refresh all to a seperate request

* update production files
2017-07-28 11:37:33 +02:00
devfake
d35a3d2c26 fix query for latest episode 2017-07-24 13:05:37 +02:00
devfake
fdfafcfc17 fix order for episodes 2017-07-20 16:45:19 +02:00
devfake
56a1dce41c update TMDb and IMDb asset calls to https #78 2017-07-13 09:07:07 +02:00
Viktor Geringer
bc9ac808b2 re-populate fields from fp (#77)
* re-populate the old fields

* add tests
2017-04-27 09:05:44 +02:00
Viktor Geringer
c07e06598d re-populate the old file name (#76)
* re-populate the old file name

* add tests
2017-04-24 11:53:48 +02:00
Viktor Geringer
26a938b3ce export and import settings (#74) 2017-04-18 10:05:30 +02:00
Tim Meier
8ccac1cf7d Api video (#73)
* Move bootstrap.sh to bin and add cleanup script

* Add api for serving media files

* refactor
2017-04-18 09:23:55 +02:00
Tim Meier
ab56720200 Use user credentials for http basic and change auth for import/export… (#72)
* Use user credentials for http basic and change auth for import/export api to use http basic auth

* refactor
2017-04-18 08:50:09 +02:00
Viktor Geringer
d398126664 region query for upcoming movies (#69) 2017-04-11 14:42:36 +02:00
Viktor Geringer
342683adeb disable csrf (#68) 2017-04-11 11:28:58 +02:00
Viktor Geringer
718dac53d5 Show next episode (#67)
* display next episode instead of last

* update production files
2017-04-11 10:39:40 +02:00
Viktor Geringer
1f13f8779d change last seen if rating was neutral (#65) 2017-04-11 09:40:47 +02:00
Viktor Geringer
619e407bcd subpage design (#64)
* 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
2017-04-11 08:45:08 +02:00
Tim Meier
fd2ed4676b Add route GET /api/last-fetched (#63)
* Add route GET /api/last-fetched

* refactor
2017-04-03 10:52:07 +02:00
Viktor Geringer
37fb15ef4f clean up controllers and services (#61) 2017-03-06 09:40:58 +01:00
Viktor Geringer
7544dbb688 display release dates for episodes (#58)
* remove laravel scout

* misc

* refactor with helper function and php 7

* display and refresh relases

* add translations

* add migration test

* remove refresh release dates

* update production files

* remove laravel scout fragments
2017-03-04 02:01:50 +01:00
Viktor Geringer
a51c4f53d2 remove file-parser from travis and tests (#59)
* catch regular exception and mock file parser response

* update travis

* remove mocked file-parser test
2017-03-01 15:24:06 +01:00
Viktor Geringer
124feb9ebc Display symbol if src is available (#57)
* display symbol

* display symbol in other subpages

* Bump assets
2017-02-26 10:41:56 +01:00
Viktor Geringer
ec2f87daef improve last seen filter (#56)
* prepare migrations and relation

* update and order by new last_seen_at field

* add tests

* update production files
2017-02-26 10:09:54 +01:00
Viktor Geringer
3a2f6e2ecd Open modal on current episode (#54)
* get next episode

* show current season and scroll to next episode

* update production files

* typos

* refactor for review
2017-02-21 21:20:42 +01:00
Viktor Geringer
447c79ca9e Fix tv show update (#51)
* fix find by fp_name for tv shows

* add test
2017-02-21 19:15:31 +01:00
Viktor Geringer
ec42cd5c65 fix trending + upcoming cache (#53) 2017-02-21 17:32:33 +00:00
Viktor Geringer
a468b83d49 make initial rating neutral (#55) 2017-02-21 17:51:34 +01:00
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
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
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