Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Apply fixable lint settings with Ruff | 2024-07-08 | -12/+9 | |
| | ||||
* | Use HTTPException To Propagate Access Failures | 2022-02-05 | -7/+2 | |
| | | | | | Co-authored-by: Bluenix <[email protected]> Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | Add Role Based Authorized Readers | 2022-02-05 | -4/+14 | |
| | | | | | | | Adds a new property on forms to declare which roles are authorized to access form responses. Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | Document forms routes | 2020-12-16 | -2/+12 | |
| | ||||
* | Add DELETE method to response route for form response deleting | 2020-12-16 | -2/+18 | |
| | ||||
* | Restructure single response route | 2020-12-14 | -2/+5 | |
| | ||||
* | Create route for showing single form response | 2020-12-13 | -0/+27 | |