| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2018-02-06 | Fix template loading | -1/+1 | ||
| 2018-02-06 | Use .get() for environs | -4/+4 | ||
| 2018-02-06 | snekchek | -2/+3 | ||
| 2018-02-06 | Rethinkdb setup method; not actually called yet | -2/+44 | ||
| 2018-02-06 | Template rendering | -12/+29 | ||
| 2018-02-06 | Revert "Mart's Missing Files 2: Electric Boogaloo" | -69/+3 | ||
| This reverts commit 962be09 | ||||
| 2018-02-06 | Revert "Finally fix this garbage" | -110/+142 | ||
| This reverts commit 57abb43 | ||||
| 2018-02-05 | flake8-todo too pedantic for us - hopefully travis didn't cache it | -1/+0 | ||
| 2018-02-05 | Mart's Missing Files 2: Electric Boogaloo | -3/+69 | ||
| 2018-02-05 | Finally fix this garbage | -142/+110 | ||
| Signed-off-by: martmists <[email protected]> | ||||
| 2018-02-05 | Fix hardcoded error code in error view | -1/+1 | ||
| 2018-02-05 | Revert "Major update" | -155/+144 | ||
| This reverts commit 80a1ab5 | ||||
| 2018-02-05 | Minifix | -4/+4 | ||
| Signed-off-by: martmists <[email protected]> | ||||
| 2018-02-05 | Major update | -144/+155 | ||
| - 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 | ||