Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SYWEB-57: Highlight rooms where the history has changed. | Kegan Dougal | 2014-11-12 | 4 | -7/+33 |
| | | | | | This highlights rooms when something has happened and you haven't viewed it yet. It highlights entries in a slightly red background colour. | ||||
* | Remove getRoomAliasAndDisplayName: room name logic is in mRoomName filter, ↵ | Kegan Dougal | 2014-11-12 | 2 | -40/+10 |
| | | | | and this method was only used for /publicRooms requests. | ||||
* | SYWEB-140: Redact button layout. | Kegan Dougal | 2014-11-12 | 3 | -2/+11 |
| | |||||
* | SYWEB-146: Fix room ID leaking on recents page when the name of the room is ↵ | Kegan Dougal | 2014-11-12 | 2 | -3/+8 |
| | | | | just an alias. | ||||
* | Move room alias/id mapping logic from matrixService to modelService. | Kegan Dougal | 2014-11-12 | 7 | -74/+72 |
| | |||||
* | no evil horizontal textarea resizing | Matthew Hodgson | 2014-11-11 | 1 | -0/+1 |
| | |||||
* | make image buttons more buttony | Matthew Hodgson | 2014-11-11 | 1 | -0/+2 |
| | |||||
* | fix stupid truncation bug | Matthew Hodgson | 2014-11-11 | 1 | -2/+5 |
| | |||||
* | linky topics | Matthew Hodgson | 2014-11-11 | 1 | -2/+2 |
| | |||||
* | wrap fully qualified user IDs more intelligently | Matthew Hodgson | 2014-11-11 | 4 | -14/+16 |
| | |||||
* | fix weird shaped message table rows | Matthew Hodgson | 2014-11-11 | 2 | -9/+7 |
| | |||||
* | fix lines with wrapped userids | Matthew Hodgson | 2014-11-11 | 1 | -1/+1 |
| | |||||
* | add new peity dep to tests | Matthew Hodgson | 2014-11-11 | 1 | -0/+2 |
| | |||||
* | fix button spacing | Matthew Hodgson | 2014-11-11 | 1 | -2/+2 |
| | |||||
* | major CSS overhaul to try to make things look a bit cleaner | Matthew Hodgson | 2014-11-11 | 11 | -102/+300 |
| | |||||
* | Various fixes to try & make openwebrtc safari extension work (still doesn't ↵ | David Baker | 2014-11-07 | 5 | -67/+107 |
| | | | | work). | ||||
* | Detect call type by examining the SDP always rather than just in Firefox as ↵ | David Baker | 2014-11-06 | 1 | -2/+3 |
| | | | | it seems Chrome's behaviour is the odd one out here. | ||||
* | Don't cache isWebRTCSupported because whether webRTC is supported might ↵ | David Baker | 2014-11-06 | 4 | -14/+11 |
| | | | | change part-way through the page's lifecycle if your webrtc support comes from some kind of injected content script (hello OpenWebRTC Sarafi extension) | ||||
* | Swap from using raw m.room.member events for room members to using actual ↵ | Kegan Dougal | 2014-11-06 | 9 | -30/+52 |
| | | | | RoomMember objects, so User objects can be tacked on. Update tests. | ||||
* | Use mRoomName on join notifications as well. | Kegan Dougal | 2014-11-06 | 1 | -1/+1 |
| | |||||
* | Add modelService test. Thin for now but will be expanded upon. | Kegan Dougal | 2014-11-06 | 1 | -0/+30 |
| | |||||
* | Factor out room name logic: mRoomName is the canonical source. | Kegan Dougal | 2014-11-06 | 2 | -14/+6 |
| | |||||
* | Use .not.toEqual instead of .toNotEqual which is in a newer version of Jasmine. | Kegan Dougal | 2014-11-06 | 1 | -1/+1 |
| | |||||
* | Start adding regression tests. First up, register-controller for SYWEB-109. | Kegan Dougal | 2014-11-06 | 2 | -1/+85 |
| | |||||
* | Fix broken tests which were previously skipped. | Kegan Dougal | 2014-11-06 | 2 | -13/+20 |
| | |||||
* | Add mRoomName and orderMembersList filter tests. Mark FIXME on broken tests ↵ | Kegan Dougal | 2014-11-06 | 1 | -3/+444 |
| | | | | for now. | ||||
* | State *.js in karma.conf rather than *.* so *.js~ files are ignored. | Kegan Dougal | 2014-11-06 | 1 | -7/+7 |
| | |||||
* | Add duration filter unit tests. | Kegan Dougal | 2014-11-05 | 2 | -13/+52 |
| | |||||
* | Add a few eventHandlerService tests. | Kegan Dougal | 2014-11-05 | 1 | -0/+105 |
| | |||||
* | Finish matrixService unit tests. Add missing encodeURIComponent to path args. | Kegan Dougal | 2014-11-05 | 2 | -65/+234 |
| | |||||
* | Add more tests and a TODO. | Kegan Dougal | 2014-11-05 | 1 | -2/+55 |
| | |||||
* | Don't urlencode event types just yet so older HSes don't 500. | Kegan Dougal | 2014-11-05 | 2 | -3/+5 |
| | | | | | Skip the tests which test for urlencoding, and add a TODO in matrixService. | ||||
* | Be sure to urlencode/decode event types correctly in both the web client and HS. | Kegan Dougal | 2014-11-05 | 2 | -5/+5 |
| | |||||
* | Add a bunch more unit tests for matrixService. | Kegan Dougal | 2014-11-05 | 1 | -6/+191 |
| | |||||
* | URL encoding bugfix and add more tests. | Kegan Dougal | 2014-11-04 | 2 | -7/+41 |
| | |||||
* | Add matrix-service unit tests. Update angular-mocks. | Kegan Dougal | 2014-11-04 | 2 | -111/+261 |
| | |||||
* | Move webclient to a python module so that it can be installed | Mark Haines | 2014-11-04 | 74 | -0/+47948 |