Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-09-05 | Add demo/etc to .gitignore | Mark Haines | 1 | -0/+1 | |
2014-09-05 | BF: Fixed members list layout when the scrollbar appears | Emmanuel ROHEE | 1 | -1/+3 | |
2014-09-05 | BF: Show "Bob invited you" in recents when Bob invites the user | Emmanuel ROHEE | 1 | -1/+5 | |
2014-09-05 | hide the forgot password link until it works | David Baker | 1 | -2/+2 | |
2014-09-05 | Fixed duplicated messages sending in slow network condition. | Emmanuel ROHEE | 3 | -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-05 | Cleaned all sending references as it not used | Emmanuel ROHEE | 1 | -22/+4 | |
2014-09-05 | Do not systematically scroll to the bottom on new events in the room | Emmanuel ROHEE | 1 | -2/+8 | |
2014-09-04 | merge spec changes | Matthew Hodgson | 1 | -13/+27 | |
2014-09-04 | switch IRC-style command parser to use regexps rather than split(" ") so ↵ | Matthew Hodgson | 2 | -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-04 | Add version 0 of the VoIP specification. | David Baker | 1 | -11/+97 | |
2014-09-04 | BF: presence PUT requests stopped to work with old "state" param yesterday ↵ | Emmanuel ROHEE | 1 | -1/+1 | |
evening :( -https://github.com/matrix-org/synapse/commit/cda31fb7553ba3d880de09a464ae3b62ea6632fc?diff=unified | |||||
2014-09-04 | BF: presence PUT requests stopped to work with old "state" param yesterday ↵ | Emmanuel ROHEE | 1 | -1/+1 | |
evening :( -https://github.com/matrix-org/synapse/commit/cda31fb7553ba3d880de09a464ae3b62ea6632fc?diff=unified | |||||
2014-09-04 | Fixed registration flow when registering with matrixID & password and no email | Emmanuel ROHEE | 1 | -1/+1 | |
2014-09-04 | Fixed registration flow when registering with matrixID & password and no email | Emmanuel ROHEE | 1 | -1/+1 | |
2014-09-04 | Added mUserDisplayName, a filter to resolve a user display name from a user_id | Emmanuel ROHEE | 2 | -9/+42 | |
2014-09-04 | Moved mRoomName filter into matrix-filter.js, a place for all generic ↵ | Emmanuel ROHEE | 7 | -86/+106 | |
filters using Matrix data. | |||||
2014-09-04 | Re-apply fixes to the link-email screen to make it work again (in a somewhat ↵ | David Baker | 2 | -27/+54 | |
temporary way until home servers sign associations). Unhide the linked emails box. | |||||
2014-09-04 | BF: Do not filter incoming member events. Before, only invitations to the ↵ | Emmanuel ROHEE | 1 | -7/+2 | |
current user were showned in the recents. | |||||
2014-09-04 | Report ban/unban messages to recents lists | Emmanuel ROHEE | 1 | -8/+19 | |
2014-09-04 | big warning | Matthew Hodgson | 1 | -0/+17 | |
2014-09-04 | target live site | Matthew Hodgson | 1 | -2/+2 | |
2014-09-04 | changelog for v0.2.1 | Matthew Hodgson | 1 | -0/+16 | |
2014-09-04 | update README to know about synctl | Matthew Hodgson | 1 | -14/+24 | |
2014-09-03 | make synctl default to homesever.log | Matthew Hodgson | 1 | -3/+3 | |
2014-09-03 | Bump versions. Update change logs. | Erik Johnston | 3 | -2/+ |