- Aug 15, 2014
-
-
Erik Johnston authored
-
Erik Johnston authored
-
Paul "LeoNerd" Evans authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Conflicts: synapse/storage/roommember.py
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Paul "LeoNerd" Evans authored
Fix imsync's SELECT query to only find the rooms I'm actually joined in, not every room I have ever joined
-
Erik Johnston authored
-
Paul "LeoNerd" Evans authored
-
Kegan Dougal authored
Remove old polling stuff from RoomController. Added service comments. Do not start the event stream on startup unless you have credentials.
-
Kegan Dougal authored
Event streaming now happens on an app level, rather than a per-room level. Make eventStreamService manage it's own repolling provided no one calls stop() on it. Couple the stream with eventHandlerService so any controller can just blithely call eventStreamService.resume() and expect to 'get stuff' without having to handle promises (though resume() still returns a promise for that request and proxies it through $q). Kill and reset the stream if you logout.
-
Kegan Dougal authored
Store messages in $rootScope so they can be accessed from multiple controllers without duplicated storage for each. This also gives updates.
-
Kegan Dougal authored
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.
-
Kegan Dougal authored
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.
-
Erik Johnston authored
-
Erik Johnston authored
Conflicts: synapse/storage/stream.py
-
Erik Johnston authored
-
Erik Johnston authored
-
Paul "LeoNerd" Evans authored
-
Erik Johnston authored
-
Kegan Dougal authored
-
- Aug 14, 2014
-
-
Matthew Hodgson authored
-
Matthew Hodgson authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Matthew Hodgson authored
-
Kegan Dougal authored
-
Paul "LeoNerd" Evans authored
-
Matthew Hodgson authored
-
Kegan Dougal authored
-
Emmanuel ROHEE authored
-
Emmanuel ROHEE authored
Create a temporary upload service server side (by hacking demos/webserver.py) and client side with an angularjs service component.
-
Emmanuel ROHEE authored
Create a temporary upload service server side (by hacking demos/webserver.py) and client side with an angularjs service component.
-