Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Adds A Dev Only Endpoint For Adding Admins | 2021-05-15 | -8/+35 | |
| | | | | | | | Copies the admin adding endpoint into an unprotected endpoint that is only registered in non-production builds. Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | Update admin add route docstring | 2020-12-24 | -1/+1 | |
| | | | Co-authored-by: Joe Banks <[email protected]> | |||
* | Check is user already admin before adding | 2020-12-24 | -0/+5 | |
| | ||||
* | Use Pydantic validation instead manual validation | 2020-12-24 | -3/+8 | |
| | ||||
* | Create route for adding new admins | 2020-12-22 | -0/+31 | |