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

25 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
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
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
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
devfake
34a4046060 replace vue-resource with axios 2016-11-23 11:59:22 +01:00
devfake
d80a37d932 use yarn 2016-11-23 11:41:26 +01:00
devfake
b754d84149 Init new version 2016-10-10 10:57:39 +02:00
devfake
a7cba7dc2e remove old code from master branch 2016-10-07 14:38:41 +02:00
devfake
c566153fd5 start with category selection 2016-02-25 21:15:41 +01:00
devfake
6027173fd4 clean up and minor fixes 2016-02-24 20:15:25 +01:00
devfake
be8590d95f implement star-rating design 2016-02-24 15:08:31 +01:00
devfake
34c1b2b8a3 start with hidden-content 2016-02-24 11:36:52 +01:00
devfake
faf0dd3bf5 change poster to img 2016-02-23 14:21:44 +01:00
devfake
7f381c7ff0 update react-router 2016-02-23 13:09:50 +01:00
devfake
a76660451e update packages 2016-02-23 09:11:31 +01:00
devfake
ac2f217ecc update elixir 2015-07-30 19:40:23 +02:00
devfake
9bc4d69727 add tooltip 2015-07-28 14:34:31 +02:00
devfake
fc54d88aaf fix 2015-07-28 11:37:05 +02:00
devfake
7ccfb5154b initial commit 2015-07-27 20:49:37 +02:00