aboutsummaryrefslogtreecommitdiffstats
path: root/backend/routes/forms/submit.py (follow)
Commit message (Expand)AuthorAgeLines
* Return 403 on failed testsGravatar Matteo Bertucci2021-02-24-1/+1
* Switch to 100 chars line length and get rid of the noqasGravatar Matteo Bertucci2021-02-24-4/+11
* Hook up unittesting in the submit protocolGravatar Matteo Bertucci2021-02-24-0/+14
* Add handling of optional fields to submit endpointGravatar ks1292020-12-28-1/+4
* Dedents Webhook ObjectGravatar Hassan Abouelela2020-12-22-3/+3
* Merge branch 'main' into discord-webhookGravatar Hassan Abouelela2020-12-21-6/+1
|\
| * Merge branch 'main' into ks123/dns-check-removeGravatar Joe Banks2020-12-18-2/+2
| |\
| * | Remove DNS blacklist handling from submit routeGravatar ks1292020-12-18-6/+1
* | | Adds and Documents Webhook Message VariablesGravatar Hassan Abouelela2020-12-21-0/+12
* | | Uses Builtin User ClassGravatar Hassan Abouelela2020-12-18-9/+17
* | | Change Embed DescriptionGravatar Hassan Abouelela2020-12-18-1/+1
* | | Merge branch 'main' into discord-webhookGravatar Hassan Abouelela2020-12-18-2/+2
|\ \ \ | | |/ | |/|
| * | Update submit.pyGravatar Joe Banks2020-12-17-2/+2
| |/
* | Sends Embed AsynchronouslyGravatar Hassan Abouelela2020-12-18-3/+5
* | Merge branch 'main' into discord-webhookGravatar Hassan Abouelela2020-12-17-0/+25
|\|
| * Merge branch 'main' into docs/api-specGravatar ks1292020-12-17-0/+2
| |\
| * | Document forms routesGravatar Joe Banks2020-12-16-0/+25
* | | Adds Webhook Sending FunctionalityGravatar Hassan Abouelela2020-12-17-4/+56
| |/ |/|
* | Fixes DB Timestamp on ReturnGravatar Hassan Abouelela2020-12-17-0/+2
|/
* Make JSON errors more JS friendly and add response codesGravatar ks1292020-12-10-6/+7
* Update form submitting endpoint to store and validate responseGravatar ks1292020-12-09-22/+68
* Move from PyMongo to Motor driver for asynchronous supportGravatar ks1292020-12-02-1/+1
* Fix linting issues to make flake8 job passingGravatar ks1292020-11-23-1/+2
* Add basic debug submit route to calculate some anti-spam and validate tokensGravatar Joe Banks2020-11-14-0/+68