summary refs log tree commit diff
path: root/synapse/rest (unfollow)
Commit message (Expand)AuthorFilesLines
2014-08-16retcols is mandatory. i have no idea how this could ever have worked?Matthew Hodgson1-0/+1
2014-08-16display mtime_age in webclientMatthew Hodgson3-10/+33
2014-08-16slightly hacky but more functional infinite scrollingMatthew Hodgson1-30/+36
2014-08-15switch some elements from being styled by class to styled by idMatthew Hodgson5-36/+36
2014-08-15FormattingKegan Dougal2-21/+22
2014-08-15Get presence for members when you enter a room (it was coming down but wasn't...Kegan Dougal1-0/+4
2014-08-15Added infinite scrolling. It's sliiiightly buggy in that it jumps down the li...Kegan Dougal7-9/+115
2014-08-15When new invites come down, update the My Rooms list. Added hacks to make the...Kegan Dougal3-16/+32
2014-08-15Document that /rooms/:room_id/members/list yields profile and presence inform...Paul "LeoNerd" Evans1-0/+10
2014-08-15When starting to poll for presence, also include members of all shared roomsPaul "LeoNerd" Evans1-3/+12
2014-08-15Also include users' presence when responding to /rooms/:room_id/members/listPaul "LeoNerd" Evans1-0/+7
2014-08-15Fix imsync's SELECT query to only find the rooms I'm actually joined in, not ...Paul "LeoNer