aboutsummaryrefslogtreecommitdiffstats
path: root/backend (unfollow)
Commit message (Collapse)AuthorLines
2020-12-18Change Embed DescriptionGravatar Hassan Abouelela-1/+1
Co-authored-by: Joe Banks <[email protected]>
2020-12-17Update submit.pyGravatar Joe Banks-2/+2
2020-12-18Sends Embed AsynchronouslyGravatar Hassan Abouelela-4/+6
Signed-off-by: Hassan Abouelela <[email protected]>
2020-12-17Adds Webhook Sending FunctionalityGravatar Hassan Abouelela-7/+59
Builds and sends a discord webhook on form submission. Signed-off-by: Hassan Abouelela <[email protected]>
2020-12-17Makes Webhooks OptionalGravatar Hassan Abouelela-2/+2
Fixes a bug that would force you to do a dummy webhook object when creating a form. Fixes a bug that would force you to add an empty message for webhooks. Signed-off-by: Hassan Abouelela <[email protected]>
2020-12-17Adds Frontend URL to EnvGravatar Hassan Abouelela-0/+2
Signed-off-by: Hassan Abouelela <[email protected]>
2020-12-17Update backend/models/form_response.pyGravatar Hassan Abouelela-1/+1
Co-authored-by: ks129 <[email protected]>
2020-12-17Fixes DB Timestamp on ReturnGravatar Hassan Abouelela-11/+21
As pointed out by @ks129, fetching the responses would cause an error in the timestamp, as the validation was returning the current time at fetching, instead of the stored value. Signed-off-by: Hassan Abouelela <[email protected]>
2020-12-17Adds Timestamp FieldGravatar Hassan Abouelela-1/+7
Adds timestamp field to user form responses on generation. Signed-off-by: Hassan Abouelela <[email protected]>
2020-12-17Adds Webhook OptionGravatar Hassan Abouelela-7/+67
Adds webhook option on form creation, and adds validation. Updates `SCHEMA.md`. Signed-off-by: Hassan Abouelela <[email protected]>