synapse/changelog.d
Will Hunt 15382b1afa
Add third_party module callbacks to check if a user can delete a room and deactivate a user (#12028)
* Add check_can_deactivate_user

* Add check_can_shutdown_rooms

* Documentation

* callbacks, not functions

* Various suggested tweaks

* Add tests for test_check_can_shutdown_room and test_check_can_deactivate_user

* Update check_can_deactivate_user to not take a Requester

* Fix check_can_shutdown_room docs

* Renegade and use `by_admin` instead of `admin_user_id`

* fix lint

* Update docs/modules/third_party_rules_callbacks.md

Co-authored-by: Brendan Abolivier <babolivier@matrix.org>

* Update docs/modules/third_party_rules_callbacks.md

Co-authored-by: Brendan Abolivier <babolivier@matrix.org>

* Update docs/modules/third_party_rules_callbacks.md

Co-authored-by: Brendan Abolivier <babolivier@matrix.org>

* Update docs/modules/third_party_rules_callbacks.md

Co-authored-by: Brendan Abolivier <babolivier@matrix.org>

Co-authored-by: Brendan Abolivier <babolivier@matrix.org>
2022-03-09 18:23:57 +00:00
..
.gitignore
11915.misc
11998.doc
12028.feature Add third_party module callbacks to check if a user can delete a room and deactivate a user (#12028) 2022-03-09 18:23:57 +00:00
12042.misc Fix incorrect type hints for txredis. (#12042) 2022-03-08 07:26:05 -05:00
12090.bugfix
12101.misc
12108.misc
12113.bugfix Invalidate caches when an event with a relation is redacted. (#12121) 2022-03-07 14:00:05 +00:00
12118.misc
12121.bugfix Invalidate caches when an event with a relation is redacted. (#12121) 2022-03-07 14:00:05 +00:00
12128.misc
12131.misc Fix CI not attaching source distributions and wheels to the GitHub releases. (#12131) 2022-03-08 15:11:50 +00:00
12132.feature
12135.feature Add experimental environment variable to enable asyncio reactor (#12135) 2022-03-08 13:23:18 +00:00
12136.misc
12137.misc
12138.removal
12140.misc
12142.misc
12143.doc Clean-up demo scripts & documentation (#12143) 2022-03-08 15:02:59 -05:00
12144.misc
12145.misc
12146.misc
12149.misc
12150.misc Use ParamSpec in type hints for synapse.logging.context (#12150) 2022-03-08 15:58:14 +00:00
12152.misc
12153.misc
12154.misc
12155.misc
12156.misc
12157.bugfix Fix a bug in background updates wherein background updates are never run using the default batch size (#12157) 2022-03-07 09:44:33 -08:00
12159.misc
12161.misc Switch the tests-done job to an Action (#12161) 2022-03-07 12:24:06 +00:00
12163.misc
12173.misc Skip attempt to get state at backwards-extremities (#12173) 2022-03-09 11:00:48 +00:00
12175.bugfix Do not return allowed_room_ids from /hierarchy response. (#12175) 2022-03-08 08:09:11 -05:00
12182.misc Retry some http replication failures (#12182) 2022-03-09 14:53:28 +00:00
12187.misc Remove some unused variables/parameters. (#12187) 2022-03-09 15:29:39 +00:00
12189.misc Allow for ignoring some arguments when caching. (#12189) 2022-03-09 18:07:41 +00:00