summary refs log tree commit diff
path: root/cmdclient (unfollow)
Commit message (Expand)AuthorFilesLines
2014-11-05Add more tests and a TODO.Kegan Dougal1-2/+55
2014-11-05Fix url decoding bugs with /redact and /send APIs.Kegan Dougal1-2/+2
2014-11-05Don't urlencode event types just yet so older HSes don't 500.Kegan Dougal2-3/+5
2014-11-05Be sure to urlencode/decode event types correctly in both the web client and HS.Kegan Dougal3-6/+6
2014-11-05Add a bunch more unit tests for matrixService.Kegan Dougal1-6/+191
2014-11-04URL encoding bugfix and add more tests.Kegan Dougal2-7/+41
2014-11-04Add matrix-service unit tests. Update angular-mocks.Kegan Dougal2-111/+261
2014-11-04SYN-112: Get pynacl from github instead of PyPIMark Haines1-0/+1
2014-11-04Determine webclient path by the python module it is contained inMark Haines2-2/+5
2014-11-04Update .gitignore to ignore config.js files in syweb/webclient.Kegan Dougal1-1/+1
2014-11-04Move webclient to a python module so that it can be installedMark Haines75-1/+1
2014-11-04Don't need this; should be on -g path.Kegan Dougal1-1/+0
2014-11-04exclude testsMark Haines1-1/+1
2014-11-04Fix installation instructions in READMEMark Haines2-25/+31
2014-11-04Use phantomjs as the default browser and not chrome.Kegan Dougal2-7/+25
2014-11-04Update karma.conf.js to A: actually run the tests, and B: generate JUnit XML.Kegan Dougal1-3/+13
2014-11-04SYWEB-136: Send m.images according to the spec.Kegan Dougal2-4/+6
2014-11-04SYWEB-133: JSON dialog now appears on dblclick to allow users to highlight text.Kegan Dougal1-1/+1
2014-11-04SYWEB-116: Implement historical display name support.Kegan Dougal4-9/+12
2014-11-04Rejig display names when paginating to lie less.Kegan Dougal3-13/+24
2014-11-03Rejig order of checks/state updates/message insertions for m.room.member. Mar...Kegan Dougal1-26/+23
2014-11-03Fix off-by-one bug when displaying display names / avatar urls when paginating.Kegan Dougal1-0/+7
2014-11-03Backwards compat for old-style avatar_urlsKegan Dougal1-1/+2
2014-11-03Reference the room_member key on messages which adjusts for current vs old_ro...Kegan Dougal2-8/+18
2014-11-03Variable renaming, general cleanup. Don't feed state events from /initialSync...Kegan Dougal2-38/+29
2014-11-03Fix broken redact enable logic.Kegan Dougal1-1/+1
2014-11-03Fix hidden event keys being incorrectly shown in the even info dialog.Kegan Dougal1-1/+5
2014-11-03Fix bug which prevented pagination from bumping the list down, causing infini...Kegan Dougal1-1/+1
2014-11-03Fix bug which prevented room name invites appearing correctly.Kegan Dougal3-86/+47
2014-11-03Fix bug which prevented the number of users being visible on the recents view.Kegan Dougal3-5/+4
2014-11-03Remove events.rooms[room_id] entirely from event-handler-service.Kegan Dougal4-232/+59
2014-11-03Make recents[controller/filter/html] use modelService.Kegan Dougal5-25/+66
2014-11-03Make call stuff use modelService.Kegan Dougal2-5/+5
2014-11-03Keep matrixService stateless and make matrixFilter use modelService.Kegan Dougal5-53/+53
2014-11-03Use python logger, not the twisted loggerErik Johnston1-2/+1
2014-11-03Prevent EventStreamService from knowing too much about the EventHandlerServic...Kegan Dougal2-21/+20
2014-10-31Bump version numbers and change logErik Johnston3-2/+18
2014-10-31Replace lots of .events.rooms[room_id] with .roomKegan Dougal4-16/+22
2014-10-31room.html now displays messages from model-service. Add debugging fields. Hoo...Kegan Dougal5-17/+31
2014-10-31Hook into more of event-handler-service and mimic its functions for now.Kegan Dougal2-68/+130
2014-10-31Parse /initialSync data and populate the new data structures.Kegan Dougal2-4/+33
2014-10-31Added model-service.js to store model data.Kegan Dougal4-2/+