aboutsummaryrefslogtreecommitdiffstats
path: root/backend/constants.py (follow)
Commit message (Collapse)AuthorAgeLines
* Merge branch 'main' into token-expiryGravatar Hassan Abouelela2021-02-28-4/+5
|\ | | | | | | | | | | # Conflicts: # backend/routes/forms/form.py # backend/routes/forms/submit.py
| * Switch to 100 chars line length and get rid of the noqasGravatar Matteo Bertucci2021-02-24-4/+4
| |
| * Add snekbox to the environmentGravatar Matteo Bertucci2021-02-24-0/+1
| |
* | Adds Production ConstantGravatar Hassan Abouelela2021-02-19-0/+2
|/ | | | Signed-off-by: Hassan Abouelela <[email protected]>
* Add Sentry DSN constantGravatar ks1292020-12-27-0/+1
|
* Add Git SHA constantGravatar ks1292020-12-27-0/+2
|
* Dedents Webhook ObjectGravatar Hassan Abouelela2020-12-22-4/+0
| | | | | | | Removes the meta object, and moves the webhook object under the main form object to reduce nesting. Signed-off-by: Hassan Abouelela <[email protected]>
* Runs Initial Validation AsynchronouslyGravatar Hassan Abouelela2020-12-18-0/+9
| | | | | | | Moves the validation code of webhook urls to an async function that is called by the route, to avoid blocking code. Signed-off-by: Hassan Abouelela <[email protected]>
* Merge branch 'main' into discord-webhookGravatar Hassan Abouelela2020-12-17-0/+2
|\ | | | | | | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]> # Conflicts: # backend/routes/forms/submit.py
| * Add optional production password for docsGravatar Joe Banks2020-12-16-0/+2
| |
* | Adds Frontend URL to EnvGravatar Hassan Abouelela2020-12-17-0/+1
| | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]>
* | Adds Webhook OptionGravatar Hassan Abouelela2020-12-17-0/+1
|/ | | | | | | Adds webhook option on form creation, and adds validation. Updates `SCHEMA.md`. Signed-off-by: Hassan Abouelela <[email protected]>
* HTTPs URL in OAuth2 callbackGravatar Joe Banks2020-12-13-1/+1
|
* Add HCaptcha secret key environment fetchingGravatar ks1292020-12-09-0/+2
|
* Add Enum for form featuresGravatar ks1292020-11-30-0/+12
|
* Add question types data requirements to constantsGravatar ks1292020-11-30-0/+18
|
* Add allowed question types constantGravatar ks1292020-11-30-0/+11
|
* Add constantsGravatar Joe Banks2020-10-25-0/+17