summary refs log tree commit diff
path: root/synapse/storage (unfollow)
Commit message (Expand)AuthorFilesLines
2014-09-01Add all the necessary checks to make banning work.Erik Johnston6-6/+54
2014-09-01Follow API renaming. state -> presence. mtime_ago -> last_active_agoEmmanuel ROHEE3-16/+15
2014-09-01Small formatting errorsKegan Dougal1-2/+2
2014-09-01fix lying docsDavid Baker1-14/+3
2014-09-01Added roomName, a directive to compute a room name based on its alias (not al...Emmanuel ROHEE4-5/+45
2014-09-01Little bit more on syncing APIs, need to know more about responses before mor...Kegan Dougal1-8/+42
2014-09-01Oops, show the voice call button once a call has endedDavid Baker1-1/+1
2014-09-01Added docs on presence 'last_active' fieldPaul "LeoNerd" Evans1-0/+8
2014-09-01Fairly simple move of the call status widget to the header bar (and therefore...David Baker5-40/+44
2014-09-01Flesh out Room Events.Kegan Dougal1-17/+99
2014-09-01BF: Check config exists (=defined in the localstorage) before using itEmmanuel ROHEE1-2/+6
2014-09-01missing semicolonDavid Baker1-1/+1
2014-09-01Bump a user's presence last_active time every time they send a message to a roomPaul "LeoNerd" Evans2-0/+10
2014-09-01Have MemoryDataStore's get_rooms_for_user_where_membership_is() return room m...Paul "LeoNerd" Evans1-2/+3
2014-09-01Add beginnings of ban support.Erik Johnston8-29/+122
2014-09-01Perform room unit tests with 'local' users actually in the right domain ;)Paul "LeoNerd" Evans2-6/+10
2014-09-01Specced out state/non-state events. Start working on the myriad of syncing APIs.Kegan Dougal1-15/+94
2014-09-01Handle call events in the recents view as well to get consistency with what i...David Baker1-0/+5
2014-09-01Just show 'Call' for call events. Don't just splat out the content of the eve...David Baker1-1/+3
2014-09-01Rename API-visible 'mtime' presence field to 'last_active'; slightly differen...Paul "LeoNerd" Evans4-41/+82
2014-09-01Fixed presence change that occurs -Xs agoEmmanuel ROHEE1-0/+5
2014-09-01Fixed presence state update. Specifically, the current user was sometimes ind...Emmanuel ROHEE1-5/+23
2014-09-01Rename 'state' presence key to the much more obvious 'presence'; maintain a l...Paul "LeoNerd" Evans7-78/+147
2014-09-01Fleshed out joining/leaving rooms. Added M_LIMIT_EXCEEDED standard error code...Kegan Dougal1-12/+64
2014-09-01Implement power level lists, default power levels and send_evnet_level/add_st...Erik Johnston7-48/+218
2014-09-01Don't show the hang up button once tha call has endedDavid Baker1-1/+1
2014-09-01Added /web folder which contains html/css (based off the default swagger-ui) ...Kegan Dougal17-0/+10718
2014-09-01Renamed json files because: paths.Kegan Dougal8-7/+7
2014-09-01add another public wishlist itemMatthew Hodgson1-0/+1
2014-09-01make the little logos clickable for ErikMatthew Hodgson6-7/+7
2014-09-01Start digging into invite/join/leave sections.Kegan Dougal1-10/+51
2014-09-01BF: Pass desired_user_id to register API. And update the app header to avoid ...Emmanuel ROHEE2-2/