Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Apply fixable lint settings with Ruff | 2024-07-08 | -27/+19 | |
| | ||||
* | Use HTTPException To Propagate Access Failures | 2022-02-05 | -6/+2 | |
| | | | | | Co-authored-by: Bluenix <[email protected]> Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | Add Role Based Authorized Readers | 2022-02-05 | -7/+10 | |
| | | | | | | | Adds a new property on forms to declare which roles are authorized to access form responses. Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | Let Pydantic validate bulk responses delete data | 2020-12-24 | -4/+8 | |
| | ||||
* | Check does form exists in responses bulk DELETE | 2020-12-23 | -1/+6 | |
| | ||||
* | Add bulk DELETE method to responses endpoint | 2020-12-23 | -1/+56 | |
| | ||||
* | Document forms routes | 2020-12-16 | -1/+7 | |
| | ||||
* | Improve form responses endpoint | 2020-12-14 | -5/+9 | |
| | ||||
* | Create route for returning all form responses | 2020-12-14 | -0/+30 | |