| Commit message (Expand) | Author | Files | Lines |
2014-12-11 | When users leave rooms mark them as no longer typing in them | Paul "LeoNerd" Evans | 1 | -0/+8 |
2014-12-11 | Add a 'user_left_room' distributor signal analogous to 'user_joined_room' | Paul "LeoNerd" Evans | 2 | -3/+48 |
2014-12-11 | Fix typo in media repository doc string | Mark Haines | 1 | -1/+1 |
2014-12-11 | Fix media repository doc string to include server_name | Mark Haines | 1 | -3/+3 |
2014-12-11 | Actually auth-check to ensure people can only send typing notifications for r... | Paul "LeoNerd" Evans | 2 | -0/+14 |
2014-12-11 | Add a sprinkling of logger.debug() into typing notification handler | Paul "LeoNerd" Evans | 1 | -0/+8 |
2014-12-11 | Move typing-notification REST tests into their own .py file | Paul "LeoNerd" Evans | 2 | -83/+113 |
2014-12-11 | Actually unit-test the event stream around REST typing tests | Paul "LeoNerd" Evans | 1 | -0/+14 |
2014-12-11 | Allow only one download for a given image at a time, so that we don't end up ... | Mark Haines | 3 | -20/+29 |
2014-12-11 | Initial hack at unit tests of room typing REST API | Paul "LeoNerd" Evans | 2 | -3/+75 |
2014-12-11 | Limit the size of images that are thumbnailed serverside. Limit the size of f... | Mark Haines | 4 | -6/+43 |
2014-12-11 | Initial tiny hack at REST API for setting room typing notification status | Paul "LeoNerd" Evans | 1 | -0/+32 |
2014-12-11 | doc the thumbnail methods | Mark Haines | 1 | |