Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-11-14 | Add mUserDisplayName unit tests. | Kegan Dougal | 1 | -0/+141 | |
2014-11-14 | Unskip unit tests; fix filter dependency. | Kegan Dougal | 1 | -12/+18 | |
2014-11-13 | Remove getUserDisplayName and move that logic the filter mUserDisplayName. ↵ | Kegan Dougal | 3 | -90/+76 | |
Update references. Skip tests for now as there are some unresolved DI issues for filters. | |||||
2014-11-13 | Remove rootScope.presence and replaced with modelService.getUser/setUser. | Kegan Dougal | 3 | -13/+23 | |
2014-11-13 | SYWEB-152: Move up/down history fully to a directive. | Kegan Dougal | 3 | -94/+101 | |
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. | |||||
2014-11-13 | SYN-103: Remove "origin" and "destination" keys from edus | Mark Haines | 4 | -14/+4 | |
2014-11-13 | Migrate random bits of desktop notification logic out of roomController and ↵ | Kegan Dougal | 2 | -32/+33 | |
into eventHandlerService where everything else is. | |||||
2014-11-13 | remove stray unmatched css comment | David Baker | 1 | -1/+1 | |
2014-11-13 | remove now-unused styles | David Baker | 1 | -12/+0 | |
2014-11-13 |