summary refs log tree commit diff
path: root/docs/client-server (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-09-01Rename 'state' presence key to the much more obvious 'presence'; maintain a ↵Paul "LeoNerd" Evans1-2/+2
legacy 'state' copy for now
2014-09-01Fleshed out joining/leaving rooms. Added M_LIMIT_EXCEEDED standard error ↵Kegan Dougal1-12/+64
code for rate limited requests.
2014-09-01Don't show the hang up button once tha call has endedDavid Baker1-1/+1
2014-09-01Added /web folder which contains html/css (based off the default swagger-ui) ↵Kegan Dougal17-0/+10718
for viewing the c-s json api.
2014-09-01Renamed json files because: paths.Kegan Dougal8-7/+7
2014-09-01add another public wishlist itemMatthew Hodgson1-0/+1
2014-09-01make the little logos clickable for ErikMatthew Hodgson6-7/+7
2014-09-01Start digging into invite/join/leave sections.Kegan Dougal1-10/+51
2014-09-01BF: Pass desired_user_id to register API. And update the app header to avoid ↵Emmanuel ROHEE2-2/+10
to display the previous matrix id
2014-09-01licenses, please...Matthew Hodgson2-2/+32
2014-09-01fix footer on non-room pagesMatthew Hodgson1-1/+0
2014-08-31don't make HS ports explicit if it's the default for the protocolMatthew Hodgson2-2/+8
2014-08-31missed a s#/matrix#/_matrix/gMatthew Hodgson1-1/+1
2014-08-31change the world: make the default matrix API URL prefix /_matrix rather ↵Matthew Hodgson27-93/+93
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
2014-08-31make lightbox a bit less uglyMatthew Hodgson1-2/+6
2014-08-31only show presence timings if we know themMatthew Hodgson1-1/+1
2014-08-31nasty big monolithic commi