| Commit message (Expand) | Author | Lines | |
|---|---|---|---|
| 2020-12-13 | Move form creation to forms root POST | -1/+1 | |
| 2020-12-13 | Return only public fields | -1/+1 | |
| 2020-12-13 | Add custom dict method in form to return sometimes only public fields | -0/+11 | |
| 2020-12-10 | Add name and description fields to Form model | -0/+2 | |
| 2020-12-10 | Add form name and description to SCHEMA.md | -4/+5 | |
| 2020-12-10 | Make JSON errors more JS friendly and add response codes | -7/+8 | |
| 2020-12-09 | Add validation level for same ID forms | -0/+5 | |
| 2020-12-09 | Update form submitting endpoint to store and validate response | -22/+68 | |
| 2020-12-09 | Add HCaptcha secret key environment fetching | -0/+2 | |
| 2020-12-09 | Add pydnsbl dependency | -69/+207 | |
| 2020-12-09 | Remove some validators from models because they don't work | -28/+2 | |
| 2020-12-08 | Create model for form response | -1/+38 | |
| 2020-12-08 | Add AntiSpam and DiscordUser models to __init__.py | -1/+3 |