aboutsummaryrefslogtreecommitdiffstats
path: root/backend/routes/forms (follow)
Commit message (Expand)AuthorAgeLines
* Only filter units if we aren't using an admin tokenGravatar Matteo Bertucci2021-02-25-1/+2
* Make use of list.copy() instead of [:]Gravatar Matteo Bertucci2021-02-25-2/+2
* Don't try to parse the composed codeGravatar Matteo Bertucci2021-02-25-40/+32
* Make use of .raise_for_status()Gravatar Matteo Bertucci2021-02-25-8/+6
* Add return code 7 for processes killed by NsJailGravatar Matteo Bertucci2021-02-25-22/+25
* Add return code 6 for exceptions when loading moduleGravatar Matteo Bertucci2021-02-25-1/+1
* Properly handle return codes 5 and 99Gravatar Matteo Bertucci2021-02-24-14/+18
* Document unittest codeGravatar Matteo Bertucci2021-02-24-6/+16
* Censor unittests on GET /forms/$idGravatar Matteo Bertucci2021-02-24-0/+16
* Add support for hidden testsGravatar Matteo Bertucci2021-02-24-2/+17
* 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-6/+14
* Hook up unittesting in the submit protocolGravatar Matteo Bertucci2021-02-24-0/+14
* Support code unit testing through snekboxGravatar Matteo Bertucci2021-02-24-0/+91
* Order discoverable forms alphabeticallyGravatar Joe Banks2021-01-04-1/+1
* Use $in operator for non-admin filtering to allow fetching closed formsGravatar ks1292021-01-04-1/+1
* Add handling of optional fields to submit endpointGravatar ks1292020-12-28-1/+4
* Let Pydantic validate bulk responses delete dataGravatar ks1292020-12-24-4/+8
* Check does form exists in responses bulk DELETEGravatar ks1292020-12-23-1/+6
* Add bulk DELETE method to responses endpointGravatar ks1292020-12-23-1/+56
* Updates Patching StrategyGravatar Hassan Abouelela2020-12-22-7/+15
* Dedents Webhook ObjectGravatar Hassan Abouelela2020-12-22-6/+5
* Merge branch 'main' into discord-webhookGravatar Hassan Abouelela2020-12-21-8/+38
|\
| * Update status code of pydantic errors responseGravatar ks1292020-12-18-1/+1
| * Actually update form in DB in PATCH methodGravatar ks1292020-12-18-0/+5
| * Merge branch 'main' into ks123/form-patchGravatar ks1292020-12-18-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
| * | | Merge branch 'main' into ks123/form-patchGravatar ks1292020-12-18-2/+2
| |\ \ \ | | | |/ | | |/|
| * | | Add PATCH method to form endpointGravatar ks1292020-12-18-2/+32
| | |/ | |/|
* | | Adds and Documents Webhook Message VariablesGravatar Hassan Abouelela2020-12-21-0/+12
* | | Runs Initial Validation AsynchronouslyGravatar Hassan Abouelela2020-12-18-1/+17
* | | 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-10/+69
|\|
| * Merge branch 'main' into docs/api-specGravatar ks1292020-12-17-0/+2
| |\
| * | Document forms routesGravatar Joe Banks2020-12-16-10/+69
* | | Adds Webhook Sending FunctionalityGravatar Hassan Abouelela2020-12-17-4/+56
| |/ |/|
* | Fixes DB Timestamp on ReturnGravatar Hassan Abouelela2020-12-17-0/+2
|/
* Add DELETE method to response route for form response deletingGravatar ks1292020-12-16-2/+18
* Remove unnecessary status codeGravatar ks1292020-12-16-1/+1
* Add missing commaGravatar ks1292020-12-16-1/+1
* Return some JSON from delete endpointGravatar ks1292020-12-16-1/+1
* Fix grammarGravatar ks1292020-12-16-2/+2
* Add DELETE method for form endpointGravatar ks1292020-12-16-2/+20
* Merge branch 'main' into ks123/responses-routeGravatar Joe Banks2020-12-14-0/+30
|\
| * Merge branch 'main' into ks123/single-response-routeGravatar Joe Banks2020-12-14-37/+55
| |\