Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable CORS | Ernst Widerberg | 2021-09-24 | 1 | -1/+1 |
| | |||||
* | Use CouchDB, this might break things. | Kristofer Hallin | 2021-09-23 | 1 | -8/+24 |
| | |||||
* | add simple authentication based on a local yaml file | Linus Nordberg | 2021-09-15 | 1 | -22/+41 |
| | | | | | | | | 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 values | Linus Nordberg | 2021-06-22 | 1 | -7/+3 |
| | | | | | The json.loads() object_hook is invoked for _every_ JSON object, which is not what we want. | ||||
* | initial commit | Linus Nordberg | 2021-06-21 | 1 | -0/+120 |