summary refs log tree commit diff
path: root/tests/rest/client/test_third_party_rules.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+1
* Update license headersPatrick Cloke2023-11-211-10/+16
* Bump mypy-zope & mypy. (#16188)Patrick Cloke2023-08-291-1/+1
* Replace make_awaitable with AsyncMock (#16179)Patrick Cloke2023-08-241-19/+16
* Move ThirdPartyEventRules into module_api/callbacks (#15535)Andrew Morgan2023-05-041-21/+35
* Fix missing conditional for registering `on_remove_user_third_party_identifie...Andrew Morgan2023-03-101-9/+10
* Add module API callbacks for adding and deleting local 3PID associations (#15044Andrew Morgan2023-02-271-0/+121
* Bump black from 22.12.0 to 23.1.0 (#15103)dependabot[bot]2023-02-221-0/+3
* Use mypy 1.0 (#15052)David Robertson2023-02-161-1/+1
* Use literals in place of `HTTPStatus` constants in tests (#13463)Dirk Klimpel2022-08-051-11/+11
* Implement MSC3848: Introduce errcodes for specific event sending failures (#1...Will Hunt2022-07-271-2/+3
* Rip out auth-event reconciliation code (#12943)Richard van der Hoff2022-07-141-9/+2
* Add a callback to react to 3PID associations (#12302)Brendan Abolivier2022-03-311-0/+41
* Add third_party module callbacks to check if a user can delete a room and dea...Will Hunt2022-03-091-0/+121
* Add type hints to `tests/rest/client` (#12108)Dirk Klimpel2022-03-021-39/+69
* Add module callbacks called for reacting to deactivation status change and pr...Brendan Abolivier2022-03-011-2/+217
* Replace assertEquals and friends with non-deprecated versions. (#12092)Patrick Cloke2022-02-281-7/+7
* Tests: replace mocked Authenticator with the real thing (#11913)Richard van der Hoff2022-02-111-4/+2
* Make `check_event_allowed` module API callback not fail open (accept events) ...reivilibre2021-11-011-13/+3
* Implement an `on_new_event` callback (#11126)Brendan Abolivier2021-10-261-3/+90
* Add a test for a workaround concerning the behaviour of third-party rule modu...reivilibre2021-10-141-6/+50
* Test that state events sent by modules correctly end up in the room's state (...Brendan Abolivier2021-09-211-0/+84
* Flatten the synapse.rest.client package (#10600)reivilibre2021-08-171-1/+1
* Port the ThirdPartyEventRules module interface to the new generic interface (...Brendan Abolivier2021-07-201-24/+108
* Use inline type hints in `tests/` (#10350)Jonathan de Jong2021-07-131-2/+2
* 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/+1
* Ensure we use a copy of the event content dict before modifying it in seriali...Andrew Morgan2021-03-171-0/+62
* Remove spurious "SynapseRequest" result from `make_request"Richard van der Hoff2020-12-151-5/+5
* Remove redundant `HomeserverTestCase.render`Richard van der Hoff2020-11-161-5/+0
* guard against accidental modificationRichard van der Hoff2020-10-131-0/+20
* Allow ThirdPartyRules modules to replace event contentRichard van der Hoff2020-10-131-4/+4
* Fix message duplication if something goes wrong after persisting the event (#...Erik Johnston2020-10-131-1/+1
* Allow modules to create and send events into rooms (#8479)Andrew Morgan2020-10-091-1/+27
* Additional tests for third-party event rules (#8468)Richard van der Hoff2020-10-061-13/+71
* Fix third-party event modules for `check_visibility_can_be_modified` checkRichard van der Hoff2020-10-051-0/+86