Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-08-16 | retcols is mandatory. i have no idea how this could ever have worked? | Matthew Hodgson | 1 | -0/+1 | |
2014-08-16 | display mtime_age in webclient | Matthew Hodgson | 3 | -10/+33 | |
2014-08-16 | slightly hacky but more functional infinite scrolling | Matthew Hodgson | 1 | -30/+36 | |
2014-08-15 | switch some elements from being styled by class to styled by id | Matthew Hodgson | 5 | -36/+36 | |
2014-08-15 | Formatting | Kegan Dougal | 2 | -21/+22 | |
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 | 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 |