summaryrefslogtreecommitdiff
path: root/src/main.py
Commit message (Expand)AuthorAgeFilesLines
* BugfixErnst Widerberg2022-01-141-2/+2
* Decrease database reconnection timerErnst Widerberg2022-01-141-1/+1
* Revert "Only retry the database connection if we get an ConnectionError excep...Ernst Widerberg2022-01-141-4/+3
* Printing bugfixErnst Widerberg2022-01-141-2/+2
* Add read/write permissions to JWTs based on YAMLErnst Widerberg2022-01-131-8/+55
* Only retry the database connection if we get an ConnectionError exception.Kristofer Hallin2021-12-171-3/+4
* Require JWT token for the /delete endpoint.Kristofer Hallin2021-11-261-1/+4
* * Now possible to remove documents, new /delete endpoint.Kristofer Hallin2021-11-261-0/+12
* Fix get/<id> endpointErnst Widerberg2021-11-241-0/+4
* Add Access-Control-Expose-Headers: X-Total-Count to CORSErnst Widerberg2021-11-241-0/+1
* BugfixErnst Widerberg2021-11-241-1/+1
* Add mock X-Total-CountErnst Widerberg2021-11-241-0/+7
* Add CORS middlewareErnst Widerberg2021-11-241-0/+9
* Bugfix?Ernst Widerberg2021-11-231-1/+1
* * Rename wsgi.py to main.py, we're not using WSGI.Kristofer Hallin2021-11-171-0/+145