| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2018-02-05 | Major update | -6/+104 | ||
| - Switch to Japronto - More linters - Rewrite route handling - Rewrite error handling - Rewrite static handling - Error when no `Index` propery is found - Probably some more stuff? idk Code needs testing; Maybe we could use pytest? Signed-off-by: martmists <[email protected]> | ||||
| 2018-02-05 | Dynamic route loader; proper application structure | -35/+145 | ||
| Also fixed flake8-imports getting the other wrong | ||||
| 2018-02-04 | Add templates & static folder with .gitkeep's | -0/+0 | ||
| 2018-02-04 | HTTPS minus the S | -1/+1 | ||
| 2018-02-04 | Test autodeploy | -1/+1 | ||
| 2018-02-04 | Satisfy PEP8 | -4/+2 | ||
| 2018-02-04 | removed os import by accident | -0/+1 | ||
| 2018-02-04 | PEP8 | -6/+4 | ||
| 2018-02-04 | Merged stuff | -2/+2 | ||
| 2018-02-04 | Change names | -3/+3 | ||
| 2018-02-04 | Remove vulture, isort & yapf | -20/+2 | ||
| 2018-02-04 | Add /invite route | -1/+4 | ||
| 2018-02-04 | test travis build notifs | -1/+1 | ||
| 2018-02-03 | satisfy snekcheck | -2/+2 | ||
| 2018-02-03 | adds a catchall for 404 and a healthcheck route | -0/+11 | ||
| 2018-02-03 | fix readme | -3/+3 | ||