summary refs log tree commit diff
path: root/docs/client-server/swagger_matrix (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-09-01Implement power level lists, default power levels and ↵Erik Johnston7-48/+218
send_evnet_level/add_state_level events.
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. per