aboutsummaryrefslogtreecommitdiffstats
path: root/backend (unfollow)
Commit message (Collapse)AuthorLines
2020-12-18Remove DNS blacklist field from antispam modelGravatar ks129-1/+0
2020-12-18Remove DNS blacklist handling from submit routeGravatar ks129-6/+1
2020-12-18Add PATCH method to form endpointGravatar ks129-2/+32
2020-12-17Update submit.pyGravatar Joe Banks-2/+2
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]>