Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge with Matthew's killing of ng-animate | David Baker | 2014-11-13 | 1 | -0/+1 |
|\ | | | | | | | | | | | Conflicts: syweb/webclient/app-controller.js syweb/webclient/index.html | ||||
| * | remove nganimate dependency as it seems to feature disproportionately highly ↵ | Matthew Hodgson | 2014-11-13 | 1 | -0/+2 |
| | | | | | | | | in the FF profiler, and removing it seems to have stopped my FF stalling for seconds on end | ||||
| * | SYWEB-152: Migrate IRC command logic to commands-service. | Kegan Dougal | 2014-11-13 | 1 | -0/+1 |
| | | |||||
* | | Kill ng-animate with fire because it's terrible (was causing the page to be ↵ | David Baker | 2014-11-13 | 1 | -3/+1 |
|/ | | | | very sluggish). Do the call icons in pure CSS3 and use one less image to boot (in some browsers the phone icon will be the wrong browser but they can deal). | ||||
* | Add recents-service to store shared state between recents-controllers. | Kegan Dougal | 2014-11-12 | 1 | -0/+1 |
| | | | | | | Remove the selectedRoomId from rootScope and instead store it in recents-service. Add a broadcast to notify listeners (recents-controller) to updates of this. | ||||
* | major CSS overhaul to try to make things look a bit cleaner | Matthew Hodgson | 2014-11-11 | 1 | -0/+2 |
| | |||||
* | Various fixes to try & make openwebrtc safari extension work (still doesn't ↵ | David Baker | 2014-11-07 | 1 | -2/+2 |
| | | | | work). | ||||
* | Don't cache isWebRTCSupported because whether webRTC is supported might ↵ | David Baker | 2014-11-06 | 1 | -1/+1 |
| | | | | change part-way through the page's lifecycle if your webrtc support comes from some kind of injected content script (hello OpenWebRTC Sarafi extension) | ||||
* | Move webclient to a python module so that it can be installed | Mark Haines | 2014-11-04 | 1 | -0/+137 |