aboutsummaryrefslogtreecommitdiffstats
path: root/backend/constants.py (follow)
Commit message (Collapse)AuthorAgeLines
* Apply fixable lint settings with RuffGravatar Joe Banks2024-07-08-2/+3
|
* Add timezone question typeGravatar Joe Banks2024-07-03-2/+2
|
* Merge branch 'main' into ks123/role-assigningGravatar ks1292021-03-09-4/+9
|\
| * Fixes Production URL ConstantGravatar Hassan Abouelela2021-03-08-1/+1
| | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]>
| * Makes Helper To Handle Token SameSite LogicGravatar Hassan Abouelela2021-03-07-2/+4
| | | | | | | | | | | | Adds a helper method to allow tokens to work on deploy previews. Signed-off-by: Hassan Abouelela <[email protected]>
| * 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 default value to guild IDGravatar ks1292020-12-29-1/+1
| |
* | Add PyDis guild constant from environmentGravatar ks1292020-12-29-0/+1
| |
* | Add Discord API base URL constantGravatar ks1292020-12-29-0/+2
| |
* | Add ASSIGN_ROLE flag to schema and to enumGravatar ks1292020-12-29-0/+1
| |
* | Add Discord bot token constant from environmentGravatar ks1292020-12-29-0/+1
|/
* 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