| Commit message (Expand) | Author | Files | Lines |
2014-12-15 | Update docs in media_repository | Mark Haines | 1 | -2/+2 |
2014-12-15 | return an mxc uri rather than a content_token. | Mark Haines | 1 | -1/+3 |
2014-12-13 | Bump version and change log | Erik Johnston | 3 | -2/+8 |
2014-12-13 | Fix bug while generating the error message when a file path specified in the ... | Erik Johnston | 1 | -2/+2 |
2014-12-12 | Send list of typing user IDs as 'user_ids' list within 'content', so that m.t... | Paul "LeoNerd" Evans | 3 | -7/+21 |
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 | -2/+11 |
2014-12-11 | Make sure we pass a tuple to string '%' formatting | Mark Haines | 1 | -2/+2 |
2014-12-10 | Avoid cyclic dependency in handler setup | Paul "LeoNerd" Evans | 1 | -4/+10 |
2014-12-10 | Hook up the event stream to typing notifications | Paul "LeoNerd" Evans | 2 | -2/+82 |
2014-12-10 | Store serial numbers per room for typing event stream purposes | Paul "LeoNerd" Evans | 2 | -43/+44 |
2014-12-10 | First hack at implementing timeouts in typing notification handler | Paul "LeoNerd" Evans | 2 | -6/+52 |
2014-12-10 | |