Commit Graph

1241 Commits (3b0fb6aae8d3c886fbdfcd72e4bf94f81eee2daa)
 

Author SHA1 Message Date
Erik Johnston 3b0fb6aae8 Bump version and changelog 10 years ago
David Baker 6e72ee62ae Add realm to coturn options (it needs it). 10 years ago
Erik Johnston 37bfe44046 Merge branch 'deletions' of github.com:matrix-org/synapse into develop 10 years ago
David Baker 48ea055781 fix rst warnings 10 years ago
Erik Johnston dcadfbbd4a Don't strip out null's in serialized events, as that is not need anymore and it's not in the spec (yet) 10 years ago
David Baker 9bcedf224e add howto for setting up your very own TURN server 10 years ago
Erik Johnston 69ddec6589 Don't strip of False values from events when serializing 10 years ago
Erik Johnston 72e80dbe0e Rename redaction test case to something helpful 10 years ago
Erik Johnston c818aa13eb Add LIMIT to scalar subquery 10 years ago
Erik Johnston ba87eb6753 Fix bug where we tried to insert state events with null state key 10 years ago
Emmanuel ROHEE d170fbdb9f BF: Do a pagination when opening a room from an invitation 10 years ago
David Baker c58eb0d5a3 Merge branch 'turn' into develop 10 years ago
Erik Johnston 59f2bef187 Fix test where we changed arguments used to call the notifier 10 years ago
Erik Johnston 1ca51c8586 SYN-46: An invite received from fedearation didn't wake up the event stream for the invited user. 10 years ago
David Baker c0936b103c Add stun server fallback and I-told-you-so message if we get no TURN server and the connection fails. 10 years ago
Emmanuel ROHEE 9d3246ed12 Fixed SYWEB-36: use getUserDisplayName for disambiguating display name in member list and message sender name. This method is robust when disambiguation is no more required 10 years ago
Emmanuel ROHEE ef99a5d972 getUserDisplayName: Disambiguate users who have the same displayname in the room. 10 years ago
David Baker a31bf77776 Make turn server endpoint return an empty object if no turn servers to 10 years ago
Erik Johnston 24e4c48468 More tests. 10 years ago
Erik Johnston 2721f5ccc9 Add test for redactions 10 years ago
David Baker 6806caffc7 Refresh turn server before the ttl runs out. Support firefox. 10 years ago
Erik Johnston 72eb360f2d Don't set the room name to be the room alias on room creation if the client didn't supply a name 10 years ago
Emmanuel ROHEE 2b4736afcd Fixed getUserDisplayname when the user has a null displayname 10 years ago
David Baker 7dc7c53029 The REST API spec only alows for returning a single server so name the 10 years ago
Erik Johnston 327dcc98e3 SYN-70: And fix another bug where I can't type 10 years ago
Erik Johnston 87deaf1658 SYN-70: Fix typo 10 years ago
David Baker 7679ee7321 Hopefully implement turn in the web client (probably wrong for Firefox because Firefox is a special snowflake) 10 years ago
David Baker 4553651138 Oops 10 years ago
David Baker 5383ba5587 rename endpoint to better reflect what it is and allow specifying multiple uris 10 years ago
Emmanuel ROHEE 432e8ef2bc Fixed SYWEB-74: Emote desktop notifications sometimes lack a name: "undefined waves" 10 years ago
Erik Johnston 70899d3ab2 Rename deletions to redactions 10 years ago
David Baker b42b0d3fe5 Use standard base64 encoding with padding to get the same result as 10 years ago
Erik Johnston 7d9a84a445 Make deleting deletes not undelete 10 years ago
Erik Johnston 1e6c5b205c Fix bug where we didn't correctly pull out the event_id of the deletion 10 years ago
Emmanuel ROHEE c7620cca6f SYWEB-27: Public rooms with 2 users must not considered as 1:1 chat room and so, they must no be renamed 10 years ago
Emmanuel ROHEE b02bb18a70 Fixed SYWEB-28: show displayname changes in recents 10 years ago
Erik Johnston 4e79b09dd9 Fill out the prune_event method. 10 years ago
Emmanuel ROHEE 6f5970a2e1 Added hasOwnProperty tests when required to be robust to random properties added to he Object prototype 10 years ago
Erik Johnston 3d2cca6762 Fix test. 10 years ago
Erik Johnston 4354590a69 Add v4 deltas to current sql. 10 years ago
Emmanuel ROHEE ef5b39c410 State data now provides up-to-date users displaynames. So use it first. 10 years ago
Matthew Hodgson 7b8e24a588 close buttons on recents (SYWEB-68) 10 years ago
Matthew Hodgson 53841642a8 close buttons on recents (SYWEB-68) 10 years ago
Matthew Hodgson b08112f936 on safari at least keypress's event.which returns ASCII rather than keycodes, so 38 & 40 was swallowing ( and & rather than up-arrow and down-arrow(!) 10 years ago
Matthew Hodgson 53ae5bce13 comment-convo with kegan 10 years ago
Matthew Hodgson e8e80fe6b5 fix yet more room id leak disasters 10 years ago
Matthew Hodgson 0e848d73f9 oops, stupid bug on room/$room/state 10 years ago
Matthew Hodgson cbea225d97 manu: what's going on here? 10 years ago
Paul "LeoNerd" Evans a7d53227de Bugfix for older Pythons that lack hmac.compare_digest() 10 years ago
Matthew Hodgson 437969eac9 use all new /rooms/<room id>/state to actually gather the state for rooms whenever join them. a bit ugly, as we don't currently have a nice place to gather housekeeping after joining a room, so horrible code duplication... 10 years ago