Kegan Dougal
|
5dbceaf5a4
|
Added event handler service which.. handles events. More specifically, it $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.
|
2014-08-15 14:06:56 +01:00 |
|
Kegan Dougal
|
8bf3994c2e
|
Added event stream service which neatly blobs together requests / state for the event stream. This depends on matrix service to do the actual hit. Currently this has exactly the same behaviour as before.
|
2014-08-15 14:06:56 +01:00 |
|
Emmanuel ROHEE
|
deae7f4f5d
|
Create a temporary upload service server side (by hacking demos/webserver.py) and client side with an angularjs service component.
|
2014-08-14 18:39:23 +02:00 |
|
Emmanuel ROHEE
|
7dc0a28e17
|
Created m-file-input. A directive to open a file selection dialog on whatever HTML element
|
2014-08-14 11:36:11 +02:00 |
|
matrix.org
|
4f475c7697
|
Reference Matrix Home Server
|
2014-08-12 15:10:52 +01:00 |
|