Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add UNIQUE_RESPONDER form feature | 2025-08-08 | -0/+1 | |
| | ||||
* | Update SCHEMA.md to support align property | 2025-06-01 | -1/+3 | |
| | ||||
* | Update SCHEMA.md with webhook thread_id | 2025-05-31 | -4/+5 | |
| | ||||
* | Document timezone field in SCHEMA.md | 2024-07-08 | -10/+17 | |
| | ||||
* | Add Docs For Editors & Response Readers Props | 2022-02-05 | -17/+20 | |
| | | | | Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | Records Failed Unittests | 2021-06-02 | -1/+16 | |
| | | | | | | | Adds logic for saving submissions of failed unittests. Updates schema docs. Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | Adds Code Question Model | 2021-06-02 | -2/+7 | |
| | | | | | | | Adds an explicit model for questions of type `code`, to allow more complex parsing. Updates schema docs. Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | Merge branch 'main' into ks123/role-assigning | 2021-03-09 | -1/+6 | |
|\ | ||||
| * | Add unittests to the schema | 2021-02-24 | -1/+6 | |
| | | ||||
* | | Merge branch 'main' into ks123/role-assigning | 2021-01-23 | -15/+17 | |
|\| | ||||
| * | Add an optional submitted_text field to forms to customize the response upon ↵ | 2021-01-20 | -9/+9 | |
| | | | | | | | | submitting. | |||
| * | Add an optional response field to forms to customize the response upon ↵ | 2021-01-20 | -0/+1 | |
| | | | | | | | | submitting. | |||
| * | Add question model required field documentation to SCHEMA.md | 2021-01-02 | -6/+7 | |
| | | ||||
* | | Add discord_role field to form and it's schema | 2020-12-29 | -6/+7 | |
| | | ||||
* | | Add ASSIGN_ROLE flag to schema and to enum | 2020-12-29 | -0/+1 | |
|/ | ||||
* | Dedents Webhook Object | 2020-12-22 | -5/+8 | |
| | | | | | | | Removes the meta object, and moves the webhook object under the main form object to reduce nesting. Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | Adds and Documents Webhook Message Variables | 2020-12-21 | -3/+15 | |
| | | | | | | | Adds better parsing and formatting for webhook message variables, and documents them in SCHEMA.md. Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | Adds Webhook Sending Functionality | 2020-12-17 | -3/+3 | |
| | | | | | | Builds and sends a discord webhook on form submission. Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | Merge branch 'main' into discord-webhook | 2020-12-17 | -7/+8 | |
|\ | ||||
| * | Fixes DB Timestamp on Return | 2020-12-17 | -7/+8 | |
| | | | | | | | | | | | | | | | | 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]> | |||
* | | Adds Webhook Option | 2020-12-17 | -7/+15 | |
|/ | | | | | | | Adds webhook option on form creation, and adds validation. Updates `SCHEMA.md`. Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | Add form name and description to SCHEMA.md | 2020-12-10 | -4/+5 | |
| | ||||
* | Update hyperlinks | 2020-12-07 | -3/+5 | |
| | ||||
* | Update schema file with new objects | 2020-12-07 | -0/+26 | |
| | ||||
* | Update SCHEMA.md | 2020-11-30 | -7/+7 | |
| | ||||
* | Fix checkbox space | 2020-11-30 | -1/+1 | |
| | ||||
* | Update syntax highlighting | 2020-11-30 | -5/+5 | |
| | ||||
* | Add form schema | 2020-11-30 | -6/+117 | |
| | ||||
* | linebreak in SCHEMA.md | 2020-11-14 | -0/+4 | |
| | ||||
* | Add schema file describing feature meanings | 2020-11-14 | -0/+7 | |