summary refs log tree commit diff
path: root/.gitignore (unfollow)
Commit message (Expand)AuthorFilesLines
2014-12-15Update docs in media_repositoryMark Haines1-2/+2
2014-12-15return an mxc uri rather than a content_token.Mark Haines1-1/+3
2014-12-13Bump version and change logErik Johnston3-2/+8
2014-12-13Fix bug while generating the error message when a file path specified in the ...Erik Johnston1-2/+2
2014-12-12Send list of typing user IDs as 'user_ids' list within 'content', so that m.t...Paul "LeoNerd" Evans3-7/+21
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-11doc the thumbnail methodsMark Haines1-2/+11
2014-12-11Make sure we pass a tuple to string '%' formattingMark Haines1-2/+2
2014-12-10Avoid cyclic dependency in handler setupPaul "LeoNerd" Evans1-4/+10
2014-12-10Hook up the event stream to typing notificationsPaul "LeoNerd" Evans2-2/+82
2014-12-10Store serial numbers per room for typing event stream purposesPaul "LeoNerd" Evans2