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

328 Commits

Author SHA1 Message Date
Viktor Geringer
30447f966f
fix empty property check 2019-12-14 11:19:56 +01:00
Viktor Geringer
f334322185
fix property check 2019-12-14 11:12:03 +01:00
Tim Meier
b73f595ab8 Update worker install script (#111) 2019-06-15 11:15:52 +02:00
devfake
b23dca4c89 display if i have seen all episodes 2018-12-27 21:52:26 +01:00
Viktor Geringer
23ecc26978
Feature/reminder (#110)
* move refresh in tab, add job for refresh, add new setting

* check for setting in kernel

* prepare frontend and database for reminders

* prepare mail settings

* add timezone config

* add security-advisories package

* set back APP_URL

* send daily reminder

* update headlines for daily reminder

* fix postgres id sequence on import

* some basic responsive behaviour

* add weekly reminder

* fix footer css

* update readme

* change loading logo
2018-12-27 21:35:41 +01:00
Viktor Geringer
4b060cfd3b
Feature/telescope (#109)
* upgrade to laravel 5.7

* add laravel telescope
2018-11-10 00:23:48 +01:00
devfake
37c9822ccd clear cache from settings change 2018-11-09 22:19:04 +01:00
Viktor Geringer
6f26fdc376
Feature/calendar (#107)
* 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
2018-11-09 22:10:33 +01:00
devfake
783783d0d8 update dependencies 2018-09-15 17:28:23 +02:00
Tim Meier
cf519fbe5d Add Job Queue for Import and Updates (#106)
* 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
2018-09-14 22:58:00 +02:00
devfake
50122a7160 update production files 2018-04-25 18:41:34 +02:00
devfake
3c9f8d2606 update migrations 2018-04-25 18:24:18 +02:00
devfake
94cb286944 fix popularity null type 2018-03-11 21:20:35 +01:00
Viktor Geringer
1a1753181f
move genres into own table (#104)
* 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
2018-03-11 21:08:44 +01:00
devfake
c3dda14427 update production files 2017-12-30 01:45:52 +01:00
devfake
bd8f79077b few ui tweaks 2017-12-29 23:24:20 +01:00
devfake
47245f2539 update production files 2017-12-29 16:57:13 +01:00
Viktor Geringer
9a66341456
show add button for watchlist items if rating is disabled (#103) 2017-12-29 16:54:06 +01:00
Viktor Geringer
345c5ef579
fix http call (#102) 2017-12-29 15:48:11 +01:00
Viktor Geringer
405a038ee4
redirect to root path if a route is not found (#101) 2017-12-29 15:43:51 +01:00
Viktor Geringer
1f1967c2b3
Show ratings optionally (#98)
* show ratings optionally

* update production files
2017-11-05 17:06:27 +01:00
Viktor Geringer
7059f55d44
Update dependencies (#97)
* update webpack and vue

* Update Laravel

Fix tests.
Swap native php error log with Laravel's (disable on testing).
Remove Laravel Scout.

* fluent routing and decrease dbal version

* update to php 7.1
2017-11-03 13:53:28 +01:00
Tim Meier
5cb1bc21b6 Add two part episodes support for FP (#91)
* Add two part episodes support for FP

* Add tv import logging and bump FP submodule

* Bump flox-file-parser
2017-10-14 13:12:00 +02:00
Tim Meier
e704027731 Fix import for files with no tmdb_id (#93)
* Fix import for files with no tmdb_id

* refactor
2017-09-18 21:30:47 +02:00
devfake
63f2a2a68a update production files 2017-08-15 10:14:45 +02:00
devfake
0972b8d9d0 show if episode has no release date yet 2017-08-15 10:14:36 +02:00
devfake
3a4f754f21 provide default translation and update ru.json 2017-08-15 09:57:59 +02:00
Tim Meier
2e94485a5e Merge branch 'master' into subpage
Conflicts:
	README.md
	backend/app/Services/Storage.php
	backend/app/Services/TMDB.php
	client/app/config.js
	public/assets/app.js
2017-08-14 18:30:58 +00:00
Tim Meier
6f1af7de35 Fix tmdb search: sort now by title and popularity instead of only pop… (#90)
* Fix tmdb search: sort now by title and popularity instead of only popularity

* replace quotes
2017-08-14 19:32:42 +02:00
Viktor Geringer
2a97b31137 Improve filter sort (#85)
* remove filter icons

* add filter to content

* change filter name for "best rated"
2017-08-05 18:40:36 +02:00
Viktor Geringer
1a224a50ed Implement watchlist feature (#84)
* implement watchlist feature

* update production files

* fix migration error

* change current route to now-playing
2017-07-31 09:21:44 +02:00
Viktor Geringer
6ee5bfefcf allow to refresh the current route (#83) 2017-07-28 12:56:21 +02:00
Viktor Geringer
e6c13acde7 Show current movies in theatre (#82)
* start with "now playing" movies

* display current route

* display route in header

* update production files

* fix test and create refresh mock
2017-07-28 12:44:22 +02:00
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
Viktor Geringer
3ca5948a7a update readme 2017-07-13 09:16:15 +02:00
devfake
56a1dce41c update TMDb and IMDb asset calls to https #78 2017-07-13 09:07:07 +02:00
devfake
ab8d920a83 update TMDb asset calls to https #78 2017-07-13 08:53:53 +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
7791f7adae Merge pull request #75 from lex111/patch-1
Fix header markdown
2017-04-24 09:31:35 +02:00
Alexey Pyltsyn
f4ee82f840 Fix header markdown 2017-04-22 07:45:46 +03: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
Tim Meier
f054d70704 Bump flox-file-parser 2017-04-14 09:21:47 +00:00
Artem
0c8dc9c42d Create ru.json (#71)
Translate on Russian
2017-04-12 16:37:12 +02:00
Viktor Geringer
c8e6a492ad add browser titles (#70) 2017-04-11 15:46:19 +02:00