1
0
mirror of https://github.com/devfake/flox.git synced 2024-11-23 18:42:30 +01:00
Commit Graph

169 Commits

Author SHA1 Message Date
sycjam
7a7aa31b13
Update Item.php 2020-05-26 22:07:37 +01:00
sycjam
a212cb0d73
Update Episode.php 2020-05-26 22:07:09 +01:00
Ilias
76b70e3c38 Update the last seen attributes from the API
When using the Plex API, any episodes that are watched are correctly
marked as seen but that is not reflected in the last seen ordering in
the TV view.

This commit ensures that when an episode is watched, sorting by "Last
seen" on the TV page still works.
2020-05-17 14:46:45 +01:00
devfake
49bb978e45 get DB_DATABASE for sqlite in config 2020-03-08 20:48:35 +01:00
devfake
f993e32325 refactor media type check 2020-02-09 15:17:14 +01:00
devfake
476adac81d fix subpage wrong mediatype
fixes #144
2020-02-09 15:11:12 +01:00
devfake
03da14fbdc change default driver for queue to database
fixes #146
2020-02-07 20:01:29 +01:00
devfake
261cbd9ceb fix subpage response 2020-01-27 11:07:27 +01:00
devfake
407956beb7 drop unique index for tmdb_id and check for media type 2020-01-27 11:00:43 +01:00
Andreas Gaisbauer
28452d1433 Added hostname and port (with default values) to init wizzard 2020-01-12 04:21:51 +01:00
Andreas Gaisbauer
a91553f796 added migrations to change released_timestamp from timestamp to datetime 2020-01-09 23:31:50 +01:00
devfake
f0b68bdddb update readme for plex 2019-12-25 17:03:34 +01:00
devfake
e028d33b5b fix sorting for next episode 2019-12-25 17:03:34 +01:00
devfake
deb41f9eb2 fix next episode sorting 2019-12-25 17:03:34 +01:00
devfake
2bb21feaf7 restructure tests and implement tests for plex 2019-12-25 17:03:33 +01:00
devfake
9538ab407b abstract the functionality for the api tests 2019-12-25 17:03:33 +01:00
devfake
f17e714531 fake api test 2019-12-25 17:03:33 +01:00
devfake
2fa545cb2b middleware test 2019-12-25 17:03:33 +01:00
devfake
84212f5444 add timestmap for release date 2019-12-25 17:03:32 +01:00
devfake
5b22bb1abe implement plex api 2019-12-25 17:03:32 +01:00
devfake
0665286bd5 create api settings page 2019-12-25 17:03:32 +01:00
devfake
8971180dcb truncate episode name length 2019-12-25 15:16:07 +01:00
devfake
c0a6e71232 change env example 2019-12-25 14:45:11 +01:00
devfake
ee3f636df5 fix calendar item check 2019-12-22 20:23:15 +01:00
devfake
3335f276ea bump to 2.0.0 2019-12-22 14:19:16 +01:00
devfake
22a5a21e39 move reminder times to env 2019-12-21 19:46:46 +01:00
devfake
2d4353005c check for demo 2019-12-21 15:33:27 +01:00
devfake
356b0a6028 remove queue:clear command 2019-12-21 14:49:35 +01:00
devfake
73f0e685c7 update to laravel 6.8 2019-12-21 14:47:53 +01:00
devfake
314e57df23 remove telescope 2019-12-21 13:19:56 +01:00
devfake
83614a6570 update to laravel 5.8 2019-12-21 12:56:04 +01:00
devfake
9243cafa7e restructure item actions styles 2019-12-21 12:22:00 +01:00
devfake
649e577077 show netflix, amazon and disney+ link
# Conflicts:
#	client/app/components/Modal/ListForm.vue
2019-12-21 10:54:25 +01:00
devfake
68d4be46d9 remove dependencies 2019-12-21 10:00:28 +01:00
Viktor Geringer
7a62ab14a3
fix TMDB X-RateLimit-Remaining header issue 2019-12-19 21:34:42 +01:00
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
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
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
Viktor Geringer
345c5ef579
fix http call (#102) 2017-12-29 15:48:11 +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