From 9ab0d43f4390b345a10b20b78be9807e44bf228d Mon Sep 17 00:00:00 2001 From: Tobias Kurze Date: Wed, 14 Aug 2019 16:38:03 +0200 Subject: [PATCH] profile and other stuff --- .idea/backend.iml | 2 +- .idea/misc.xml | 2 +- .idea/vcs.xml | 4 +- .idea/workspace.xml | 662 +++++--------------------------------- __init__.py | 1 - api/__init__.py | 7 + api/auth_api.py | 69 +++- api/control_api.py | 6 +- api/user_api.py | 42 ++- auth/__init__.py | 29 +- auth/basic_auth.py | 8 +- auth/config.py | 2 +- auth/templates/login.html | 2 +- config.py | 38 ++- models/recorder_model.py | 24 +- models/user_model.py | 23 +- 16 files changed, 297 insertions(+), 624 deletions(-) diff --git a/.idea/backend.iml b/.idea/backend.iml index feaaf6c..2b7babe 100644 --- a/.idea/backend.iml +++ b/.idea/backend.iml @@ -17,7 +17,7 @@ - + diff --git a/.idea/misc.xml b/.idea/misc.xml index c49b055..0d81588 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -3,7 +3,7 @@ - + diff --git a/.idea/vcs.xml b/.idea/vcs.xml index c8e8dc5..ddd5e47 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -2,9 +2,7 @@ - - - + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 65ef146..3cce38e 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,18 +2,31 @@ - - - - + + - - - - - - - + + + + + + + + + + + + + + + + + + + + + +