- Aug 14, 2014
-
-
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.
-
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
Pass back the user_id in the response to /login in case it has changed. Store and use that on the webclient rather than the input field.
-
Kegan Dougal authored
hs: Make /login accept full user IDs or just local parts. webclient: Only enable Register button when both password fields match.
-
Paul "LeoNerd" Evans authored
Reflect user's messages up to themselves before pushing it to federatoin; also release roomlock before touching federation so we don't halt progress on the world
-
Paul "LeoNerd" Evans authored
We really don't need debug logging of all the SQL statements we execute; we're quite happy these all work now
-
Kegan Dougal authored
-
Paul "LeoNerd" Evans authored
-
Kegan Dougal authored
Be more helpful when failing to register/login, stating why (communication error, user in user, wrong credentials, etc). Make the HS send M_USER_IN_USE.
-
Kegan Dougal authored
-
Kegan Dougal authored
-
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.
-
Kegan Dougal authored
-
Kegan Dougal authored
-
Paul "LeoNerd" Evans authored
-
Erik Johnston authored
-
Paul "LeoNerd" Evans authored
-
Emmanuel ROHEE authored
-
Kegan Dougal authored
-
Kegan Dougal authored
-
Emmanuel ROHEE authored
-
Kegan Dougal authored
-
Kegan Dougal authored
-
Kegan Dougal authored
-
Kegan Dougal authored
-
Kegan Dougal authored
Fixed dynamic resource mapping to clobber dummy Resources with the actual desired Resource in the event of a collision (as is the case for '/matrix/client' and '/matrix/client/api/v1')
-
Emmanuel ROHEE authored
-
Emmanuel ROHEE authored
Show avatar in profile section and added a button to select a file (not yet wired to upload service)
-
Emmanuel ROHEE authored
-
Emmanuel ROHEE authored
-
Kegan Dougal authored
-
Kegan Dougal authored
Removed http_server from HomeServer. Updated unit tests to use either resource_for_federation or resource_for_client depending on what is being tested.
-
Kegan Dougal authored
-
Kegan Dougal authored
Start phasing out HttpServer: we should be using Resources instead. Added resource_for_client/federation/web_client to the HomeServer and hooked the C-S servlets to operate on resource_for_client. Dynamically construct the Resource tree.
-
Matthew Hodgson authored
-
Matthew Hodgson authored
-