| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2020-12-18 | Remove DNS blacklist field from antispam model | -1/+0 | ||
| 2020-12-18 | Remove DNS blacklist handling from submit route | -6/+1 | ||
| 2020-12-18 | Add PATCH method to form endpoint | -2/+32 | ||
| 2020-12-17 | Update submit.py | -2/+2 | ||
| 2020-12-17 | Update backend/models/form_response.py | -1/+1 | ||
| Co-authored-by: ks129 <[email protected]> | ||||
| 2020-12-17 | Fixes DB Timestamp on Return | -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-17 | Adds Timestamp Field | -1/+7 | ||
| Adds timestamp field to user form responses on generation. Signed-off-by: Hassan Abouelela <[email protected]> | ||||