Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-10-27 | Add admin API to list users' local media (#8647) | Dirk Klimpel | 1 | -0/+83 | |
Add admin API `GET /_synapse/admin/v1/users/<user_id>/media` to get information of users' uploaded files. | |||||
2020-10-27 | 1.22.0 v1.22.0 github/release-v1.22.0 release-v1.22.0 | Erik Johnston | 3 | -1/+13 | |
2020-10-26 | e2e: ensure we have both master and self-signing key (#8455) | Jonas Jelten | 2 | -5/+23 | |
it seems to be possible that only one of them ends up to be cached. when this was the case, the missing one was not fetched via federation, and clients then failed to validate cross-signed devices. Signed-off-by: Jonas Jelten <jj@sft.lol> | |||||
2020-10-26 | Add type hints for account validity handler (#8620) | Patrick Cloke | 6 | -12/+31 | |
This also fixes a bug by fixing handling of an account which doesn't expire. | |||||
2020-10-26 | Split admin API for reported events into a detail and a list view (#8539) | Dirk Klimpel | 6 | -86/+411 | |
Split admin API for reported events in detail und list view. API was introduced with #8217 in synapse v.1.21.0. It makes the list (`GET /_synapse/admin/v1/event_reports`) less complex and provides a better overview. The details can be queried with: `GET /_synapse/admin/v1/event_reports/<report_id>`. It is similar to room and users API. It is a kind of regression in `GET /_synapse/admin/v1/event_reports`. `event_json` was removed. But the api was introduced one version before and it is an admin API (not under spec). Signed-off-by: Dirk Klimpel dirk@klimpel.org | |||||
2020-10-26 | Added basic instructions for Azure AD to OpenId documentation (#8582) | Peter Krantz | 2 | -0/+27 | |
Signed-off-by: Peter Krantz peter.krantz@gmail.com | |||||
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 |