| Commit message (Expand) | Author | Age | Files | Lines |
* | Add event-stream-service unit tests. | Kegan Dougal | 2014-11-14 | 2 | -0/+84 |
* | Unbreak tab complete... | Kegan Dougal | 2014-11-14 | 1 | -5/+6 |
* | Add more modelService unit tests. | Kegan Dougal | 2014-11-14 | 1 | -0/+132 |
* | Move getUserPowerLevel to modelService. | Kegan Dougal | 2014-11-14 | 5 | -71/+58 |
* | Fix bug which caused notifications to appear for old messages. | Kegan Dougal | 2014-11-14 | 2 | -9/+9 |
* | Tidy up room.html member list to use member again, now that scope.members is ... | Kegan Dougal | 2014-11-14 | 1 | -6/+6 |
* | Add extra checks to duration filter. | Kegan Dougal | 2014-11-14 | 2 | -0/+8 |
* | Actually look for last_active_ago in the right place.. | Kegan Dougal | 2014-11-14 | 3 | -70/+140 |
* | Remove scope.members from RoomController and use modelService instead. This m... | Kegan Dougal | 2014-11-14 | 5 | -225/+237 |
* | Use modelService for getting current presence state rather than RoomControlle... | Kegan Dougal | 2014-11-14 | 2 | -2/+23 |
* | Use modelService to access room member power levels rather than RoomController. | Kegan Dougal | 2014-11-14 | 3 | -48/+4 |
* | Use mUserDisplayName filter in more places. Store power_level[norm] for each ... | Kegan Dougal | 2014-11-14 | 2 | -17/+26 |
* | Add notification-service unit tests. | Kegan Dougal | 2014-11-14 | 1 | -0/+78 |
* | Add mUserDisplayName unit tests. | Kegan Dougal | 2014-11-14 | 1 | -0/+141 |
* | Unskip unit tests; fix filter dependency. | Kegan Dougal | 2014-11-14 | 1 | -12/+18 |
* | Remove getUserDisplayName and move that logic the filter mUserDisplayName. Up... | Kegan Dougal | 2014-11-13 | 3 | -90/+76 |
* | Remove rootScope.presence and replaced with modelService.getUser/setUser. | Kegan Dougal | 2014-11-13 | 3 | -13/+23 |
* | SYWEB-152: Move up/down history fully to a directive. | Kegan Dougal | 2014-11-13 | 3 | -94/+101 |
* | Migrate random bits of desktop notification logic out of roomController and i... | Kegan Dougal | 2014-11-13 | 2 | -32/+33 |
* | remove stray unmatched css comment | David Baker | 2014-11-13 | 1 | -1/+1 |
* | remove now-unused styles | David Baker | 2014-11-13 | 1 | -12/+0 |
* | Merge with Matthew's killing of ng-animate | David Baker | 2014-11-13 | 7 | -174/+329 |
|\ |
|
| * | Add commands-service unit tests. | Kegan Dougal | 2014-11-13 | 1 | -0/+143 |
| * | remove nganimate dependency as it seems to feature disproportionately highly ... | Matthew Hodgson | 2014-11-13 | 3 | -4/+7 |
| * | Wipe the selected room ID on the home screen. | Kegan Dougal | 2014-11-13 | 1 | -2/+4 |
| * | SYWEB-152: Unbreak /me | Kegan Dougal | 2014-11-13 | 1 | -2/+6 |
| * | SYWEB-152: Migrate IRC command logic to commands-service. | Kegan Dougal | 2014-11-13 | 4 | -168/+180 |
* | | Kill ng-animate with fire because it's terrible (was causing the page to be v... | David Baker | 2014-11-13 | 6 | -9/+15 |
|/ |
|
* | This gives just enough space for the vertical scrollbar to be shown without a... | David Baker | 2014-11-13 | 1 | -1/+1 |
* | Detect OpenWebRTC and add workarounds, but comment out the turn server remova... | David Baker | 2014-11-12 | 1 | -2/+16 |
* | Oops, change videoElement / selector in audio call too. | David Baker | 2014-11-12 | 1 | -1/+1 |
* | Fix ability to invite users. Remove unused variables. | Kegan Dougal | 2014-11-12 | 2 | -27/+17 |
* | Add more recents service unit tests. | Kegan Dougal | 2014-11-12 | 1 | -0/+38 |
* | Add test coverage to the webclient. Update .gitignore | Kegan Dougal | 2014-11-12 | 2 | -2/+16 |
* | Make earlier versions of jasmine happy by doing explicit object comparisons | Kegan Dougal | 2014-11-12 | 1 | -1/+2 |
* | Add recentsService unit tests. | Kegan Dougal | 2014-11-12 | 1 | -0/+114 |
* | comment typo | David Baker | 2014-11-12 | 1 | -1/+1 |
* | SYWEB-57: Highlight rooms which have had their bingers go off in blue. | Kegan Dougal | 2014-11-12 | 5 | -7/+50 |
* | Migrate unread messages logic to recentsService. | Kegan Dougal | 2014-11-12 | 2 | -21/+36 |
* | Add recents-service to store shared state between recents-controllers. | Kegan Dougal | 2014-11-12 | 5 | -9/+65 |
* | SYWEB-57: Highlight rooms where the history has changed. | Kegan Dougal | 2014-11-12 | 4 | -7/+33 |
* | Remove getRoomAliasAndDisplayName: room name logic is in mRoomName filter, an... | Kegan Dougal | 2014-11-12 | 2 | -40/+10 |
* | 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 j... | Kegan Dougal | 2014-11-12 | 2 | -3/+8 |
* | 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 w... | David Baker | 2014-11-07 | 5 | -67/+107 |
* | Detect call type by examining the SDP always rather than just in Firefox as i... | David Baker | 2014-11-06 | 1 | -2/+3 |
* | Don't cache isWebRTCSupported because whether webRTC is supported might chang... | David Baker | 2014-11-06 | 4 | -14/+11 |
* | Swap from using raw m.room.member events for room members to using actual Roo... | Kegan Dougal | 2014-11-06 | 9 | -30/+52 |
* | 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 f... | Kegan Dougal | 2014-11-06 | 1 | -3/+444 |
* | 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 |
* | 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 | 73 | -0/+47948 |