summary refs log tree commit diff
path: root/demo (unfollow)
Commit message (Expand)AuthorFilesLines
2014-12-11When users leave rooms mark them as no longer typing in themPaul "LeoNerd" Evans1-0/+8
2014-12-11Add a 'user_left_room' distributor signal analogous to 'user_joined_room'Paul "LeoNerd" Evans2-3/+48
2014-12-11Fix typo in media repository doc stringMark Haines1-1/+1
2014-12-11Fix media repository doc string to include server_nameMark Haines1-3/+3
2014-12-11Actually auth-check to ensure people can only send typing notifications for r...Paul "LeoNerd" Evans2-0/+14
2014-12-11Add a sprinkling of logger.debug() into typing notification handlerPaul "LeoNerd" Evans1-0/+8
2014-12-11Move typing-notification REST tests into their own .py filePaul "LeoNerd" Evans2-83/+113
2014-12-11Actually unit-test the event stream around REST typing testsPaul "LeoNerd" Evans1-0/+14
2014-12-11Allow only one download for a given image at a time, so that we don't end up ...Mark Haines3-20/+29
2014-12-11Initial hack at unit tests of room typing REST APIPaul "LeoNerd" Evans2-3/+75
2014-12-11Limit the size of images that are thumbnailed serverside. Limit the size of f...Mark Haines4-6/+43
2014-12-11Initial tiny hack at REST API for setting room typing notification statusPaul "LeoNerd" Evans1-0/+32
2014-12-11