- Sep 06, 2014
-
-
Matthew Hodgson authored
handle m.room.aliases for id<->alias mapping; remove local_storage map; stop local echo flickering by removing opacity transition for now; implement /join
-
Kegan Dougal authored
Added a captcha config to the HS, to enable registration captcha checking and for the recaptcha private key.
-
- Sep 05, 2014
-
-
David Baker authored
-
Kegan Dougal authored
Modified matrixService.register to specify if captcha results should be sent with the registration request. This is toggleable via useCaptcha in register-controller.
-
Emmanuel ROHEE authored
-
Emmanuel ROHEE authored
-
Matthew Hodgson authored
switch IRC-style command parser to use regexps rather than split(" ") so that it doesn't choke on consecutive whitespaces yield better errors for invalid commands don't pass invalid commands through as messages support kick reasons
-
- 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
-
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
-