summary refs log tree commit diff
path: root/syweb/webclient/components (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add event-stream-service unit tests.Kegan Dougal2014-11-141-0/+4
* Move getUserPowerLevel to modelService.Kegan Dougal2014-11-142-22/+23
* Fix bug which caused notifications to appear for old messages.Kegan Dougal2014-11-141-1/+3
* Remove scope.members from RoomController and use modelService instead. This m...Kegan Dougal2014-11-141-1/+13
* Use modelService for getting current presence state rather than RoomControlle...Kegan Dougal2014-11-141-1/+22
* Use modelService to access room member power levels rather than RoomController.Kegan Dougal2014-11-141-1/+2
* Use mUserDisplayName filter in more places. Store power_level[norm] for each ...Kegan Dougal2014-11-141-0/+21
* Remove getUserDisplayName and move that logic the filter mUserDisplayName. Up...Kegan Dougal2014-11-132-77/+63
* Remove rootScope.presence and replaced with modelService.getUser/setUser.Kegan Dougal2014-11-132-11/+20
* Migrate random bits of desktop notification logic out of roomController and i...Kegan Dougal2014-11-131-11/+31
* Merge with Matthew's killing of ng-animateDavid Baker2014-11-131-0/+164
|\
| * SYWEB-152: Migrate IRC command logic to commands-service.Kegan Dougal2014-11-131-0/+164
* | Kill ng-animate with fire because it's terrible (was causing the page to be v...David Baker2014-11-131-1/+1
|/
* Detect OpenWebRTC and add workarounds, but comment out the turn server remova...David Baker2014-11-121-2/+16
* Add test coverage to the webclient. Update .gitignoreKegan Dougal2014-11-121-1/+1
* comment typoDavid Baker2014-11-121-1/+1
* SYWEB-57: Highlight rooms which have had their bingers go off in blue.Kegan Dougal2014-11-122-6/+39
* Migrate unread messages logic to recentsService.Kegan Dougal2014-11-121-2/+29
* Add recents-service to store shared state between recents-controllers.Kegan Dougal2014-11-121-0/+51
* Remove getRoomAliasAndDisplayName: room name logic is in mRoomName filter, an...Kegan Dougal2014-11-121-37/+0
* SYWEB-146: Fix room ID leaking on recents page when the name of the room is j...Kegan Dougal2014-11-122-3/+8
* Move room alias/id mapping logic from matrixService to modelService.Kegan Dougal2014-11-124-63/+61
* fix stupid truncation bugMatthew Hodgson2014-11-111-2/+5
* wrap fully qualified user IDs more intelligentlyMatthew Hodgson2014-11-112-5/+13
* Various fixes to try & make openwebrtc safari extension work (still doesn't w...David Baker2014-11-071-53/+93
* Detect call type by examining the SDP always rather than just in Firefox as i...David Baker2014-11-061-2/+3
* Don't cache isWebRTCSupported because whether webRTC is supported might chang...David Baker2014-11-062-7/+4
* Swap from using raw m.room.member events for room members to using actual Roo...Kegan Dougal2014-11-064-9/+14
* Factor out room name logic: mRoomName is the canonical source.Kegan Dougal2014-11-061-12/+4
* Fix broken tests which were previously skipped.Kegan Dougal2014-11-061-1/+13
* Finish matrixService unit tests. Add missing encodeURIComponent to path args.Kegan Dougal2014-11-051-5/+6
* Don't urlencode event types just yet so older HSes don't 500.Kegan Dougal2014-11-051-1/+3
* Be sure to urlencode/decode event types correctly in both the web client and HS.Kegan Dougal2014-11-051-2/+2
* URL encoding bugfix and add more tests.Kegan Dougal2014-11-041-1/+1
* Move webclient to a python module so that it can be installedMark Haines2014-11-0412-0/+3166