aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/mixins.py (unfollow)
Commit message (Expand)AuthorLines
2018-02-18typo in a comment was driving me nuts.Gravatar Leon Sandøy-1/+1
2018-02-18Switch back to wss://, againGravatar Gareth Coles-1/+1
2018-02-18Merge remote-tracking branch 'origin/master'Gravatar Gareth Coles-3/+3
2018-02-18Rename "Websocket" to "WS" to avoid confusion with the gevents-websocket WebS...Gravatar Gareth Coles-11/+11
2018-02-18attempt to fix stacktrace when initialising logger (#17)Gravatar Christopher Baklid-2/+1
2018-02-18Simple logging. (#16)Gravatar Leon Sandøy-15/+39
2018-02-17Go back to using wss:// for the WS testGravatar Gareth Coles-1/+1
2018-02-17Integrate websockets into the Flask webappGravatar Gareth Coles-93/+214
2018-02-17snekchekGravatar Gareth Coles-1/+0
2018-02-17Clean up WS application a bitGravatar Gareth Coles-6/+8
2018-02-16Fix slight error in database insertionGravatar Gareth Coles-1/+1
2018-02-16API_KEY -> BOT_API_KEYGravatar Gareth Coles-1/+1
2018-02-16Simplify user API route and return changesGravatar Gareth Coles-9/+5
2018-02-16API schema validation decorator #yzuf (#15)Gravatar Gareth Coles-31/+107