aboutsummaryrefslogtreecommitdiffstats
path: root/app.py (unfollow)
Commit message (Collapse)AuthorLines
2018-02-06Fix template loadingGravatar Gareth Coles-1/+1
2018-02-06Use .get() for environsGravatar Gareth Coles-4/+4
2018-02-06snekchekGravatar Gareth Coles-2/+3
2018-02-06Rethinkdb setup method; not actually called yetGravatar Gareth Coles-2/+44
2018-02-06Template renderingGravatar Gareth Coles-12/+29
2018-02-06Revert "Mart's Missing Files 2: Electric Boogaloo"Gravatar Gareth Coles-69/+3
This reverts commit 962be09
2018-02-06Revert "Finally fix this garbage"Gravatar Gareth Coles-110/+142
This reverts commit 57abb43
2018-02-05flake8-todo too pedantic for us - hopefully travis didn't cache itGravatar Gareth Coles-1/+0
2018-02-05Mart's Missing Files 2: Electric BoogalooGravatar Gareth Coles-3/+69
2018-02-05Finally fix this garbageGravatar martmists-142/+110
Signed-off-by: martmists <[email protected]>
2018-02-05Fix hardcoded error code in error viewGravatar Gareth Coles-1/+1
2018-02-05Revert "Major update"Gravatar Gareth Coles-155/+144
This reverts commit 80a1ab5
2018-02-05MinifixGravatar martmists-4/+4
Signed-off-by: martmists <[email protected]>
2018-02-05Major updateGravatar martmists-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-05Dynamic route loader; proper application structureGravatar Gareth Coles-35/+145
Also fixed flake8-imports getting the other wrong
2018-02-04Add templates & static folder with .gitkeep'sGravatar JoeBanks13-0/+0
2018-02-04HTTPS minus the SGravatar JoeBanks13-1/+1
2018-02-04Test autodeployGravatar JoeBanks13-1/+1
2018-02-04Satisfy PEP8Gravatar JoeBanks13-4/+2
2018-02-04removed os import by accidentGravatar JoeBanks13-0/+1
2018-02-04PEP8Gravatar JoeBanks13-6/+4
2018-02-04Merged stuffGravatar JoeBanks13-2/+2
2018-02-04Change namesGravatar JoeBanks13-3/+3
2018-02-04Remove vulture, isort & yapfGravatar JoeBanks13-20/+2
2018-02-04Add /invite routeGravatar JoeBanks13-1/+4
2018-02-04test travis build notifsGravatar JoeBanks13-1/+1
2018-02-03satisfy snekcheckGravatar Christopher Baklid-2/+2
2018-02-03adds a catchall for 404 and a healthcheck routeGravatar Christopher Baklid-0/+11
2018-02-03fix readmeGravatar Christopher Baklid-3/+3