| Commit message (Expand) | Author | Age | Files | Lines |
* | Consolidate the `access_token` information in the admin api (#11861) | Dirk Klimpel | 2022-01-31 | 1 | -3/+3 |
* | Remove not needed old table of contents in documentation (#11860) | Dirk Klimpel | 2022-01-31 | 1 | -15/+0 |
* | Add dedicated admin API for blocking a room (#11324) | Dirk Klimpel | 2021-11-18 | 1 | -0/+78 |
* | Convert delete room admin API to async endpoint (#11223) | Dirk Klimpel | 2021-11-12 | 1 | -16/+173 |
* | Allow admins to proactively block rooms (#11228) | David Robertson | 2021-11-09 | 1 | -5/+11 |
* | fix a small typo in the delete room api docs | Andrew Morgan | 2021-11-03 | 1 | -1/+1 |
* | Add search by room ID and room alias to List Room admin API (#11099) | Dirk Klimpel | 2021-11-02 | 1 | -3/+8 |
* | Remove deprecated delete room admin API (#11213) | Dirk Klimpel | 2021-11-01 | 1 | -10/+0 |
* | Improve code formatting and fix a few typos in docs (#11221) | Sumner Evans | 2021-11-01 | 1 | -4/+4 |
* | Doc: Clarifying undoing room shutdowns (#10480) | David Teller | 2021-09-06 | 1 | -15/+27 |
* | Simplify structure of room admin API docs (#10313) | Dirk Klimpel | 2021-07-07 | 1 | -45/+24 |
* | Fix broken links in documentation (#10180) | Dirk Klimpel | 2021-06-16 | 1 | -1/+1 |
* | Compile and render Synapse's docs into a browsable, mobile-friendly and searc... | Andrew Morgan | 2021-06-03 | 1 | -1/+1 |
* | Add missing entry to the table of contents of room admin API (#10043) | Dirk Klimpel | 2021-05-24 | 1 | -0/+1 |
* | Delete room endpoint (#9889) | ThibF | 2021-04-29 | 1 | -1/+10 |
* | Merge pull request #9150 from Yoric/develop-context | David Teller | 2021-02-08 | 1 | -0/+119 |
|\ |
|
| * | FIXUP: Documenting /_synapse/admin/v1/rooms/<room_id>/context/<event_id> | David Teller | 2021-01-28 | 1 | -0/+119 |
* | | Add an admin API to get the current room state (#9168) | Travis Ralston | 2021-02-02 | 1 | -0/+30 |
|/ |
|
* | Add depth and received_ts to forward_extremities admin API response | Jason Robinson | 2021-01-23 | 1 | -1/+7 |
* | Address pr feedback | Jason Robinson | 2021-01-11 | 1 | -9/+3 |
* | Clarify rooms.md | Jason Robinson | 2021-01-11 | 1 | -1/+1 |
* | Add changelog and admin API docs | Jason Robinson | 2021-01-09 | 1 | -0/+53 |
* | Allow server admin to get admin bit in rooms where local user is an admin (#8... | Erik Johnston | 2020-12-18 | 1 | -1/+19 |
* | Add number of local devices to Room Details Admin API (#8886) | Dirk Klimpel | 2020-12-11 | 1 | -11/+13 |
* | Deprecate Shutdown Room and Purge Room Admin API (#8829) | Dirk Klimpel | 2020-12-10 | 1 | -2/+38 |
* | Add `force_purge` option to delete-room admin api. (#8843) | Richard van der Hoff | 2020-11-30 | 1 | -1/+5 |
* | Remove the "draft" status of the Room Details Admin API (#8702) | Dirk Klimpel | 2020-11-03 | 1 | -3/+1 |
* | Add the topic and avatar to the room details admin API (#8305) | Tulir Asokan | 2020-09-14 | 1 | -0/+4 |
* | Add an option to disable purge in delete room admin API (#7964) | Dirk Klimpel | 2020-07-28 | 1 | -4/+9 |
* | Add admin endpoint to get members in a room. (#7842) | Michael Albert | 2020-07-16 | 1 | -1/+33 |
* | Add delete room admin endpoint (#7613) | Dirk Klimpel | 2020-07-14 | 1 | -0/+94 |
* | Add room details admin endpoint (#7317) | Manuel Stahl | 2020-05-07 | 1 | -0/+54 |
* | Extend room admin api with additional attributes (#7225) | Dirk Klimpel | 2020-04-22 | 1 | -7/+100 |
* | Update admin room docs with correct endpoints (#6770) | Andrew Morgan | 2020-01-23 | 1 | -4/+4 |
* | Admin API to list, filter and sort rooms (#6720) | Andrew Morgan | 2020-01-22 | 1 | -0/+173 |