summary refs log tree commit diff
path: root/webclient/js/ng-infinite-scroll-matrix.js (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-08-18Don't bother generating png'sErik Johnston1-1/+1
2014-08-18Disable the ability to GET individualy messages. We need to think about the ↵Erik Johnston2-41/+43
correct API to do this, as the current one doesn't make much sense.
2014-08-15Get presence for members when you enter a room (it was coming down but ↵Kegan Dougal1-0/+4
wasn't being stored in the right place)
2014-08-15Fix some of the tests to reflect changes in the storage layer.Erik Johnston3-39/+11
2014-08-15Added infinite scrolling. It's sliiiightly buggy in that it jumps down the ↵Kegan Dougal7-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-15When new invites come down, update the My Rooms list. Added hacks to make ↵Kegan Dougal3-16/+32
the display name a bit nicer (/im/sync needs to return room aliases / membership events better)
2014-08-15Document that /rooms/:room_id/members/list yields profile and presence ↵Paul "LeoNerd" Evans1-0/+10
information about room members
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-15Rename method name to not clash with other ones in storage.Erik Johnston2-4/+4
2014-08-15Fix typo of key nameErik Johnston1-1/+1
2014-08-15We no longer need to special case room config events.Erik Johnston1-2/+2
2014-08-15PEP8 cleanupsErik Johnston7-16/+29
2014-08-15Comment.Erik Johnston1-0/+1
2014-08-15Support generic events.Erik Johnston2-5/+8
2014-08-15Fix bug when generating a key when get_room_events_stream returned zero rowsErik Johnston1-3/+7
2014-08-15Actually use MAX_STREAM_SIZE constant.Erik Johnston1-1/+1
2014-08-15Fix pagination to work with new db schemaErik Johnston2</