Commit Graph

759 Commits (e4c40158c5a8c95d6d2727247a3af183dd9a9e8d)
 

Author SHA1 Message Date
Emmanuel ROHEE 9b61076d42 BF: Check config exists (=defined in the localstorage) before using it 10 years ago
Mark Haines 46dcb0d890 Merge branch 'develop' into server2server_tls 10 years ago
Mark Haines ef6a8e4f32 Listen using SSL 10 years ago
David Baker b9172b982f missing semicolon 10 years ago
Paul "LeoNerd" Evans 1c6ab2d759 Bump a user's presence last_active time every time they send a message to a room 10 years ago
Paul "LeoNerd" Evans 59d3955db1 Have MemoryDataStore's get_rooms_for_user_where_membership_is() return room membership event objects, as per interface contract 10 years ago
Erik Johnston db7109c43b Add beginnings of ban support. 10 years ago
Paul "LeoNerd" Evans fd696f1243 Perform room unit tests with 'local' users actually in the right domain ;) 10 years ago
Kegan Dougal 401c16559d Specced out state/non-state events. Start working on the myriad of syncing APIs. 10 years ago
David Baker fa6b3490e2 Handle call events in the recents view as well to get consistency with what it displays when refreshed. 10 years ago
David Baker 4e14e38bd5 Just show 'Call' for call events. Don't just splat out the content of the event for other events: it's rarely going to be sesnible. 10 years ago
Mark Haines f5755bcadf Merge branch 'develop' into server2server_tls 10 years ago
Mark Haines 9ea1de432d Fix homeserver config parsing 10 years ago
Paul "LeoNerd" Evans 468d94c920 Rename API-visible 'mtime' presence field to 'last_active'; slightly different semantics 10 years ago
Emmanuel ROHEE 26a95988da Fixed presence change that occurs -Xs ago 10 years ago
Emmanuel ROHEE c9ee9b45c7 Fixed presence state update. Specifically, the current user was sometimes indicated as offline 10 years ago
Paul "LeoNerd" Evans 02f4e3b3ff Rename 'state' presence key to the much more obvious 'presence'; maintain a legacy 'state' copy for now 10 years ago
Kegan Dougal f500dd627a Fleshed out joining/leaving rooms. Added M_LIMIT_EXCEEDED standard error code for rate limited requests. 10 years ago
Erik Johnston 865469f233 Implement power level lists, default power levels and send_evnet_level/add_state_level events. 10 years ago
David Baker 67ffc00d48 Don't show the hang up button once tha call has ended 10 years ago
Kegan Dougal 389ee3624c Added /web folder which contains html/css (based off the default swagger-ui) for viewing the c-s json api. 10 years ago
Kegan Dougal 51b0b5c5ab Renamed json files because: paths. 10 years ago
Erik Johnston 10efca1a74 Merge branch 'develop' of github.com:matrix-org/synapse into room_config 10 years ago
Mark Haines a9512d0994 Merge branch 'develop' into server2server_tls 10 years ago
Matthew Hodgson fad58dbd08 add another public wishlist item 10 years ago
Matthew Hodgson 0b01c8560d make the little logos clickable for Erik 10 years ago
Kegan Dougal 3bb93abb34 Start digging into invite/join/leave sections. 10 years ago
Emmanuel ROHEE f81002df60 BF: Pass desired_user_id to register API. And update the app header to avoid to display the previous matrix id 10 years ago
Matthew Hodgson df752a15ce licenses, please... 10 years ago
Matthew Hodgson d27e1ab148 fix footer on non-room pages 10 years ago
Mark Haines 3eb45eba0e Merge branch 'develop' into server2server_tls 10 years ago
Mark Haines d9ebe531ed Add config tree to synapse. Add support for reading config from a file 10 years ago
Matthew Hodgson 7ca6d4e8f7 don't make HS ports explicit if it's the default for the protocol 10 years ago
Matthew Hodgson 2b7918bd6f missed a s#/matrix#/_matrix/g 10 years ago
Matthew Hodgson 8fe912d95c change the world: make the default matrix API URL prefix /_matrix rather than /matrix to make it easier for existing websites to mount a HS in their namespace without collisions. 10 years ago
Matthew Hodgson 820ef6e9d8 make lightbox a bit less ugly 10 years ago
Matthew Hodgson 0a65a2384c only show presence timings if we know them 10 years ago
Matthew Hodgson 1bc036a12d nasty big monolithic commit of a whole bunch of UI/UX improvements: 10 years ago
Matthew Hodgson b040bd6157 factor out mobile css into its own file 10 years ago
Matthew Hodgson 3ef312fb95 factor out the signup process into its own controller 10 years ago
Matthew Hodgson 91753655b7 moar logos! 10 years ago
Matthew Hodgson 17a4bc10bc switch default profile image to one of our own devising (dating back to communicator(!)) 10 years ago
Matthew Hodgson 885e0c8b76 add a basic wishlist 10 years ago
Matthew Hodgson 2a0e79bbfa tweaks to settings page 10 years ago
Matthew Hodgson f64ce52305 actually add a 'home' button 10 years ago
Matthew Hodgson c715660cb8 shrink text bubble font a bit; make image thumbnails always fit in their bubbles 10 years ago
Paul "LeoNerd" Evans 93407cf7cf Bugfixes on presence pushes on user joining: 10 years ago
Paul "LeoNerd" Evans a8e8d1d06c Renamed get_current_token_part to get_current_key 10 years ago
Paul "LeoNerd" Evans eec67a675f Have EventSource's get_new_events_for_user() API work only on keys within that source, not overall eventstream tokens 10 years ago
Paul "LeoNerd" Evans 56424eca5c Bugfix for rest presence test - datastore needs to implement profile methods 10 years ago