| Commit message (Expand) | Author | Lines | |
|---|---|---|---|
| 2020-12-02 | Move from PyMongo to Motor driver for asynchronous support | -33/+48 | |
| 2020-12-01 | Ignore too long line for if statement | -4/+1 | |
| 2020-12-01 | Fix linting | -2/+2 | |
| 2020-12-01 | Add validating emails collecting login | -0/+6 | |
| 2020-12-01 | Delete object_id.py | -23/+0 | |
| 2020-12-01 | Delete __init__.py | -3/+0 | |
| 2020-12-01 | Use plain string for form model id | -2/+1 | |
| 2020-12-01 | Use plain string as type for question id | -2/+1 | |
| 2020-12-01 | Add user property to index response | -3/+15 | |
| 2020-12-01 | Add JWT authentication middleware to middlewares list | -1/+4 | |
| 2020-12-01 | Fix import of user | -1/+2 | |
| 2020-12-01 | Create authentication backend for JWT | -1/+54 | |
| 2020-12-01 | Create BaseUser implementation for JWT authentication | -0/+25 | |
| 2020-11-30 | Add question and form models to __init__.py | -0/+4 |