aboutsummaryrefslogtreecommitdiffstats
path: root/backend/__init__.py (follow)
Commit message (Collapse)AuthorAgeLines
* Return errors in JSON format so they can still be easily parsedGravatar Joe Banks2024-07-11-1/+13
|
* Apply fixable lint settings with RuffGravatar Joe Banks2024-07-08-3/+3
|
* Merge branch 'main' into dependabot/pip/sentry-sdk-0.20.3Gravatar Hassan Abouelela2021-03-08-4/+15
|\ | | | | | | | | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]> # Conflicts: # backend/__init__.py # poetry.lock
| * Formats Authorize FileGravatar Hassan Abouelela2021-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 DevelopmentGravatar Hassan Abouelela2021-03-01-2/+2
| | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]>
| * Adds CORS RulesGravatar Hassan Abouelela2021-02-20-5/+15
| | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]>
* | Sets Sentry SDK EnvironmentGravatar Hassan Abouelela2021-02-21-2/+4
|/ | | | Signed-off-by: Hassan Abouelela <[email protected]>
* Move Sentry middleware to higher positionGravatar ks1292020-12-27-1/+1
|
* Implement Sentry SDK initialization and add MiddlewareGravatar ks1292020-12-27-1/+11
|
* Enable docs and load protection middlewareGravatar Joe Banks2020-12-16-2/+5
|
* Remove unused os importGravatar Joe Banks2020-12-14-2/+0
|
* Star allow CORS for nowGravatar Joe Banks2020-12-14-5/+2
|
* Shorten var name to meet flake8 limits:Gravatar Joe Banks2020-12-14-2/+2
|
* Change how the ALLOWED_HOSTS environment variable sets CORSGravatar Joe Banks2020-12-14-4/+5
|
* Swap out list of regex for single regexGravatar Joe Banks2020-12-14-3/+1
|
* Add Netlify root and deploy previews to CORSGravatar Joe Banks2020-12-14-0/+3
|
* Add JWT authentication middleware to middlewares listGravatar ks1292020-12-01-1/+4
|
* Move CORS allowed origins to environment variableGravatar ks1292020-11-22-1/+3
|
* Initial backend initGravatar Joe Banks2020-10-25-0/+23