Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-10-26 | Add an admin api to delete local media. (#8519) | Dirk Klimpel | 7 | -3/+868 | |
Related to: #6459, #3479 Add `DELETE /_synapse/admin/v1/media/<server_name>/<media_id>` to delete a single file from server. | |||||
2020-10-26 | Fix filepath of Dex example config (#8657) | Andrew Morgan | 2 | -3/+3 | |
2020-10-26 | Fix a bug in the joined_rooms admin API (#8643) | Dirk Klimpel | 3 | -4/+20 | |
If the user was not in any rooms then the API returned the same error as if the user did not exist. | |||||
2020-10-26 | Fixup changelog v1.22.0rc2 | Erik Johnston | 1 | -3/+1 | |
2020-10-26 | Expand changelog entry | Erik Johnston | 1 | -1/+1 | |
2020-10-26 | 1.22.0rc2 | Erik Johnston | 5 | -4/+12 | |
2020-10-26 | Fix get|set_type_stream_id_for_appservice store functions (#8648) | Will Hunt | 4 | -13/+85 | |
2020-10-26 | Fix get|set_type_stream_id_for_appservice store functions (#8648) | Will Hunt | 4 | -13/+85 | |
2020-10-26 | Add field `total` to device list in admin API (#8644) | Dirk Klimpel | 4 | -2/+23 | |
2020-10-26 | Check status codes that profile handler returns (#8580) | LEdoian | 2 | -0/+8 | |
Fixes #8520 Signed-off-by: Pavel Turinsky <pavel.turinsky@matfyz.cz> Co-authored-by: Erik Johnston <erikj@jki.re> | |||||
2020-10-26 | < |