Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Respond correctly to unknown methods on known endpoints (#14605) | Patrick Cloke | 2023-02-09 | 1 | -1/+9 |
| | | | | Respond with a 405 error if a request is received on a known endpoint, but to an unknown method, per MSC3743. | ||||
* | Fix broken links in the Synapse documentation. (#14744) | reivilibre | 2023-01-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | * Fix stale external links * Fix some internal links * Fix URLs without trailing / where needed * Fix more links * Newsfile Signed-off-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org> * Reapply docs/openid.md fix after conflict Signed-off-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | ||||
* | Fix reference to the wrong symbol in the media admin api docs (#12715) | Andrew Morgan | 2022-05-12 | 1 | -1/+1 |
| | |||||
* | Clarify that users' media are also preview images (#11862) | Dirk Klimpel | 2022-02-04 | 1 | -0/+3 |
| | |||||
* | Consolidate the `access_token` information in the admin api (#11861) | Dirk Klimpel | 2022-01-31 | 1 | -5/+3 |
| | | | Co-authored-by: reivilibre <olivier@librepush.net> | ||||
* | Remove not needed old table of contents in documentation (#11860) | Dirk Klimpel | 2022-01-31 | 1 | -17/+0 |
| | |||||
* | Show error when timestamp in seconds is provided to the /purge_media_cache ↵ | Aaron R | 2021-10-20 | 1 | -3/+3 |
| | | | | API (#11101) | ||||
* | Admin API to delete media for a specific user (#10558) | Dirk Klimpel | 2021-08-11 | 1 | -1/+8 |
| | |||||
* | Fix a broken link in the admin api docs (#10322) | Richard van der Hoff | 2021-07-07 | 1 | -2/+2 |
| | | | | | | | * Fix a broken link in the admin api docs * Rename 10321.doc to 10321.docs * Rename 10321.docs to 10322.doc | ||||
* | Fix broken links in documentation (#10180) | Dirk Klimpel | 2021-06-16 | 1 | -2/+2 |
| | | | | | * Fix broken links in documentation * newsfile | ||||
* | Compile and render Synapse's docs into a browsable, mobile-friendly and ↵ | Andrew Morgan | 2021-06-03 | 1 | -2/+2 |
| | | | | searchable website (#10086) | ||||
* | Add new admin APIs to remove media by media ID from quarantine. (#10044) | Dirk Klimpel | 2021-06-02 | 1 | -0/+22 |
| | | | | | Related to: #6681, #5956, #10040 Signed-off-by: Dirk Klimpel dirk@klimpel.org | ||||
* | Add an admin API for unprotecting local media from quarantine (#10040) | Dirk Klimpel | 2021-05-26 | 1 | -0/+21 |
| | | | Signed-off-by: Dirk Klimpel dirk@klimpel.org | ||||
* | Link to the List user's media admin API from media Admin API docs (#9571) | Andrew Morgan | 2021-03-09 | 1 | -2/+14 |
| | | | | | Earlier [I was convinced](https://github.com/matrix-org/synapse/issues/9565) that we didn't have an Admin API for listing media uploaded by a user. Foolishly I was looking under the Media Admin API documentation, instead of the User Admin API documentation. I thought it'd be helpful to link to the latter so others don't hit the same dead end :) | ||||
* | Add an admin API endpoint to protect media. (#9086) | Patrick Cloke | 2021-01-15 | 1 | -0/+24 |
| | | | | | | Protecting media stops it from being quarantined when e.g. all media in a room is quarantined. This is useful for sticker packs and other media that is uploaded by server administrators, but used by many people. | ||||
* | Combine related media admin API docs (#8839) | Dirk Klimpel | 2020-12-09 | 1 | -30/+86 |
| | | | | | | Related: #8810 Also a few small improvements. Signed-off-by: Dirk Klimpel dirk@klimpel.org | ||||
* | Clarify documentation of the admin list media API (#8795) | Dirk Klimpel | 2020-11-24 | 1 | -0/+1 |
| | | | Clarify that the list media API only shows media from unencrypted events. | ||||
* | Add an admin api to delete local media. (#8519) | Dirk Klimpel | 2020-10-26 | 1 | -0/+79 |
| | | | | | | Related to: #6459, #3479 Add `DELETE /_synapse/admin/v1/media/<server_name>/<media_id>` to delete a single file from server. | ||||
* | Clarifications to the admin api documentation (#7647) | Richard van der Hoff | 2020-06-05 | 1 | -3/+3 |
| | | | | | | * Clarify how to authenticate * path params are not the same thing as query params * Fix documentation for `/_synapse/admin/v2/users/<user_id>` | ||||
* | Quarantine media by ID or user ID (#6681) | Andrew Morgan | 2020-01-13 | 1 | -7/+69 |
| | |||||
* | write some docs for the quarantine_media api (#6458) | Richard van der Hoff | 2019-12-03 | 1 | -0/+17 |
| | |||||
* | Move admin API to a new prefix | Richard van der Hoff | 2019-05-01 | 1 | -1/+1 |
| | |||||
* | Add admin api documentation for list media endpoint | Travis Ralston | 2018-01-31 | 1 | -0/+23 |
Signed-off-by: Travis Ralston <travpc@gmail.com> |