Commit graph

7 commits

Author SHA1 Message Date
13b65103fd [wip] use Python 3.11 & update all dependencies 2023-02-02 23:18:21 +01:00
9acd534706 make more aspects of API & UI hosting configurable
This is necessary to create proper dev & production builds of the app.
2021-08-05 19:18:51 +02:00
af25d9c5a2 change the container to be more production ready
This includes the code files in the docker image and creates a separate
data dir, which means we don't need to manually mount files into the
container anymore.
2021-07-25 18:06:17 +02:00
294e311aff add new admin routes to trigger database updates
The two routes offer reloading the whole movie database from IMDb, and
reloading all users' IMDb ratings.
These functions (or very similar) were already available using the CLI,
but now they can be triggered remotely by an admin.
2021-07-10 19:32:08 +02:00
cd42b95e49 remove imdb users from config, load from db 2021-07-08 09:57:33 +02:00
75391b1ca2 replace legacy ratings route with group ratings 2021-07-08 09:48:54 +02:00
b5cb22822e init with some kind of working prototype 2021-06-15 19:09:21 +02:00