| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Major update | 2018-02-05 | -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]> | |||
| * | Dynamic route loader; proper application structure | 2018-02-05 | -30/+5 | |
| | | | | | Also fixed flake8-imports getting the other wrong | |||
| * | HTTPS minus the S | 2018-02-04 | -1/+1 | |
| | | ||||
| * | Test autodeploy | 2018-02-04 | -1/+1 | |
| | | ||||
| * | Satisfy PEP8 | 2018-02-04 | -0/+1 | |
| | | ||||
| * | removed os import by accident | 2018-02-04 | -0/+1 | |
| | | ||||
| * | PEP8 | 2018-02-04 | -6/+4 | |
| | | ||||
| * | Merged stuff | 2018-02-04 | -2/+2 | |
| | | ||||
| * | Merge branch 'master' of github.com:discord-python/webpage | 2018-02-04 | -1/+13 | |
| |\ | ||||
| | * | Merge branch 'master' into route-404-and-healthcheck | 2018-02-04 | -1/+5 | |
| | |\ | ||||
| | * | | satisfy snekcheck | 2018-02-03 | -2/+2 | |
| | | | | ||||
| | * | | adds a catchall for 404 and a healthcheck route | 2018-02-03 | -0/+11 | |
| | | | | ||||
| * | | | Change names | 2018-02-04 | -3/+3 | |
| | |/ |/| | ||||
| * | | Add /invite route | 2018-02-04 | -1/+4 | |
| | | | ||||
| * | | test travis build notifs | 2018-02-04 | -1/+1 | |
| |/ | ||||
| * | Fixfixfix | 2018-02-03 | -3/+5 | |
| | | | | | Signed-off-by: martmists <[email protected]> | |||
| * | Change message to test auto deploy | 2018-02-03 | -1/+1 | |
| | | ||||
| * | First test commit w/ travis | 2018-02-03 | -1/+1 | |
| | | ||||
| * | Change __main__.py to app.py | 2018-02-03 | -0/+18 | |