summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Use CouchDB, this might break things.Kristofer Hallin2021-09-233-153/+69
|
* add simple authentication based on a local yaml fileLinus Nordberg2021-09-152-22/+150
| | | | | | | | This allows for mapping username/password pairs to sets of organisations with 'r' or 'rw' permissions. To be replaced with an external service providing a JWT in an HTTP header.
* allow adding dicts as valuesLinus Nordberg2021-06-221-7/+3
| | | | | The json.loads() object_hook is invoked for _every_ JSON object, which is not what we want.
* test insertion of a dict tooLinus Nordberg2021-06-221-4/+9
|
* have db tests work againLinus Nordberg2021-06-221-4/+5
|
* move README.md upLinus Nordberg2021-06-211-62/+0
|
* initial commitLinus Nordberg2021-06-214-0/+415