| Commit message (Expand) | Author | Files | Lines |
2014-11-04 | Move webclient to a python module so that it can be installed | Mark Haines | 75 | -1/+1 |
2014-11-04 | Don't need this; should be on -g path. | Kegan Dougal | 1 | -1/+0 |
2014-11-04 | exclude tests | Mark Haines | 1 | -1/+1 |
2014-11-04 | Fix installation instructions in README | Mark Haines | 2 | -25/+31 |
2014-11-04 | Use phantomjs as the default browser and not chrome. | Kegan Dougal | 2 | -7/+25 |
2014-11-04 | Update karma.conf.js to A: actually run the tests, and B: generate JUnit XML. | Kegan Dougal | 1 | -3/+13 |
2014-11-04 | SYWEB-136: Send m.images according to the spec. | Kegan Dougal | 2 | -4/+6 |
2014-11-04 | SYWEB-133: JSON dialog now appears on dblclick to allow users to highlight text. | Kegan Dougal | 1 | -1/+1 |
2014-11-04 | SYWEB-116: Implement historical display name support. | Kegan Dougal | 4 | -9/+12 |
2014-11-04 | Rejig display names when paginating to lie less. | Kegan Dougal | 3 | -13/+24 |
2014-11-03 | Rejig order of checks/state updates/message insertions for m.room.member. Mar... | Kegan Dougal | 1 | -26/+23 |
2014-11-03 | Fix off-by-one bug when displaying display names / avatar urls when paginating. | Kegan Dougal | 1 | -0/+7 |
2014-11-03 | Backwards compat for old-style avatar_urls | Kegan Dougal | 1 | -1/+2 |
2014-11-03 | Reference the room_member key on messages which adjusts for current vs old_ro... | Kegan Dougal | 2 | -8/+18 |
2014-11-03 | Variable renaming, general cleanup. Don't feed state events from /initialSync... | Kegan Dougal | 2 | -38/+29 |
2014-11-03 | Fix broken redact enable logic. | Kegan Dougal | 1 | -1/+1 |
2014-11-03 | Fix hidden event keys being incorrectly shown in the even info dialog. | Kegan Dougal | 1 | -1/+5 |
2014-11-03 | Fix bug which prevented pagination from bumping the list down, causing infini... | Kegan Dougal | 1 | -1/+1 |
2014-11-03 | Fix bug which prevented room name invites appearing correctly. | Kegan Dougal | 3 | -86/+47 |
2014-11-03 | Fix bug which prevented the number of users being visible on the recents view. | Kegan Dougal | 3 | -5/+4 |
2014-11-03 | Remove events.rooms[room_id] entirely from event-handler-service. | Kegan Dougal | 4 | -232/+59 |
2014-11-03 | Make recents[controller/filter/html] use modelService. | Kegan Dougal | 5 | -25/+66 |
2014-11-03 | Make call stuff use modelService. | Kegan Dougal | 2 | -5/+5 |
2014-11-03 | Keep matrixService stateless and make matrixFilter use modelService. | Kegan Dougal | 5 | -53/+53 |
2014-11-03 | Use python logger, not the twisted logger | Erik Johnston | 1 | -2/+1 |
2014-11-03 | Prevent EventStreamService from knowing too much about the EventHandlerServic... | Kegan Dougal | 2 | -21/+20 |
2014-10-31 | Bump version numbers and change log | Erik Johnston | 3 | -2/+18 |
2014-10-31 | Replace lots of .events.rooms[room_id] with .room | Kegan Dougal | 4 | -16/+22 |
2014-10-31 | room.html now displays messages from model-service. Add debugging fields. Hoo... | Kegan Dougal | 5 | -17/+31 |
2014-10-31 | Hook into more of event-handler-service and mimic its functions for now. | Kegan Dougal | 2 | -68/+130 |
2014-10-31 | Parse /initialSync data and populate the new data structures. | Kegan Dougal | 2 | -4/+33 |
2014-10-31 | Added model-service.js to store model data. | Kegan Dougal | 4 | -2/+102 |
2014-10-31 | SYWEB-102: Fix desktop notification msg when a user with no display name join... | Kegan Dougal | 1 | < |