Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merge branch 'main' into ks123/role-assigning | 2021-03-09 | -4/+9 | |
|\ | ||||
| * | Fixes Production URL Constant | 2021-03-08 | -1/+1 | |
| | | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]> | |||
| * | Makes Helper To Handle Token SameSite Logic | 2021-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-expiry | 2021-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 noqas | 2021-02-24 | -4/+4 | |
| | | | ||||
| | * | Add snekbox to the environment | 2021-02-24 | -0/+1 | |
| | | | ||||
| * | | Adds Production Constant | 2021-02-19 | -0/+2 | |
| |/ | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | | Add default value to guild ID | 2020-12-29 | -1/+1 | |
| | | ||||
* | | Add PyDis guild constant from environment | 2020-12-29 | -0/+1 | |
| | | ||||
* | | Add Discord API base URL constant | 2020-12-29 | -0/+2 | |
| | | ||||
* | | Add ASSIGN_ROLE flag to schema and to enum | 2020-12-29 | -0/+1 | |
| | | ||||
* | | Add Discord bot token constant from environment | 2020-12-29 | -0/+1 | |
|/ | ||||
* | Add Sentry DSN constant | 2020-12-27 | -0/+1 | |
| | ||||
* | Add Git SHA constant | 2020-12-27 | -0/+2 | |
| | ||||
* | Dedents Webhook Object | 2020-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 Asynchronously | 2020-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-webhook | 2020-12-17 | -0/+2 | |
|\ | | | | | | | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]> # Conflicts: # backend/routes/forms/submit.py | |||
| * | Add optional production password for docs | 2020-12-16 | -0/+2 | |
| | | ||||
* | | Adds Frontend URL to Env | 2020-12-17 | -0/+1 | |
| | | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | | Adds Webhook Option | 2020-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 callback | 2020-12-13 | -1/+1 | |
| | ||||
* | Add HCaptcha secret key environment fetching | 2020-12-09 | -0/+2 | |
| | ||||
* | Add Enum for form features | 2020-11-30 | -0/+12 | |
| | ||||
* | Add question types data requirements to constants | 2020-11-30 | -0/+18 | |
| | ||||
* | Add allowed question types constant | 2020-11-30 | -0/+11 | |
| | ||||
* | Add constants | 2020-10-25 | -0/+17 | |