summary refs log tree commit diff
path: root/LICENSE (unfollow)
Commit message (Expand)AuthorFilesLines
2014-08-18Add two different columns for ordering the events table, one which can be use...Erik Johnston4-19/+33
2014-08-18Update the default longpoll timeout time.Kegan Dougal1-1/+1
2014-08-18Increase /events timeout to 30 secs. We don't need it so low anymore to get a...Kegan Dougal1-1/+1
2014-08-18Allow room presence visibility between users who share a roomPaul "LeoNerd" Evans2-12/+45
2014-08-18Precent lack of presence visiblity from causing room /members/list to failPaul "LeoNerd" Evans1-4/+8
2014-08-18Change the MemoryDataStore to implement new storage apiErik Johnston1-99/+50
2014-08-18Not all event streams returns SynapseEventsErik Johnston1-1/+5
2014-08-18We don't need to do a json.loads hereErik Johnston1-2/+2
2014-08-18Ensure we have a 'membership' key in RoomMemberEventsErik Johnston1-0/+2
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 c...Erik Johnston2-41/+43
2014-08-18webclient: Tweak namespace of auto-complete directive. ng- should really only...Kegan Dougal2-2/+2
2014-08-18Disabled image upload UIsEmmanuel ROHEE2-2/+6
2014-08-18Do not start the event stream if the user is not logged in (=if he does not h...Emmanuel ROHEE3-9/+17
2014-08-18Added another button to upload and send an image.Emmanuel ROHEE2-2/+20
2014-08-18make my emotes white againMatthew Hodgson1-0/+4
2014-08-17make text font sizes consistentMatthew Hodgson2-13/+26
2014-08-17implement html5 notifications. (have to be explicitly requested under Config)Matthew Hodgson4-3/+37
2014-08-17unbreak login sequence (which spuriously required a sydent server to be speci...Matthew Hodgson1-2/+2
2014-08-17oops, debugging crept inMatthew Hodgson1-1/+0
2014-08-17dial down loggingMatthew Hodgson1-5/+5
2014-08-17- use css3 to make avatars always the right aspect ratioMatthew Hodgson3-4/+105
2014-08-16autohyperlink messages using linkyMatthew Hodgson4-3/+581
2014-08-16use minified angular by defaultMatthew Hodgson1-2/+2
2014-08-16minified angularjs stuff to speed things upMatthew Hodgson4-0/+249
2014-08-16improve infinite scrolling so it keeps paginating until you have a scrollbar ...Matthew Hodgson1-17/+28
2014-08-16remove log spamMatthew Hodgson1-2/+2
2014-08-16disambiguate identical displaynamesMatthew Hodgson1-1/+23
2014-08-16make presence timestamps less verboseMatthew Hodgson1-3/+3
2014-08-16roll back b602834 as it made a bizarre subset of avatars go awolMatthew Hodgson1-6/+5
2014-08-16order the members list by most recently activeMatthew Hodgson2-7/+19
2014-08-16don't hammer a new hit for every displayname and avatar_url when we already h...Matthew Hodgson1-1/+14
2014-08-16improve commentMatthew Hodgson1-1/+1
2014-08-16merge weirdnessMatthew Hodgson1-1/+1
2014-08-16emergency bodges to turn off presence ACLs in order to makeMatthew Hodgson1-2/+7
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-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 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-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-15