| Commit message (Expand) | Author | Files | Lines |
2014-09-01 | Specced out state/non-state events. Start working on the myriad of syncing APIs. | Kegan Dougal | 1 | -15/+94 |
2014-09-01 | Handle call events in the recents view as well to get consistency with what i... | David Baker | 1 | -0/+5 |
2014-09-01 | Just show 'Call' for call events. Don't just splat out the content of the eve... | David Baker | 1 | -1/+3 |
2014-09-01 | Rename API-visible 'mtime' presence field to 'last_active'; slightly differen... | Paul "LeoNerd" Evans | 4 | -41/+82 |
2014-09-01 | Fixed presence change that occurs -Xs ago | Emmanuel ROHEE | 1 | -0/+5 |
2014-09-01 | Fixed presence state update. Specifically, the current user was sometimes ind... | Emmanuel ROHEE | 1 | -5/+23 |
2014-09-01 | Rename 'state' presence key to the much more obvious 'presence'; maintain a l... | Paul "LeoNerd" Evans | 7 | -78/+147 |
2014-09-01 | Fleshed out joining/leaving rooms. Added M_LIMIT_EXCEEDED standard error code... | Kegan Dougal | 1 | -12/+64 |
2014-09-01 | Don't show the hang up button once tha call has ended | David Baker | 1 | -1/+1 |
2014-09-01 | Added /web folder which contains html/css (based off the default swagger-ui) ... | Kegan Dougal | 17 | -0/+10718 |
2014-09-01 | Renamed json files because: paths. | Kegan Dougal | 8 | -7/+7 |
2014-09-01 | add another public wishlist item | Matthew Hodgson | 1 | -0/+1 |
2014-09-01 | make the little logos clickable for Erik | Matthew Hodgson | 6 | -7/+7 |
2014-09-01 | Start digging into invite/join/leave sections. | Kegan Dougal | 1 | -10/+51 |
2014-09-01 | BF: Pass desired_user_id to register API. And update the app header to avoid ... | Emmanuel ROHEE | 2 | -2/+10 |
2014-09-01 | licenses, please... | Matthew Hodgson | 2 | -2/+32 |
2014-09-01 | fix footer on non-room pages | Matthew Hodgson | 1 | -1/+0 |
2014-08-31 | don't make HS ports explicit if it's the default for the protocol | Matthew Hodgson | 2 | -2/+8 |
2014-08-31 | missed a s#/matrix#/_matrix/g | Matthew Hodgson | 1 | -1/+1 |
2014-08-31 | change the world: make the default matrix API URL prefix /_matrix rather than... | Matthew Hodgson | 27 | -93/+93 |
2014-08-31 | make lightbox a bit less ugly | Matthew Hodgson | 1 | -2/+6 |
2014-08-31 | only show presence timings if we know them | Matthew Hodgson | 1 | -1/+1 |
2014-08-31 | nasty big monolithic commit of a whole bunch of UI/UX improvements: | Matthew |