- Sep 04, 2014
-
-
Emmanuel ROHEE authored
BF: presence PUT requests stopped to work with old "state" param yesterday evening :( -https://github.com/matrix-org/synapse/commit/cda31fb7553ba3d880de09a464ae3b62ea6632fc?diff=unified
-
- Sep 03, 2014
-
-
David Baker authored
-
Erik Johnston authored
-
Emmanuel ROHEE authored
-
Matthew Hodgson authored
fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org hasn't been incorporated in time for launch.
-
Emmanuel ROHEE authored
Do not define power level limits in setUserPowerLevel. Update the function to be used as a resetUserPowerLevel
-
Emmanuel ROHEE authored
-
Emmanuel ROHEE authored
-
Emmanuel ROHEE authored
-
- Sep 02, 2014
-
-
Emmanuel ROHEE authored
Represent user power level in a room by a red bar at the bottom of his avatar image. The width of this bar depends on the power level.
-
- Aug 31, 2014
-
-
Matthew Hodgson authored
change the world: make the default matrix API URL prefix /_matrix rather than /matrix to make it easier for existing websites to mount a HS in their namespace without collisions. perl -pi -e 's#/matrix#/_matrix#g' ./cmdclient/console.py ./docs/client-server/howto.rst ./docs/client-server/specification.rst ./docs/client-server/swagger_matrix/directory ./docs/client-server/swagger_matrix/events ./docs/client-server/swagger_matrix/login ./docs/client-server/swagger_matrix/presence ./docs/client-server/swagger_matrix/profile ./docs/client-server/swagger_matrix/registration ./docs/client-server/swagger_matrix/rooms ./docs/server-server/specification.rst ./graph/graph.py ./jsfiddles/create_room_send_msg/demo.js ./jsfiddles/event_stream/demo.js ./jsfiddles/example_app/demo.js ./jsfiddles/register_login/demo.js ./jsfiddles/room_memberships/demo.js ./synapse/api/urls.py ./tests/federation/test_federation.py ./tests/handlers/test_presence.py ./tests/handlers/test_typing.py ./tests/rest/test_events.py ./tests/rest/test_presence.py ./tests/rest/test_profile.py ./tests/rest/test_rooms.py ./webclient/components/fileUpload/file-upload-service.js ./webclient/components/matrix/matrix-service.js
-
- Aug 30, 2014
-
-
Matthew Hodgson authored
- add a simple CSS template across the app for navigation & cosmetics - split login into login & register, and totally reskin it - restructure room CSS to play nicely with it - implement basis 1:1 chat from user pages - disable autofocus on iOS to improve UX
-
- Aug 29, 2014
-
-
David Baker authored
-
David Baker authored
Change call signalling messages to be their own types of room events rather than room messages with different msgtypes: room messages should be things that the client can display as a unit message to the user.
-
Emmanuel ROHEE authored
Added a timeout(40s) to $http stream requests (/events) in order to be notified by an error when there is a network issue. Thus, we can retry with a new request.
-
Emmanuel ROHEE authored
-
- Aug 27, 2014
-
-
Emmanuel ROHEE authored
-
Emmanuel ROHEE authored
-
Kegan Dougal authored
-
Kegan Dougal authored
-
David Baker authored
-
Kegan Dougal authored
Renamed /rooms to /createRoom. Removed ability to PUT raw room IDs, and removed tests which tested that. Updated cmdclient and webclient.
-
- Aug 26, 2014
-
-
Kegan Dougal authored
Removed MessageRestServlet, use RoomSendEventRestServlet instead. Updated cmdclient, tests and webclient. All appears to work.
-
Kegan Dougal authored
Renaming: /im/sync >> /initialSync. /rooms/$roomid/members/list >> /rooms/$roomid/members. /rooms$roomid/messages/list >> /room/$roomid/messages. Updated cmdclient, tests and webclient.
-
Emmanuel ROHEE authored
-
Kegan Dougal authored
-
Kegan Dougal authored
Adjusted webclient to use new state paths. Updated membership msg template to actually show the person invited. Factored out common membership functions in matrix service.
-
- Aug 22, 2014
-
-
David Baker authored
-
- 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
-