Commit Graph

934 Commits (2bd4346075b119d48afa676dcc883a51199119f2)
 

Author SHA1 Message Date
Emmanuel ROHEE 3a88808983 doc: kick can take a reason arg 10 years ago
Emmanuel ROHEE 3be6156774 Created kick & unban methods in matrixService. Made some factorisation. 10 years ago
Emmanuel ROHEE cf4c17deaf Added sanity checks in commands 10 years ago
Emmanuel ROHEE 3501478828 BF: Make /unban work again 10 years ago
Emmanuel ROHEE dcf0a6fbfd Display ban & kick reason 10 years ago
Emmanuel ROHEE 4b7a5b7bfa Fixed empty display name (content.displayname in a room member can be null) 10 years ago
Emmanuel ROHEE ec1cc29ecb Revert "Fixed empty display name (content.displayname in a room member can be null)" 10 years ago
Emmanuel ROHEE f286a4fcd4 Fixed empty display name (content.displayname in a room member can be null) 10 years ago
Mark Haines e2ae8af072 Add demo/etc to .gitignore 10 years ago
Emmanuel ROHEE 585e98fe2b BF: Fixed members list layout when the scrollbar appears 10 years ago
Emmanuel ROHEE c407ed070c BF: Show "Bob invited you" in recents when Bob invites the user 10 years ago
David Baker 6baaa18224 hide the forgot password link until it works 10 years ago
Emmanuel ROHEE 584591c3e3 Fixed duplicated messages sending in slow network condition. 10 years ago
Emmanuel ROHEE 43369cbe06 Cleaned all sending references as it not used 10 years ago
Emmanuel ROHEE 3bfffab201 Do not systematically scroll to the bottom on new events in the room 10 years ago
Matthew Hodgson 0d1d9f3e9c merge spec changes 10 years ago
Matthew Hodgson 3bc7bba262 switch IRC-style command parser to use regexps rather than split(" ") so that it doesn't choke on consecutive whitespaces 10 years ago
David Baker 9c82276760 Add version 0 of the VoIP specification. 10 years ago
Mark Haines 3578046101 Merge branch 'master' into develop 10 years ago
Emmanuel ROHEE 26efd6f151 BF: presence PUT requests stopped to work with old "state" param yesterday evening :( -cda31fb755?diff=unified 10 years ago
Emmanuel ROHEE 1bf6c3faad BF: presence PUT requests stopped to work with old "state" param yesterday evening :( -cda31fb755?diff=unified 10 years ago
Emmanuel ROHEE 9faf780740 Fixed registration flow when registering with matrixID & password and no email 10 years ago
Emmanuel ROHEE 3ab8cfbc14 Fixed registration flow when registering with matrixID & password and no email 10 years ago
Emmanuel ROHEE 3983bae160 Added mUserDisplayName, a filter to resolve a user display name from a user_id 10 years ago
Emmanuel ROHEE 7346ea85c0 Moved mRoomName filter into matrix-filter.js, a place for all generic filters using Matrix data. 10 years ago
David Baker eb7d7ce354 Re-apply fixes to the link-email screen to make it work again (in a somewhat temporary way until home servers sign associations). Unhide the linked emails box. 10 years ago
Emmanuel ROHEE b1b57a3f28 BF: Do not filter incoming member events. Before, only invitations to the current user were showned in the recents. 10 years ago
Emmanuel ROHEE 82cf76a8f9 Report ban/unban messages to recents lists 10 years ago
Erik Johnston d76e548ec1 Merge branch 'develop' of github.com:matrix-org/synapse 10 years ago
Erik Johnston 9f633bc125 Merge branch 'master' of github.com:matrix-org/synapse into develop 10 years ago
Matthew Hodgson 3b38d2f507 big warning 10 years ago
Matthew Hodgson a751a80a05 target live site 10 years ago
Matthew Hodgson 77e628e840 changelog for v0.2.1 10 years ago
Matthew Hodgson 822d0e5520 update README to know about synctl 10 years ago
Matthew Hodgson 0d5c7718c0 make synctl default to homesever.log 10 years ago
Erik Johnston 0538a4098d Merge branch 'release-v0.2.1' 10 years ago
Erik Johnston 300816ffa1 Bump versions. Update change logs. 10 years ago
Paul "LeoNerd" Evans 804199d9b6 Added a simple start/stop control script 10 years ago
Paul "LeoNerd" Evans 4c3512a45c Added a TODO note about YAML modeline for editors 10 years ago
Erik Johnston bcaea74352 Error code must be an integer 10 years ago
Erik Johnston c9d1ee24ca Import SynapseError 10 years ago
Erik Johnston 9b18151104 Handle timeouts slightly nicer. 10 years ago
Erik Johnston 34a7f0ca93 Fix test to assert that we don't do auth 10 years ago
Erik Johnston 5b645f9d34 Don't do auth for change_membership in federation handler, it doesn't work and federation doesn't do auth in general either. Add a hacky timeout when trying to join a remote room. 10 years ago
David Baker 284d6b279b Hide email link UI from the settings because it doesn't work. 10 years ago
Erik Johnston dce6395395 When creating a room and a user supplies a room_alias but no name, use the room_alias as the name. 10 years ago
Emmanuel ROHEE 6322aa154b Added more ng-if to make nice sentences like "Bob kicked Alice" or "Bob unbanned Alice" 10 years ago
Matthew Hodgson 7f01d1d8c8 better error msgs 10 years ago
Emmanuel ROHEE 069a9745b0 Ignore leave members in the list too 10 years ago
Emmanuel ROHEE 78087617d1 Fixed used of state_key instead of user_id in member events. 10 years ago