summary refs log tree commit diff
path: root/tests/module_api (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace simple_async_mock with AsyncMock (#16180)Patrick Cloke2023-08-251-6/+3
* Run pyupgrade for python 3.7 & 3.8. (#16110)Patrick Cloke2023-08-151-1/+1
* `N + 3`: Read from column `full_user_id` rather than `user_id` of tables `pro...Shay2023-06-021-2/+4
* Remove `worker_replication_*` settings (#15491)Jason Little2023-05-111-0/+1
* Delete pushers after calling on_logged_out module hook on device delete (#15410)Mathieu Velten2023-04-141-1/+50
* Add final type hint to tests.unittest. (#15072)Patrick Cloke2023-02-141-8/+6
* Proper types for `tests.module_api` (#15031)David Robertson2023-02-091-50/+72
* Always notify replication when a stream advances (#14877)Erik Johnston2023-01-201-0/+3
* Add `set_displayname` to the module API (#14629)Emelie Graven2023-01-111-0/+18
* Modernize unit tests configuration settings for workers. (#14568)realtyem2022-12-011-1/+2
* Fix an invalid comparison of `UserPresenceState` to `str` (#14393)Andrew Morgan2022-11-161-0/+3
* Reduce the number of tests using TCP replication. (#13543)Patrick Cloke2022-08-191-7/+0
* Update module API "update room membership" method to allow for remote joins (...Matt C2022-08-051-0/+29
* Add module API method to create a room (#13429)Matt C2022-08-041-0/+51
* Add module API method to resolve a room alias to a room ID (#13428)Matt C2022-08-031-0/+19
* Additional constants for EDU types. (#12884)Patrick Cloke2022-05-271-1/+1
* Add a module API to allow modules to edit push rule actions (#12406)Brendan Abolivier2022-04-271-1/+83
* Remove unused `# type: ignore`s (#12531)David Robertson2022-04-271-6/+11
* Add Module API for reading and writing global account data. (#12391)reivilibre2022-04-111-0/+157
* Remove redundant `get_success` calls in test code (#12346)Richard van der Hoff2022-04-011-11/+9
* Default to `private` room visibility rather than `public` when a client does ...reivilibre2022-04-011-1/+1
* Add set_user_admin function to the module API (#12341)Amanda Graven2022-04-011-0/+14
* Allow registering admin users using the module API (#12250)Nicolas Werner2022-03-231-0/+10
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-1/+1
* Remove a debug statement from tests. (#11239)Patrick Cloke2021-11-031-1/+0
* Add a module API method to retrieve state from a room (#11204)Brendan Abolivier2021-10-291-1/+24
* Add a ModuleApi method to update a user's membership in a room (#11147)Brendan Abolivier2021-10-281-1/+125
* Fix errors in Synapse logs from unit tests. (#10939)Patrick Cloke2021-09-301-1/+6
* Extend ModuleApi with the methods we'll need to reject spam based on …IP - ...David Teller2021-09-221-0/+72
* Flatten the synapse.rest.client package (#10600)reivilibre2021-08-171-1/+1
* Add `get_userinfo_by_id` method to `ModuleApi` (#9581)Jason Robinson2021-08-041-0/+10
* Use inline type hints in `tests/` (#10350)Jonathan de Jong2021-07-131-8/+8
* Use a database table to hold the users that should have full presence sent to...Andrew Morgan2021-05-181-87/+216
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Use mock from the stdlib. (#9772)Patrick Cloke2021-04-091-2/+3
* Add a Synapse Module for configuring presence update routing (#9491)Andrew Morgan2021-04-061-3/+172
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-1/+4
* Add admin API for logging in as a user (#8617)Erik Johnston2020-11-171-5/+6
* Allow modules to create and send events into rooms (#8479)Andrew Morgan2020-10-091-0/+95
* Combine `SpamCheckerApi` with the more generic `ModuleApi`. (#8464)Richard van der Hoff2020-10-071-2/+2
* Allow ThirdPartyEventRules modules to manipulate public room state (#8292)Andrew Morgan2020-10-051-1/+55
* Convert simple_select_one and simple_select_one_onecol to async (#8162)Patrick Cloke2020-08-261-1/+1
* Wrap register_device coroutine in an ensureDeferred (#7684)Andrew Morgan2020-06-162-0/+54