- Aug 21, 2014
-
-
Emmanuel ROHEE authored
-
- Aug 20, 2014
-
-
Emmanuel ROHEE authored
-
- Aug 19, 2014
-
-
Emmanuel ROHEE authored
-
Erik Johnston authored
-
- Aug 18, 2014
-
-
Kegan Dougal authored
Auth content uploads. Added a mapping function from request > filename. Added exception handling for content uploads. webclient: Only prefix the client API path on doRequest, not doBaseRequest (this would've broken the identity server auth too). Added matrixService.uploadContent. May not require mFileUpload anymore.
-
Emmanuel ROHEE authored
Do not start the event stream if the user is not logged in (=if he does not has an access token yet) Add isUserLoggedIn to check this.
-
- Aug 15, 2014
-
-
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
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.
-
- Aug 14, 2014
-
-
Kegan Dougal authored
webclient: You can now paginate in rooms. Defaults to 10 messages, with a button to get more (needs to be hooked into infini-scrolling).
-
Kegan Dougal authored
Move the unknown token broadcast to the interceptor. Return the $http promise and not a wrapped one via $q. Everything now needs a level deeper nesting. Fixed registration and login.
-
Emmanuel ROHEE authored
-
- Aug 13, 2014
-
-
Emmanuel ROHEE authored
-
Matthew Hodgson authored
add in copyrights to everything, not just the synapse subdir, and add a copyrighter.pl whilst we're at it
-
- Aug 12, 2014
-
-
Erik Johnston authored
-
matrix.org authored
-