nopaque/app
Patrick Jentsch 47ab22c534 Codestyle
2019-08-22 09:35:23 +02:00
..
admin Add new admin blueprint with new user delete feature. Reorganize templates etc. 2019-08-15 15:56:53 +02:00
api Renome to_jsonifyable method to to_dict 2019-08-16 14:53:59 +02:00
auth Add redirect for login page if the user is already loged in. 2019-08-02 13:30:43 +02:00
main Add new admin blueprint with new user delete feature. Reorganize templates etc. 2019-08-15 15:56:53 +02:00
services Use Flask-APScheduler. Move docker swarm logic to scheduler. 2019-08-13 14:10:50 +02:00
static Use minimal list.js file. 2019-08-20 16:12:03 +02:00
templates Use minimal list.js file. 2019-08-20 16:12:03 +02:00
__init__.py Remove ugly workaround for scheduler function. Now the current app_context is used, instead of creating a new app instance. 2019-08-20 15:57:58 +02:00
decorators.py Add Roles and Permission models so that only admins can access /admin 2019-07-09 15:41:16 +02:00
email.py Add .j2 suffix for template files 2019-07-08 16:07:46 +02:00
models.py Codestyle 2019-08-22 09:35:23 +02:00
scheduler_functions.py Catch more exceptions. 2019-08-21 11:40:09 +02:00
tables.py Add new admin blueprint with new user delete feature. Reorganize templates etc. 2019-08-15 15:56:53 +02:00