summary refs log tree commit diff
path: root/synctl (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-09-06When getting a state event also include the previous contentErik Johnston5-13/+43
2014-09-06Document new invite key added to createRoom apiErik Johnston1-0/+10
2014-09-06Add support for inviting people when you create a roomErik Johnston1-0/+26
2014-09-06Better call bar (visually: still lacks ring[back] tones).David Baker7-18/+112
2014-09-05Add m.roo.aliasesErik Johnston1-0/+16
2014-09-05Validate power levels event changes. Change error messages to be more ↵Erik Johnston1-10/+37
helpful. Fix bug where we checked the wrong power levels
2014-09-05Generate m.room.aliases event when the HS creates a room aliasErik Johnston10-18/+94
2014-09-05BF: tab completion did not work with commands. $scope.input contained only ↵Emmanuel ROHEE1-1/+10
the typed chars not the result of the completion. Needed to fire an event so that ng update the input model
2014-09-05Empty string is not a valid JSON object, so don't return them in HTTP responses.Erik Johnston3-7/+7
2014-09-05AUth the contents of power level eventsErik Johnston1-1/+72
2014-09-05Change the default power levels to be 0, 50 and 100Erik Johnston2-10/+10
2014-09-05BF: Update the members list on banned & kicked "events"Emmanuel ROHEE1-4/+13
2014-09-05autoscroll down(if the scroller was already at the bottom) when receiving ↵Emmanuel ROHEE1-13/+18
member events
2014-09-05doc: kick can take a reason argEmmanuel ROHEE1-1/+1
2014-09-05Created kick & unban methods in matrixService. Made some factorisation.Emmanuel ROHEE2-23/+24
2014-09-05Added sanity checks in commandsEmmanuel ROHEE1-34/+55
2014-09-05BF: Make /unban work againEmmanuel ROHEE2-2/+2
2014-09-05Display ban & kick reasonEmmanuel ROHEE2-1/+14
2014-09-05Fixed empty display name (content.displayname in a room member can be null)Emmanuel ROHEE1-1/+3
2014-09-05Revert "Fixed empty display name (content.displayname in a room member can ↵Emmanuel ROHEE1-6/+0
be null)" This reverts commit f286a4fcd46ff6c2c42a8732d004d8188aaa65f8.
2014-09-05Fixed empty display name (content.displayname in a room member can be null)Emmanuel ROHEE1-0/+6
2014-09-05Add demo/etc to .gitignoreMark Haines1-0/+1
2014-09-05BF: Fixed members list layout when the scrollbar appearsEmmanuel ROHEE1-1/+3
2014-09-05BF: Show "Bob invited you" in recents when Bob invites the userEmmanuel ROHEE1-1/+5
2014-09-05hide the forgot password link until it worksDavid Baker1-2/+2
2014-09-05Fixed duplicated messages sending in slow network condition.Emmanuel ROHEE3-5/+55
Show the message sending flow state in the messages list: - While sending, the message appears semi transparent in the chat. - If successfully sent, it appears as before, ie normal - In case of failure, it appears in red with an Unsent text.
2014-09-05Cleaned all sending references as it not usedEmmanuel ROHEE1-22/+4
2014-09-05Do not systematically scroll to the bottom on new events in the roomEmmanuel ROHEE1-2/+8
2014-09-04merge spec changesMatthew Hodgson1-13/+27
2014-09-04switch IRC-style command parser to use regexps rather than split(" ") so ↵Matthew Hodgson2-55/+96
that it doesn't choke on consecutive whitespaces yield better errors for invalid commands don't pass invalid commands through as messages support kick reasons
2014-09-04Add version 0 of the VoIP specification.David Baker1-11/+97
2014-09-04BF: presence PUT requests stopped to work with old "state" param yesterday ↵Emmanuel ROHEE1-1/+1
evening :( -https://github.com/matrix-org/synapse/commit/cda31fb7553ba3d880de09a464ae3b62ea6632fc?diff=unified
2014-09-04BF: presence PUT requests stopped to work with old "state" param yesterday ↵Emmanuel ROHEE1-1/+1
evening :( -https://github.com/matrix-org/synapse/commit/cda31fb7553ba3d880de09a464ae3b62ea6632fc?diff=unified
2014-09-04Fixed registration flow when registering with matrixID & password and no emailEmmanuel ROHEE1-1/+1
2014-09-04Fixed registration flow when registering with matrixID & password and no emailEmmanuel ROHEE1-1/+1
2014-09-04Added mUserDisplayName, a filter to resolve a user display name from a user_idEmmanuel ROHEE2-9/+42
2014-09-04Moved mRoomName filter into matrix-filter.js, a place for all generic ↵Emmanuel ROHEE7-86/+106
filters using Matrix data.
2014-09-04Re-apply fixes to the link-email screen to make it work again (in a somewhat ↵David Baker2-27/+54
temporary way until home servers sign associations). Unhide the linked emails box.
2014-09-04BF: Do not filter incoming member events. Before, only invitations to the ↵Emmanuel ROHEE1-7/+2
current user were showned in the recents.
2014-09-04Report ban/unban messages to recents listsEmmanuel ROHEE1-8/+19
2014-09-04big warning<