Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Apply fixable lint settings with Ruff | 2024-07-08 | -14/+7 | |
| | ||||
* | Enable Login Form In Production | 2022-06-17 | -9/+11 | |
| | | | | | | | | Adds a non-discoverable login form in all environments to make it easier to authenticate. Ideally, we'd have an actual login button, but this is an easy solution in the meantime. Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | Add Role Based Authorized Readers | 2022-02-05 | -1/+1 | |
| | | | | | | | Adds a new property on forms to declare which roles are authorized to access form responses. Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | Adds An Empty Form For Authorization | 2021-05-17 | -4/+29 | |
| | | | | | | | Returns a form with no questions, if the server is not running in production, and no other forms are found, to aid in setting up. Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | Order discoverable forms alphabetically | 2021-01-04 | -1/+1 | |
| | ||||
* | Document forms routes | 2020-12-16 | -1/+5 | |
| | ||||
* | Return only public fields | 2020-12-13 | -1/+1 | |
| | ||||
* | Move data to Form and then back to dictionary for id converting | 2020-12-02 | -1/+6 | |
| | ||||
* | Move from PyMongo to Motor driver for asynchronous support | 2020-12-02 | -3/+2 | |
| | ||||
* | Fix linting issues to make flake8 job passing | 2020-11-23 | -2/+2 | |
| | ||||
* | Search for Discoverable forms using features instead of attribute | 2020-11-14 | -2/+1 | |
| | ||||
* | Add discoverable forms URL | 2020-10-31 | -0/+29 | |