| Commit message (Expand) | Author | Age | Files | Lines |
* | Parse json validation (#16923) | Gordan Trevis | 2024-04-18 | 1 | -0/+61 |
* | Correctly mention previous copyright (#16820) | Erik Johnston | 2024-01-23 | 1 | -0/+1 |
* | Update license headers | Patrick Cloke | 2023-11-21 | 1 | -10/+16 |
* | Ensure local invited & knocking users leave before purge. (#16559) | Patrick Cloke | 2023-10-27 | 1 | -1/+52 |
* | Add automatic purge after all users forget a room (#15488) | Mathieu Velten | 2023-09-15 | 1 | -15/+144 |
* | Fix error when sending message into deleted room. (#15235) | Erik Johnston | 2023-03-21 | 1 | -0/+15 |
* | Bump black from 22.12.0 to 23.1.0 (#15103) | dependabot[bot] | 2023-02-22 | 1 | -1/+0 |
* | Faster joins: omit partial rooms from eager syncs until the resync completes ... | David Robertson | 2023-01-23 | 1 | -2/+2 |
* | Implement message forward pagination from start when no from is given, fixes ... | Benjamin Kampmann | 2022-11-24 | 1 | -0/+40 |
* | Add Admin API to Fetch Messages Within a Particular Window (#13672) | Connor Davis | 2022-09-07 | 1 | -1/+157 |
* | Fix admin List Room API return type on sqlite (#13509) | David Robertson | 2022-08-31 | 1 | -5/+14 |
* | Add forgotten status to Room Details API (#13503) | Dirk Klimpel | 2022-08-17 | 1 | -0/+1 |
* | Use literals in place of `HTTPStatus` constants in tests (#13488) | Dirk Klimpel | 2022-08-10 | 1 | -26/+23 |
* | Use literals in place of `HTTPStatus` constants in tests (#13479) | Dirk Klimpel | 2022-08-09 | 1 | -20/+20 |
* | Use literals in place of `HTTPStatus` constants in tests (#13469) | Dirk Klimpel | 2022-08-08 | 1 | -63/+61 |
* | Return 404 or member list when getting joined_members after leaving (#13374) | andrew do | 2022-08-03 | 1 | -0/+15 |
* | Make minor clarifications to the error messages given when we fail to join a ... | reivilibre | 2022-07-27 | 1 | -1/+4 |
* | expose whether a room is a space in the Admin API (#13208) | andrew do | 2022-07-12 | 1 | -3/+10 |
* | annotate tests.server.FakeChannel (#13136) | David Robertson | 2022-07-04 | 1 | -2/+2 |
* | Remove remaining pieces of groups code. (#12966) | Patrick Cloke | 2022-06-06 | 1 | -2/+0 |
* | Delete events from federation_inbound_events_staging table on purge (#12770) | Mathieu Velten | 2022-05-17 | 1 | -0/+1 |
* | Replace assertEquals and friends with non-deprecated versions. (#12092) | Patrick Cloke | 2022-02-28 | 1 | -7/+7 |
* | Remove `HomeServer.get_datastore()` (#12031) | Richard van der Hoff | 2022-02-23 | 1 | -3/+3 |
* | Drop unused table `public_room_list_stream`. (#11795) | Richard van der Hoff | 2022-01-21 | 1 | -1/+0 |
* | Make pagination of rooms in admin api stable (#11737) | Daniel Sonck | 2022-01-17 | 1 | -19/+28 |
* | Add type hints to `synapse/tests/rest/admin` (#11590) | Dirk Klimpel | 2021-12-16 | 1 | -31/+31 |
* | Fix 'delete room' admin api to work on incomplete rooms (#11523) | Richard van der Hoff | 2021-12-07 | 1 | -17/+25 |
* | Add type hints to `synapse/tests/rest/admin` (#11501) | Dirk Klimpel | 2021-12-03 | 1 | -45/+50 |
* | Remove unnecessary `json.dumps` from `tests.rest.admin` (#11461) | Dirk Klimpel | 2021-11-30 | 1 | -41/+20 |
* | Convert status codes to `HTTPStatus` in `tests.rest.admin` (#11455) | Dirk Klimpel | 2021-11-30 | 1 | -71/+75 |
* | Add dedicated admin API for blocking a room (#11324) | Dirk Klimpel | 2021-11-18 | 1 | -0/+228 |
* | Convert delete room admin API to async endpoint (#11223) | Dirk Klimpel | 2021-11-12 | 1 | -65/+661 |
* | Allow admins to proactively block rooms (#11228) | David Robertson | 2021-11-09 | 1 | -0/+28 |
* | Add search by room ID and room alias to List Room admin API (#11099) | Dirk Klimpel | 2021-11-02 | 1 | -39/+49 |
* | Fix a bug in unit test `test_block_room_and_not_purge` (#11226) | Dirk Klimpel | 2021-11-01 | 1 | -2/+2 |
* | Remove deprecated delete room admin API (#11213) | Dirk Klimpel | 2021-11-01 | 1 | -24/+15 |
* | Use direct references for some configuration variables (part 3) (#10885) | Patrick Cloke | 2021-09-23 | 1 | -1/+1 |
* | Allow Synapse Admin API's Room Search to accept non-ASCII characters (#10859) | Hillery Shay | 2021-09-21 | 1 | -0/+27 |
* | Remove deprecated Shutdown Room and Purge Room Admin API (#8830) | Dirk Klimpel | 2021-08-17 | 1 | -162/+0 |
* | Flatten the synapse.rest.client package (#10600) | reivilibre | 2021-08-17 | 1 | -1/+1 |
* | [pyupgrade] `tests/` (#10347) | Jonathan de Jong | 2021-07-13 | 1 | -10/+10 |
* | Remove functionality associated with unused historical stats tables (#9721) | Cristina | 2021-07-08 | 1 | -1/+0 |
* | Delete room endpoint (#9889) | ThibF | 2021-04-29 | 1 | -19/+26 |
* | Fix (final) Bugbear violations (#9838) | Jonathan de Jong | 2021-04-20 | 1 | -4/+4 |
* | Remove redundant "coding: utf-8" lines (#9786) | Jonathan de Jong | 2021-04-14 | 1 | -1/+0 |
* | Use mock from the stdlib. (#9772) | Patrick Cloke | 2021-04-09 | 1 | -2/+1 |
* | Update black, and run auto formatting over the codebase (#9381) | Eric Eastwood | 2021-02-16 | 1 | -57/+121 |
* | Merge pull request #9150 from Yoric/develop-context | David Teller | 2021-02-08 | 1 | -0/+84 |
|\ |
|
| * | FIXUP: linter | David Teller | 2021-01-28 | 1 | -1/+3 |
| * | FIXUP: Now testing that the user is admin! | David Teller | 2021-01-28 | 1 | -1/+35 |
| * | New API /_synapse/admin/rooms/{roomId}/context/{eventId} | David Teller | 2021-01-28 | 1 | -0/+48 |
* | | Add an admin API to get the current room state (#9168) | Travis Ralston | 2021-02-02 | 1 | -0/+15 |
|/ |
|
* | Removes unnecessary declarations in the tests for the admin API. (#9063) | Dirk Klimpel | 2021-01-11 | 1 | -2/+0 |
* | Drop the unused local_invites table. (#8979) | Patrick Cloke | 2020-12-29 | 1 | -1/+0 |
* | Allow server admin to get admin bit in rooms where local user is an admin (#8... | Erik Johnston | 2020-12-18 | 1 | -0/+138 |
* | Make search statement in List Room and User Admin API case-insensitive (#8931) | Dirk Klimpel | 2020-12-17 | 1 | -0/+7 |
* | Remove spurious "SynapseRequest" result from `make_request" | Richard van der Hoff | 2020-12-15 | 1 | -49/+49 |
* | Add number of local devices to Room Details Admin API (#8886) | Dirk Klimpel | 2020-12-11 | 1 | -0/+34 |
* | Remove deprecated `/_matrix/client/*/admin` endpoints (#8785) | Dirk Klimpel | 2020-11-25 | 1 | -2/+2 |
* | Remove redundant `HomeserverTestCase.render` | Richard van der Hoff | 2020-11-16 | 1 | -46/+0 |
* | Consolidate purge table lists to prevent desyncronisation (#8713) | Andrew Morgan | 2020-11-04 | 1 | -67/+38 |
* | Add the topic and avatar to the room details admin API (#8305) | Tulir Asokan | 2020-09-14 | 1 | -0/+2 |
* | Rename database classes to make some sense (#8033) | Erik Johnston | 2020-08-05 | 1 | -2/+2 |
* | Add an option to disable purge in delete room admin API (#7964) | Dirk Klimpel | 2020-07-28 | 1 | -2/+55 |
* | Convert tests/rest/admin/test_room.py to unix file endings (#7953) | Andrew Morgan | 2020-07-27 | 1 | -1447/+1447 |
* | Add admin endpoint to get members in a room. (#7842) | Michael Albert | 2020-07-16 | 1 | -0/+46 |
* | Add delete room admin endpoint (#7613) | Dirk Klimpel | 2020-07-14 | 1 | -0/+395 |
* | Stop populating unused table `local_invites`. (#7793) | Richard van der Hoff | 2020-07-07 | 1 | -1/+0 |
* | Add room details admin endpoint (#7317) | Manuel Stahl | 2020-05-07 | 1 | -0/+41 |
* | Extend room admin api with additional attributes (#7225) | Dirk Klimpel | 2020-04-22 | 1 | -1/+679 |
* | Admin API to join users to a room. (#7051) | Dirk Klimpel | 2020-03-27 | 1 | -0/+288 |