Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More database changes and endpoints. | Kristofer Hallin | 2022-04-11 | 1 | -13/+32 |
* | Random SQL stuff for handling scanners. | Kristofer Hallin | 2022-04-08 | 1 | -0/+10 |
* | Moved everything database related to db/. | Kristofer Hallin | 2022-04-07 | 1 | -6/+7 |
* | Bugfix | Ernst Widerberg | 2022-01-14 | 1 | -2/+2 |
* | Decrease database reconnection timer | Ernst Widerberg | 2022-01-14 | 1 | -1/+1 |
* | Revert "Only retry the database connection if we get an ConnectionError excep... | Ernst Widerberg | 2022-01-14 | 1 | -4/+3 |
* | Printing bugfix | Ernst Widerberg | 2022-01-14 | 1 | -2/+2 |
* | Add read/write permissions to JWTs based on YAML | Ernst Widerberg | 2022-01-13 | 1 | -8/+55 |
* | Only retry the database connection if we get an ConnectionError exception. | Kristofer Hallin | 2021-12-17 | 1 | -3/+4 |
* | Require JWT token for the /delete endpoint. | Kristofer Hallin | 2021-11-26 | 1 | -1/+4 |
* | * Now possible to remove documents, new /delete endpoint. | Kristofer Hallin | 2021-11-26 | 1 | -0/+12 |
* | Fix get/<id> endpoint | Ernst Widerberg | 2021-11-24 | 1 | -0/+4 |
* | Add Access-Control-Expose-Headers: X-Total-Count to CORS | Ernst Widerberg | 2021-11-24 | 1 | -0/+1 |
* | Bugfix | Ernst Widerberg | 2021-11-24 | 1 | -1/+1 |
* | Add mock X-Total-Count | Ernst Widerberg | 2021-11-24 | 1 | -0/+7 |
* | Add CORS middleware | Ernst Widerberg | 2021-11-24 | 1 | -0/+9 |
* | Bugfix? | Ernst Widerberg | 2021-11-23 | 1 | -1/+1 |
* | * Rename wsgi.py to main.py, we're not using WSGI. | Kristofer Hallin | 2021-11-17 | 1 | -0/+145 |