No description
This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2013-09-24 18:38:58 -04:00
static Initial version of the angular app. 2013-09-24 18:21:14 -04:00
templates Initial version of the angular app. 2013-09-24 18:21:14 -04:00
.gitignore Index that kinda works and is backed by a database. Still lots to do. 2013-09-20 11:55:44 -04:00
api.py Need to unwrap the flask user to get the db user for api queries. 2013-09-24 18:38:58 -04:00
app.py Need to unwrap the flask user to get the db user for api queries. 2013-09-24 18:38:58 -04:00
auth.py Integrate flask-principal in order to provide RBAC. 2013-09-20 18:38:17 -04:00
database.py Decouple the db user from the flask login user. 2013-09-24 18:21:27 -04:00
index.py Add some login machinery. 2013-09-23 12:37:40 -04:00
model.py Add some login machinery. 2013-09-23 12:37:40 -04:00
permissions.py Add missing read need from read repo permission. 2013-09-20 18:43:43 -04:00
requirements.txt Add some login machinery. 2013-09-23 12:37:40 -04:00
util.py Add some login machinery. 2013-09-23 12:37:40 -04:00
wsgi.py Add some login machinery. 2013-09-23 12:37:40 -04:00