summary refs log tree commit diff
path: root/syweb/webclient (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make earlier versions of jasmine happy by doing explicit object comparisonsKegan Dougal2014-11-121-1/+2
* Add recentsService unit tests.Kegan Dougal2014-11-121-0/+114
* comment typoDavid Baker2014-11-121-1/+1
* SYWEB-57: Highlight rooms which have had their bingers go off in blue.Kegan Dougal2014-11-125-7/+50
* Migrate unread messages logic to recentsService.Kegan Dougal2014-11-122-21/+36
* Add recents-service to store shared state between recents-controllers.Kegan Dougal2014-11-125-9/+65
* SYWEB-57: Highlight rooms where the history has changed.Kegan Dougal2014-11-124-7/+33
* Remove getRoomAliasAndDisplayName: room name logic is in mRoomName filter, an...Kegan Dougal2014-11-122-40/+10
* SYWEB-140: Redact button layout.Kegan Dougal2014-11-123-2/+11
* 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-127-74/+72
* no evil horizontal textarea resizingMatthew Hodgson2014-11-111-0/+1
* make image buttons more buttonyMatthew Hodgson2014-11-111-0/+2
* fix stupid truncation bugMatthew Hodgson2014-11-111-2/+5
* linky topicsMatthew Hodgson2014-11-111-2/+2
* wrap fully qualified user IDs more intelligentlyMatthew Hodgson2014-11-114-14/+16
* fix weird shaped message table rowsMatthew Hodgson2014-11-112-9/+7
* fix lines with wrapped useridsMatthew Hodgson2014-11-111-1/+1
* add new peity dep to testsMatthew Hodgson2014-11-111-0/+2
* fix button spacingMatthew Hodgson2014-11-111-2/+2
* major CSS overhaul to try to make things look a bit cleanerMatthew Hodgson2014-11-1111-102/+300
* Various fixes to try & make openwebrtc safari extension work (still doesn't w...David Baker2014-11-075-67/+107
* 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-064-14/+11
* Swap from using raw m.room.member events for room members to using actual Roo...Kegan Dougal2014-11-069-30/+52
* Use mRoomName on join notifications as well.Kegan Dougal2014-11-061-1/+1
* Add modelService test. Thin for now but will be expanded upon.Kegan Dougal2014-11-061-0/+30
* Factor out room name logic: mRoomName is the canonical source.Kegan Dougal2014-11-062-14/+6
* Use .not.toEqual instead of .toNotEqual which is in a newer version of Jasmine.Kegan Dougal2014-11-061-1/+1
* Start adding regression tests. First up, register-controller for SYWEB-109.Kegan Dougal2014-11-062-1/+85
* Fix broken tests which were previously skipped.Kegan Dougal2014-11-062-13/+20
* Add mRoomName and orderMembersList filter tests. Mark FIXME on broken tests f...Kegan Dougal2014-11-061-3/+444
* State *.js in karma.conf rather than *.* so *.js~ files are ignored.Kegan Dougal2014-11-061-7/+7
* Add duration filter unit tests.Kegan Dougal2014-11-052-13/+52
* Add a few eventHandlerService tests.Kegan Dougal2014-11-051-0/+105
* Finish matrixService unit tests. Add missing encodeURIComponent to path args.Kegan Dougal2014-11-052-65/+234
* Add more tests and a TODO.Kegan Dougal2014-11-051-2/+55
* Don't urlencode event types just yet so older HSes don't 500.Kegan Dougal2014-11-052-3/+5
* Be sure to urlencode/decode event types correctly in both the web client and HS.Kegan Dougal2014-11-052-5/+5
* Add a bunch more unit tests for matrixService.Kegan Dougal2014-11-051-6/+191
* URL encoding bugfix and add more tests.Kegan Dougal2014-11-042-7/+41
* Add matrix-service unit tests. Update angular-mocks.Kegan Dougal2014-11-042-111/+261
* Move webclient to a python module so that it can be installedMark Haines2014-11-0473-0/+47948