Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-11-12 | Delete local RoomAccessRules module (#112) | Brendan Abolivier | 3 | -2211/+0 | |
2021-11-04 | Remove now useless config option | Brendan Abolivier | 1 | -3/+0 | |
2021-11-04 | Lint | Brendan Abolivier | 2 | -12/+58 | |
2021-11-04 | Delete custom user_may_create_room | Brendan Abolivier | 2 | -57/+1 | |
Because we already do these checks with RoomAccessRules | |||||
2021-11-04 | Update tests | Brendan Abolivier | 1 | -47/+123 | |
2021-11-04 | Update DomainRuleChecker to use the new interface | Brendan Abolivier | 1 | -32/+108 | |
2021-11-03 | Fix debian package builds. (#10931) (#109) | Brendan Abolivier | 2 | -2/+4 | |
This was due to dh-virtualenv builds being broken due to Shpinx removing deprecated APIs. Co-authored-by: Erik Johnston <erik@matrix.org> | |||||
2021-11-01 | Add a module API method to retrieve state from a room (#11204) | Brendan Abolivier | 3 | -2/+81 | |
2021-10-26 | Converge with mainline | Brendan Abolivier | 5 | -129/+26 | |
Bring other callbacks to party with mainline, and fixup code calling to the various callbacks. | |||||
2021-10-26 | Add a spamchecker method to allow or deny 3pid invites (#10894) | Brendan Abolivier | 5 | -4/+153 | |
This is in the context of creating new module callbacks that modules in https://github.com/matrix-org/synapse-dinsic can use, in an effort to reconcile the spam checker API in synapse-dinsic with the one in mainline. Note that a module callback already exists for 3pid invites (https://matrix-org.github.io/synapse/develop/modules/third_party_rules_callbacks.html#check_threepid_can_be_invited) but it doesn't check whether the sender of the invite is allowed to send it. | |||||
2021-10-26 | Add a spamchecker callback to allow or deny room joins (#10910) | Brendan Abolivier | 5 | -6/+156 | |
Co-authored-by: Erik Johnston <erik@matrix.org> | |||||
2021-10-26 | Add a spamchecker callback to allow or deny room creation based on invites ↵ | Brendan Abolivier | 5 | -17/+358 | |
(#10898) This is in the context of creating new module callbacks that modules in https://github.com/matrix-org/synapse-dinsic can use, in an effort to reconcile the spam checker API in synapse-dinsic with the one in mainline. This adds a callback that's fairly similar to user_may_create_room except it also allows processing based on the invites sent at room creation. | |||||
2021-09-27 | Revert shadow HS support (#104) | Brendan Abolivier | 9 | -272/+70 | |
Revert shadow HS support added in matrix-org/synapse#4145 Fixes matrix-org/matrix-dinsic#803 Part of that PR isn't reverted because it relates to matrix-org/matrix-dinsic#793 | |||||
2021-09-27 | Remove duplicate job | Brendan Abolivier | 1 | -3/+0 | |
Forgot to include this commit in #106 | |||||
2021-09-27 | Use correct tag for sytest (#106) | Brendan Abolivier | 2 | -9/+6 | |
2021-09-22 | Use the BaseReporter super-class for _WrappedRustReporter (#105) | Brendan Abolivier | 2 | -1/+12 | |
* Use the BaseReporter super-class for _WrappedRustReporter. (#10799) This fixes mypy errors with jaeger-client >= 4.7.0 and should be a no-op for versions before that. Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com> | |||||
2021-09-07 | Add "No significant changes" to changelog v1.42.0 | Azrenbeth | 1 | -0/+2 | |
2021-09-07 | Move upgrade notice up in changelog | Azrenbeth | 1 | -6/+1 | |
2021-09-07 | 1.42.0 | Azrenbeth | 3 | -1/+13 | |
2021-09-06 | Improve changelog wording v1.42.0rc2 | Brendan Abolivier | 1 | -1/+1 | |
2021-09-06 | Expand on why users should read upgrade notes | Brendan Abolivier | 1 | -1/+4 | |
2021-09-06 | Move the upgrade notes reminder up to rc2 | Brendan Abolivier | 1 | -3/+2 | |
2021-09-06 | 1.42.0rc2 | Brendan Abolivier | 5 | -3/+22 | |
2021-09-06 | Add a warning when using deprecated template_dir settings (#10768) | Brendan Abolivier | 4 | -0/+42 | |
The deprecation itself happened in #10596 which shipped with Synapse v1.41.0. However, it doesn't seem fair to suddenly drop support for these settings in ~4-6w without being more vocal about said deprecation. | |||||
2021-09-03 | Support MSC3375: room version 9. (#10747) | Patrick Cloke | 4 | -1/+79 | |
2021-09-03 | Incorporate review | Brendan Abolivier | 3 | -13/+9 | |
2021-09-02 | Use correct federation path for knocking | Brendan Abolivier | 1 | -12/+1 | |
2021-09-02 | Lint | Brendan Abolivier | 2 | -2/+1 | |
2021-09-02 | Import mock from unittest | Brendan Abolivier | 4 | -4/+4 | |
2021-09-02 | Fix test_rewritten_id_server | Brendan Abolivier | 1 | -0/+5 | |
2021-09-02 | Lint | Brendan Abolivier | 2 | -4/+6 | |
2021-09-02 | Appease mypy | Brendan Abolivier | 4 | -6/+12 | |
2021-09-02 | Load legacy modules in tests | Brendan Abolivier | 2 | -0/+5 | |
2021-09-02 | Lint | Brendan Abolivier | 2 | -5/+7 | |
2021-09-02 | Sample config | Brendan Abolivier | 1 | -66/+0 | |
2021-09-01 | Lint | Brendan Abolivier | 3 | -5/+13 | |
2021-09-01 | Don't ratelimit when admin updates profile | Brendan Abolivier | 2 | -3/+8 | |
2021-09-01 | Fix one more test | Brendan Abolivier | 1 | -4/+0 | |
2021-09-01 | Fix more tests | Brendan Abolivier | 5 | -11/+21 | |
2021-09-01 | Fix tests | Brendan Abolivier | 4 | -11/+7 | |
2021-09-01 | Fix cyclic dependency with the legacy account validity work | Brendan Abolivier | 1 | -3/+7 | |
2021-09-01 | Remove account validity related schema update | Brendan Abolivier | 1 | -18/+0 | |
Because DINUM had it before mainline, so the file names don't match. Will need some fiddling with the database before updating to a mainlined version. | |||||
2021-09-01 | Remove knock-related schema update | Brendan Abolivier | 1 | -20/+0 | |
Because DINUM had it before mainline, so the file names don't match. Will need some fiddling with the database before updating to a mainlined version. | |||||
2021-09-01 | Lint | Brendan Abolivier | 4 | -23/+18 | |
2021-09-01 | Make minor changes to changelog v1.42.0rc1 | Olivier Wilkinson (reivilibre) | 1 | -2/+2 | |
2021-09-01 | Remove buildkite pipeline | Brendan Abolivier | 11 | -717/+0 | |
2021-09-01 | Add buildkite pipeline back | Brendan Abolivier | 10 | -0/+682 | |
2021-09-01 | Improve changelog | Ol |