unwind/unwind
ducklet dd3d5f3670 fix user rating refresh if a user is unavailable
If a user's ratings cannot be accessed, e.g. due to network errors, it
should skip to the next user.
Ideally we could mark a user as inactive after X failed retries.
2021-11-02 14:14:32 +01:00
..
middleware fix elapsed to always use floating point notation 2021-07-07 22:58:52 +02:00
sql add per user group management 2021-08-04 17:32:00 +02:00
__init__.py add more filtering options 2021-06-21 23:48:36 +02:00
__main__.py refactor loading of imdb ratings to yield loaded ratings 2021-07-10 01:43:24 +02:00
config.py make more aspects of API & UI hosting configurable 2021-08-05 19:18:51 +02:00
db.py fix SQLite locking errors 2021-08-18 20:02:10 +02:00
imdb.py fix user rating refresh if a user is unavailable 2021-11-02 14:14:32 +01:00
imdb_import.py add new IMDb movie type: tvPilot 2021-08-22 14:44:29 +02:00
models.py use more compact JSON repr 2021-08-18 20:08:09 +02:00
request.py add new admin routes to trigger database updates 2021-07-10 19:32:08 +02:00
types.py init with some kind of working prototype 2021-06-15 19:09:21 +02:00
utils.py replace legacy ratings route with group ratings 2021-07-08 09:48:54 +02:00
web.py add force option to movie reload 2021-08-06 14:23:21 +02:00