Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-08-18 | Not all event streams returns SynapseEvents | Erik Johnston | 1 | -1/+5 | |
2014-08-18 | We don't need to do a json.loads here | Erik Johnston | 1 | -2/+2 | |
2014-08-18 | Ensure we have a 'membership' key in RoomMemberEvents | Erik Johnston | 1 | -0/+2 | |
2014-08-18 | Don't bother generating png's | Erik Johnston | 1 | -1/+1 | |
2014-08-18 | Disable the ability to GET individualy messages. We need to think about the ↵ | Erik Johnston | 2 | -41/+43 | |
correct API to do this, as the current one doesn't make much sense. | |||||
2014-08-15 | Get presence for members when you enter a room (it was coming down but ↵ | Kegan Dougal | 1 | -0/+4 | |
wasn't being stored in the right place) | |||||
2014-08-15 | Fix some of the tests to reflect changes in the storage layer. | Erik Johnston | 3 | -39/+11 | |
2014-08-15 | Added infinite scrolling. It's sliiiightly buggy in that it jumps down the ↵ | Kegan Dougal | 7 | -9/+115 | |
list a bit, but it is overall working pretty well. Added ng-infinite-scroll-matrix.js and jquery-1.8.3 as deps. | |||||
2014-08-15 | When new invites come down, update the My Rooms list. Added hacks to make ↵ | Kegan Dougal | 3 | -16/+32 | |
the display name a bit nicer (/im/sync needs to return room aliases / membership events better) | |||||
2014-08-15 | Document that /rooms/:room_id/members/list yields profile and presence ↵ | Paul "LeoNerd" Evans | 1 | -0/+10 | |
information about room members | |||||
2014-08-15 | When starting to poll for presence, also include members of all shared rooms | Paul "LeoNerd" Evans | 1 | -3/+12 | |
2014-08-15 | Also include users' presence when responding to /rooms/:room_id/members/list | Paul "LeoNerd" Evans | 1 | -0/+7 | |
2014-08-15 | Rename method name to not clash with other ones in storage. | Erik Johnston | 2 | -4/+4 | |
2014-08-15 | Fix typo of key name | Erik Johnston | 1 | -1/+1 | |
2014-08-15 | We no longer need to special case room config events. | Erik Johnston | 1 | -2/+2 | |
2014-08-15 | PEP8 cleanups | Erik Johnston | 7 | -16/+29 | |
2014-08-15 | Comment. | Erik Johnston | 1 | -0/+1 | |
2014-08-15 | Support generic events. | Erik Johnston | 2 | -5/+8 | |