summary refs log tree commit diff
path: root/webclient/index.html (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added event handler service which.. handles events. More specifically, it ↵Kegan Dougal2014-08-151-0/+1
| | | | $broadcasts events depending on their type, and does processing on events (shuffling keys, adding events to $rootScope so displays will automatically update, sending delivery receipts, and so on). Some of this logic was previously contained in the RoomController, which fails the moment you add >1 room into the mix, hence requiring a Service to handle events, rather than having each individual controller maintain their part of the world.
* Added event stream service which neatly blobs together requests / state for ↵Kegan Dougal2014-08-151-0/+1
| | | | the event stream. This depends on matrix service to do the actual hit. Currently this has exactly the same behaviour as before.
* Create a temporary upload service server side (by hacking ↵Emmanuel ROHEE2014-08-141-0/+1
| | | | demos/webserver.py) and client side with an angularjs service component.
* Created m-file-input. A directive to open a file selection dialog on ↵Emmanuel ROHEE2014-08-141-0/+1
| | | | whatever HTML element
* Reference Matrix Home Servermatrix.org2014-08-121-0/+41