Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the requirement to authenticate for /admin/server_version. (#5122) | Richard van der Hoff | 2019-05-07 | 1 | -2/+0 |
| | | | | | | | | | This endpoint isn't much use for its intended purpose if you first need to get yourself an admin's auth token. I've restricted it to the `/_synapse/admin` path to make it a bit easier to lock down for those concerned about exposing this information. I don't imagine anyone is using it in anger currently. | ||||
* | Move admin API to a new prefix | Richard van der Hoff | 2019-05-01 | 1 | -1/+1 |
| | |||||
* | add API documentation | Joseph Weston | 2019-03-02 | 1 | -0/+22 |
Signed-off-by: Joseph Weston <joseph@weston.cloud> |