| Commit message (Collapse) | Author | Age | Lines |
| |
|
|
|
|
|
|
| |
Adds the ability to specify who can edit forms using discord roles.
Signed-off-by: Hassan Abouelela <[email protected]>
|
|
|
|
|
|
|
|
| |
The form model specifies webhook as nullable, but the validator code
does not properly handle them. This PR adds logic to handle that
scenario.
Signed-off-by: Hassan Abouelela <[email protected]>
|
|
|
|
|
|
|
| |
Removes the meta object, and moves the webhook object under the main
form object to reduce nesting.
Signed-off-by: Hassan Abouelela <[email protected]>
|
|
|
|
|
|
|
| |
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]>
|
| |
|
|
|
| |
Co-authored-by: Joe Banks <[email protected]>
|
| |
|
|
|
|
| |
We need to convert '_id' key to 'id'.
|
| |
|
| |
|
| |
|
| |
|
|
|