summary refs log tree commit diff
path: root/synapse/rest/admin/rooms.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Filter added to Admin-API GET /rooms (#17276)Alexander Fechler2024-06-191-1/+12
* Parse json validation (#16923)Gordan Trevis2024-04-181-24/+12
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+1
* Update license headersPatrick Cloke2023-11-211-10/+16
* Convert simple_select_one_txn and simple_select_one to return tuples. (#16612)Patrick Cloke2023-11-091-4/+4
* Remove remaining usage of cursor_to_dict. (#16564)Patrick Cloke2023-10-311-3/+8
* Add new module API for adding custom fields to events `unsigned` section (#16...Erik Johnston2023-10-271-5/+5
* Remove more usages of cursor_to_dict. (#16551)Patrick Cloke2023-10-261-1/+11
* Add automatic purge after all users forget a room (#15488)Mathieu Velten2023-09-151-31/+47
* Move ThirdPartyEventRules into module_api/callbacks (#15535)Andrew Morgan2023-05-041-1/+1
* Bump black from 22.12.0 to 23.1.0 (#15103)dependabot[bot]2023-02-221-4/+0
* Add helper to parse an enum from query args & use it. (#14956)Patrick Cloke2023-02-011-11/+5
* Move `StateFilter` to `synapse.types` (#14668)David Robertson2022-12-121-1/+1
* Add Admin API to Fetch Messages Within a Particular Window (#13672)Connor Davis2022-09-071-0/+104
* `synapse.api.auth.Auth` cleanup: make permission-related methods use `Request...Quentin Gliech2022-08-221-6/+6
* Add forgotten status to Room Details API (#13503)Dirk Klimpel2022-08-171-0/+1
* Reduce the amount of state we pull from the DB (#12811)Erik Johnston2022-06-061-9/+25
* Wait for lazy join to complete when getting current state (#12872)Erik Johnston2022-06-011-1/+2
* Add third_party module callbacks to check if a user can delete a room and dea...Will Hunt2022-03-091-0/+9
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-8/+8
* Improvements to bundling aggregations. (#11815)Patrick Cloke2022-01-261-15/+24
* Do not try to serialize raw aggregations dict. (#11791)Patrick Cloke2022-01-211-9/+4
* Bundle aggregations outside of the serialization method. (#11612)Patrick Cloke2022-01-071-8/+8
* Do not bundle aggregations for APIs which shouldn't include them. (#11592)Patrick Cloke2021-12-201-3/+9
* Clean up `synapse.rest.admin` (#11535)Dirk Klimpel2021-12-081-48/+22
* Fix 'delete room' admin api to work on incomplete rooms (#11523)Richard van der Hoff2021-12-071-3/+0
* Include bundled aggregations in /sync and related fixes (#11478)Patrick Cloke2021-12-061-11/+2
* Convert status codes to `HTTPStatus` in `synapse.rest.admin` (#11452)Dirk Klimpel2021-11-291-27/+41
* Refactor the code to inject bundled relations during serialization. (#11408)Patrick Cloke2021-11-231-2/+2
* Add dedicated admin API for blocking a room (#11324)Dirk Klimpel2021-11-181-0/+63
* Convert delete room admin API to async endpoint (#11223)Dirk Klimpel2021-11-121-1/+133
* Allow admins to proactively block rooms (#11228)David Robertson2021-11-091-4/+17
* Support filtering by relations per MSC3440 (#11236)Patrick Cloke2021-11-091-1/+4
* Remove deprecated delete room admin API (#11213)Dirk Klimpel2021-11-011-88/+53
* Remove unnecessary parentheses around tuples returned from methods (#10889)Andrew Morgan2021-09-231-2/+2
* Allow Synapse Admin API's Room Search to accept non-ASCII characters (#10859)Hillery Shay2021-09-211-1/+1
* Remove deprecated Shutdown Room and Purge Room Admin API (#8830)Dirk Klimpel2021-08-171-35/+0
* Experimental support for MSC3266 Room Summary API. (#10394)Michael Telatynski2021-08-161-43/+2
* Use inline type hints in `handlers/` and `rest/`. (#10382)Jonathan de Jong2021-07-161-5/+3
* Bugfix `make_room_admin` fails for users that have left a private room (#10367)Dirk Klimpel2021-07-131-1/+8
* Correct type hints for parse_string(s)_from_args. (#10137)Patrick Cloke2021-06-081-1/+1
* Delete room endpoint (#9889)ThibF2021-04-291-44/+90
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Make it possible to use dmypy (#9692)Erik Johnston2021-03-261-0/+3
* Prevent bundling aggregations for state events (#9619)Andrew Morgan2021-03-161-1/+4
* Fix a bug when a room alias is given to the admin join endpoint (#9506)Patrick Cloke2021-03-011-58/+74
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-3/+6
* Merge pull request #9150 from Yoric/develop-contextDavid Teller2021-02-081-0/+65
|\
| * FIXUP: linterDavid Teller2021-01-281-0/+5
| * FIXUP: Making get_event_context a bit more paranoidDavid Teller2021-01-281-1/+1
| * FIXUP: DocDavid Teller2021-01-281-0/+6
| * FIXUP: Now testing that the user is admin!David Teller2021-01-281-1/+2
| * New API /_synapse/admin/rooms/{roomId}/context/{eventId}David Teller2021-01-281-0/+53
* | Add an admin API to get the current room state (#9168)Travis Ralston2021-02-021-0/+39
|/
* Check if a user is in the room before sending a PowerLevel event on their beh...Pankaj Yadav2021-01-271-1/+11
* Address pr feedbackJason Robinson2021-01-111-1/+1
* Implement clearing cache after deleting forward extremitiesJason Robinson2021-01-091-12/+9
* Add Rooms admin forward extremities DELETE endpointJason Robinson2021-01-081-0/+5
* Move unknown room ID error into resolve_room_idJason Robinson2021-01-071-7/+9
* Add forward extremities endpoint to rooms admin APIJason Robinson2021-01-071-0/+53
* Allow server admin to get admin bit in rooms where local user is an admin (#8...Erik Johnston2020-12-181-2/+134
* Add number of local devices to Room Details Admin API (#8886)Dirk Klimpel2020-12-111-16/+32
* Add `force_purge` option to delete-room admin api. (#8843)Richard van der Hoff2020-11-301-5/+17
* Remove deprecated `/_matrix/client/*/admin` endpoints (#8785)Dirk Klimpel2020-11-251-2/+1
* Add admin API for logging in as a user (#8617)Erik Johnston2020-11-171-1/+3
* Remove the deprecated Handlers object (#8494)Patrick Cloke2020-10-091-2/+2
* Stop shadow-banned users from sending invites. (#8095)Patrick Cloke2020-08-201-0/+3
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-1/+1
* Add an option to disable purge in delete room admin API (#7964)Dirk Klimpel2020-07-281-1/+10
* Add admin endpoint to get members in a room. (#7842)Michael Albert2020-07-161-0/+25
* Add delete room admin endpoint (#7613)Dirk Klimpel2020-07-141-109/+48
* Additional configuration options for auto-join rooms (#7763)Patrick Cloke2020-06-301-2/+2
* Add option to move event persistence off master (#7517)Erik Johnston2020-05-221-2/+9
* Add ability to wait for replication streams (#7542)Erik Johnston2020-05-221-1/+9
* Add room details admin endpoint (#7317)Manuel Stahl2020-05-071-1/+25
* Extend room admin api with additional attributes (#7225)Dirk Klimpel2020-04-221-1/+14
* Admin API to join users to a room. (#7051)Dirk Klimpel2020-03-271-3/+76
* Admin API to list, filter and sort rooms (#6720)Andrew Morgan2020-01-221-0/+82
* Move admin endpoints into separate files (#6308)Manuel Stahl2019-11-201-0/+157