| Commit message (Expand) | Author | Files | Lines |
2014-08-29 | update presence times in realtime through the magic of two-way binding | Matthew Hodgson | 2 | -35/+15 |
2014-08-29 | Use str.join() properly | Paul "LeoNerd" Evans | 1 | -2/+1 |
2014-08-29 | Move the *EventSource classes into the handlers they relate to, so it's easie... | Paul "LeoNerd" Evans | 4 | -129/+132 |
2014-08-29 | Rooms: More subsections, more bullet points, more detail. | Kegan Dougal | 1 | -9/+88 |
2014-08-29 | Show desktop notification state. Provide help if the user has previously deni... | Emmanuel ROHEE | 3 | -14/+39 |
2014-08-29 | better support for call hangups | David Baker | 1 | -16/+16 |
2014-08-29 | Fix JSFiddles to work with the new C-S API. | Kegan Dougal | 6 | -81/+93 |
2014-08-29 | Update API swagger JSON to default to POSTs not PUTs when describing the API. | Kegan Dougal | 1 | -61/+19 |
2014-08-29 | The away state is unavailable not offline | Emmanuel ROHEE | 1 | -7/+7 |
2014-08-29 | The away state is unavailable not offline | Emmanuel ROHEE | 1 | -7/+7 |
2014-08-29 | Only show voice call button if there are exactly 2 members in the room. Also ... | David Baker | 2 | -3/+7 |
2014-08-29 | Flesh out API standards. | Kegan Dougal | 1 | -4/+81 |
2014-08-29 | Oops, forgot a s/sendObject/sendEvent/ - make messages work again! | David Baker | 1 | -1/+1 |
2014-08-29 | Don't break if the call ends before it connects | David Baker | 1 | -12/+20 |
2014-08-29 | Get the equalities right. | Erik Johnston | 2 | -4/+10 |
2014-08-29 | Change call signalling messages to be their own types of room events rather t... | David Baker | 5 | -18/+27 |
2014-08-29 | Show notifications only when the user is detected as idle | Emmanuel ROHEE | 1 | -10/+9 |
2014-08-29 | Fix a couple of bugs in presence handler related to pushing updatesto the cor... | Erik Johnston | 5 | -90/+200 |
2014-08-29 | Expand architecture section to introduce room IDs, room aliases, user IDs, ev... | Kegan Dougal | 1 | -33/+68 |
2014-08-29 | More basic functionality for voip calls (like hanging up) | David Baker | 3 | -5/+69 |
2014-08-29 | Cleaned up ng deps. By convention, angular modules must be listed at first | Emmanuel ROHEE | 1 | -3/+3 |
2014-08-29 | Added a timeout(40s) to $http stream requests (/events) in order to be notifi... | Emmanuel ROHEE | 2 | -10/+27 |
2014-08-29 | Redo architecture diagram. Reword parts of federation. Formatting fixes and t... | Kegan Dougal | 1 | -81/+97 |
2014-08-29 | Recents update: do not care of events coming from the past (they are fired wh... | Emmanuel ROHEE | 1 | -2/+4 |
2014-08-29 | Display emotes in the recents list | Emmanuel ROHEE | 1 | -0/+5 |
2014-08-29 | ng-show exists. So, for clarity, avoid to use ng-hide and double negation test. | Emmanuel ROHEE | 1 | -4/+4 |
2014-08-29 | Renamed matrixService.assignRoomAliases into getRoomAliasAndDisplayName | Emmanuel ROHEE | 3 | -32/+45 |
2014-08-28 | First basic working VoIP call support | David Baker | 4 | -16/+161 |
2014-08-28 | Turn of trace_function logging | Erik Johnston | 2 | -10/+10 |
2014-08-28 | Only poll remote users if they are in our presence list, rather than in a com... | Erik Johnston | 1 | -53/+66 |
2014-08-28 | Fix FederationHandler to event.origin | Mark Haines | 1 | -1/+1 |
2014-08-28 | Don't query the rooms members table so much by using the new notifier api tha... | Erik Johnston | 2 | -62/+46 |
2014-08-28 | Start fleshing out architecture section. Moar .rst formatting! Reword some co... | Kegan Dougal | 1 | -106/+146 |
2014-08-28 | Initial room event stream token must be s0, not s1, or everyone will miss the... | Paul "LeoNerd" Evans | 1 | -1/+1 |
2014-08-28 | Up timeout to 10 minutes | Erik Johnston | 1 | -1/+1 |
2014-08-28 | Only send presence "poll"/"unpoll" EDUs when changing from/to zero remotes | Paul "LeoNerd" Evans | 2 | -8/+47 |
2014-08-28 | Ability to assert a DeferredMockCallable has received no calls | Paul "LeoNerd" Evans | 1 | -0/+15 |
2014-08-28 | Avoid AlreadyCalledError from EDU sending failures | Paul "LeoNerd" Evans | 1 | -1/+2 |
2014-08-28 | Re-enable presence, un-skip presence tests | Paul "LeoNerd" Evans | 4 | -19/+0 |
2014-08-28 | And more logging. | Erik Johnston | 2 | -1/+3 |
2014-08-28 | Do a smart update of the recents from the events stream rather than hammering... | Emmanuel ROHEE | 1 | -7/+21 |
2014-08-28 | Flesh out m.room.message msgtypes | Kegan Dougal | 1 | -10/+102 |
2014-08-28 | Remove get_state_for_room function from federation handler | Mark Haines | 3 | -17/+29 |
2014-08-28 | use @wraps to set the __name__ __module__ and __doc__ correctly for logged fu... | Mark Haines | 1 | -0/+2 |
2014-08-28 | Add more logging. Up the event stream timer to 10s | Erik Johnston | 2 | -1/+4 |
2014-08-28 | When opening this page, do not join a room already joined | Emmanuel ROHEE | 1 | -26/+51 |
2014-08-28 | Added waitForInitialSyncCompletion so that clients can know when they can acc... | Emmanuel ROHEE | 2 | -9/+24 |
2014-08-28 | BF: Made member events parsing work (handleEvents expects an array of events) | Emmanuel ROHEE | 1 | -8/+4 |
2014-08-28 | Cleaned up deps | Emmanuel ROHEE | 3 | -6/+6 |
2014-08-28 | Add logging to try and figure out what is going on with the presence stuff | Erik Johnston | 4 | -3/+66 |
2014-08-28 | Support multiple login flows when deciding how to login. Updated cmdclient an... | Kegan Dougal | 3 | -16/+23 |
2014-08-28 | |