- Nov 14, 2014
-
-
Kegan Dougal authored
-
- Nov 13, 2014
-
-
Kegan Dougal authored
Remove getUserDisplayName and move that logic the filter mUserDisplayName. Update references. Skip tests for now as there are some unresolved DI issues for filters.
-
Kegan Dougal authored
-
Kegan Dougal authored
Previously, there was some of it in a lovely generic directive, but the core of it was hard coded id attributes in RoomController. It's now all generic in a directive: the room history you get when you up/down arrow is determined by the value of the attribute e.g. command-history="!foo:bar" would present the history for !foo:bar. In practice, this is {{room_id}} in the html.
-
Mark Haines authored
-
Kegan Dougal authored
Migrate random bits of desktop notification logic out of roomController and into eventHandlerService where everything else is.
-
David Baker authored
-
David Baker authored
-
Mark Haines authored
-
David Baker authored
Conflicts: syweb/webclient/app-controller.js syweb/webclient/index.html
-
Kegan Dougal authored
-
Matthew Hodgson authored
remove nganimate dependency as it seems to feature disproportionately highly in the FF profiler, and removing it seems to have stopped my FF stalling for seconds on end
-
David Baker authored
Kill ng-animate with fire because it's terrible (was causing the page to be 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).
-
Kegan Dougal authored
-
Kegan Dougal authored
-
Kegan Dougal authored
-
David Baker authored
This gives just enough space for the vertical scrollbar to be shown without adding a horizontal scrollbar.
-
Matthew Hodgson authored
-
- Nov 12, 2014
-
-
David Baker authored
Detect OpenWebRTC and add workarounds, but comment out the turn server removal for now so we have a live demo of it not working.
-
David Baker authored
-
Kegan Dougal authored
-
Erik Johnston authored
-
Kegan Dougal authored
-
Kegan Dougal authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Kegan Dougal authored
-
Kegan Dougal authored
-
David Baker authored
-
Kegan Dougal authored
Priority is the same as xchat so selected > blue > red.
-
Matthew Hodgson authored
-
Kegan Dougal authored
-
Kegan Dougal authored
Remove the selectedRoomId from rootScope and instead store it in recents-service. Add a broadcast to notify listeners (recents-controller) to updates of this.
-
Erik Johnston authored
-
Erik Johnston authored
-
Kegan Dougal authored
This highlights rooms when something has happened and you haven't viewed it yet. It highlights entries in a slightly red background colour.
-
Kegan Dougal authored
Remove getRoomAliasAndDisplayName: room name logic is in mRoomName filter, and this method was only used for /publicRooms requests.
-
Kegan Dougal authored
-
Erik Johnston authored
-