Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Return errors in JSON format so they can still be easily parsed | 2024-07-11 | -1/+13 | |
| | ||||
* | Apply fixable lint settings with Ruff | 2024-07-08 | -3/+3 | |
| | ||||
* | Merge branch 'main' into dependabot/pip/sentry-sdk-0.20.3 | 2021-03-08 | -4/+15 | |
|\ | | | | | | | | | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]> # Conflicts: # backend/__init__.py # poetry.lock | |||
| * | Formats Authorize File | 2021-03-06 | -0/+1 | |
| | | | | | | | | | | | | | | | | Cleans up the authorize file, and the __init__ to maintain the project's code style. Co-authored-by: Joe Banks <[email protected]> Signed-off-by: Hassan Abouelela <[email protected]> | |||
| * | Allows All CORS Requests On Development | 2021-03-01 | -2/+2 | |
| | | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]> | |||
| * | Adds CORS Rules | 2021-02-20 | -5/+15 | |
| | | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | | Sets Sentry SDK Environment | 2021-02-21 | -2/+4 | |
|/ | | | | Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | Move Sentry middleware to higher position | 2020-12-27 | -1/+1 | |
| | ||||
* | Implement Sentry SDK initialization and add Middleware | 2020-12-27 | -1/+11 | |
| | ||||
* | Enable docs and load protection middleware | 2020-12-16 | -2/+5 | |
| | ||||
* | Remove unused os import | 2020-12-14 | -2/+0 | |
| | ||||
* | Star allow CORS for now | 2020-12-14 | -5/+2 | |
| | ||||
* | Shorten var name to meet flake8 limits: | 2020-12-14 | -2/+2 | |
| | ||||
* | Change how the ALLOWED_HOSTS environment variable sets CORS | 2020-12-14 | -4/+5 | |
| | ||||
* | Swap out list of regex for single regex | 2020-12-14 | -3/+1 | |
| | ||||
* | Add Netlify root and deploy previews to CORS | 2020-12-14 | -0/+3 | |
| | ||||
* | Add JWT authentication middleware to middlewares list | 2020-12-01 | -1/+4 | |
| | ||||
* | Move CORS allowed origins to environment variable | 2020-11-22 | -1/+3 | |
| | ||||
* | Initial backend init | 2020-10-25 | -0/+23 | |