aboutsummaryrefslogtreecommitdiffstats
path: root/backend/routes (follow)
Commit message (Collapse)AuthorAgeLines
...
* Create route for creating new formsGravatar ks1292020-12-02-0/+30
|
* Move data to Form and then back to dictionary for id convertingGravatar ks1292020-12-02-1/+6
|
* Move MongoDB output to Form model and after convert it to dictionaryGravatar ks1292020-12-02-1/+5
| | | | We need to convert '_id' key to 'id'.
* Lock all forms showing to admins onlyGravatar ks1292020-12-02-0/+2
|
* Move from PyMongo to Motor driver for asynchronous supportGravatar ks1292020-12-02-6/+6
|
* Add user property to index responseGravatar Joe Banks2020-12-01-3/+15
|
* Fix linting issues to make flake8 job passingGravatar ks1292020-11-23-8/+10
|
* Add basic debug submit route to calculate some anti-spam and validate tokensGravatar Joe Banks2020-11-14-0/+68
|
* Do not force str form _id, it will be a str in prodGravatar Joe Banks2020-11-14-1/+0
|
* Search for Discoverable forms using features instead of attributeGravatar Joe Banks2020-11-14-2/+1
|
* Check if a user is an admin in the token payloadGravatar Joe Banks2020-11-14-0/+4
|
* Add form index URLGravatar Joe Banks2020-10-31-0/+27
|
* Add discoverable forms URLGravatar Joe Banks2020-10-31-0/+29
|
* Add some basic routesGravatar Joe Banks2020-10-25-0/+55