summary refs log tree commit diff
path: root/scripts-dev/tail-synapse.py (unfollow)
Commit message (Expand)AuthorFilesLines
2021-03-23Stabilise all knock-related unstable identifiers that would be in state (#96)Andrew Morgan2-5/+10
2021-03-22Port "Add support for no_proxy and case insensitive env variables" from mainl...Andrew Morgan48-154/+398
2021-03-19Remove extraneous print (#94)Andrew Morgan1-1/+0
2021-03-19Fix the pipeline to use knock v7 Complement branch (#92)Andrew Morgan1-3/+3
2021-03-19Cap mypy tests at twisted==20.3.0 (#90)Andrew Morgan1-0/+3
2021-03-18Change knock room version to v7 (#88)Andrew Morgan5-18/+18
2021-03-02Allow knock->knock transitions (#86)Andrew Morgan1-2/+0
2021-03-01change check_threepid_can_be_invited to async (#85)Mathieu Velten1-5/+2
2021-02-19Add a config option to prioritise local users in user directory search result...Andrew Morgan4-9/+158
2021-02-17Send a ver query parameter for make_knock (#83)Andrew Morgan4-7/+33
2021-02-10Show knock rooms in the public room directory and inform clients they can be ...Andrew Morgan2-6/+10
2021-02-09Add knocking support (#81)Andrew Morgan34-117/+1567
2021-02-09Add complement running monolith synapse to buildkite pipeline (#80)Andrew Morgan1-0/+36
2021-02-09Fix Python Old-Deps CI step (#79)Andrew Morgan4-5/+12
2021-01-29Remove riot email registration backwards compatibility hackAndrew Morgan1-10/+0
2021-01-21Add a parameter to enable/disable freeze feature (#78)Mathieu Velten2-1/+10
2021-01-19Ensure we read account validity templates from custom template dir if provide...Andrew Morgan2-1/+55
2021-01-18Change check_3pid_allowed to async (#76)Mathieu Velten1-13/+10
2021-01-03Better align mainline and dinsic buildkite pipelinesAndrew Morgan2-27/+59
2020-12-31Merged commit 'deff8f628' into anoa/dinsic_release_1_23_1Andrew Morgan40-241/+639
2020-12-30Allow users to click account renewal links multiple times without hitting an ...Andrew Morgan16-258/+408
2020-12-29Support PyJWT v2.0.0. (#8986)Patrick Cloke2-4/+13
2020-12-14Allow per-room profile to be used for server notice user (#8799)Mathieu Velten2-1/+10
2020-12-11Allow spam-checker modules to be provide async methods. (#8890)David Teller19-73/+98
2020-12-11Add type hints to the push module. (#8901)Patrick Cloke9-86/+159
2020-12-11Honour AS ratelimit settings for /login requests (#8920)Erik Johnston4-10/+27
2020-12-11Remove the CI requirement for newsfiles (#73)Andrew Morgan1-11/+0
2020-12-11Fix users info for remote users (#71)Mathieu Velten2-2/+2
2020-12-11Update mypy to 0.790 to resolve mypy CI errors (#72)Andrew Morgan4-7/+9
2020-12-11Improve tests for structured logging. (#8916)Patrick Cloke2-27/+47
2020-12-11Add number of local devices to Room Details Admin API (#8886)Dirk Klimpel6-27/+138
2020-12-11Don't ratelimit autojoining of rooms (#8921)Erik Johnston4-11/+34
2020-12-10Don't publish `latest` docker image until all archs are built (#8909)Richard van der Hoff2-3/+5
2020-12-10Fix deadlock on SIGHUP (#8918)Erik Johnston2-1/+6
2020-12-10Refactor `SsoHandler.get_mxid_from_sso` (#8900)Richard van der Hoff3-28/+51
2020-12-10Fix buglet in DirectRenderJsonResource (#8897)Richard van der Hoff2-3/+6
2020-12-10Deprecate Shutdown Room and Purge Room Admin API (#8829)Dirk Klimpel5-11/+63
2020-12-09Default to blacklisting reserved IP ranges and add a whitelist. (#8870)Patrick Cloke10-89/+172
2020-12-09Skip the SAML tests if xmlsec1 isn't available. (#8905)Patrick Cloke2-0/+24
2020-12-09Combine related media admin API docs (#8839)Dirk Klimpel3-50/+87
2020-12-09Pin the docker version for multiarch buildsRichard van der Hoff2-3/+6
2020-12-09Add 'xmlsec1' to dependency list github/release-v1.24.0 release-v1.24.0Erik Johnston1-1/+2
2020-12-09 1.23.1 v1.23.1 github/release-v1.23.1 release-v1.23.1Erik Johnston5-3/+59
2020-12-09 1.24.0 v1.24.0Erik Johnston4-2/+53
2020-12-09Fix installing pysaml2 on Python 3.5. (#8898)Patrick Cloke2-1/+6
2020-12-09Consistently use room_id from federation request body (#8776)Richard van der Hoff5-54/+49
2020-12-08Add X-Robots-Tag header to stop crawlers from indexing media (#8887)Aaron Raimist3-0/+19
2020-12-08Fix installing pysaml2 on Python 3.5. (#8898)Patrick Cloke2-1/+6
2020-12-08Better formatting for config errors from modules (#8874)Richard van der Hoff13-37/+160
2020-12-08Simplify the flow for SSO UIA (#8881)Richard van der Hoff7-40/+144
2020-12-08Clarify config template comments (#8891)Richard van der Hoff4-16/+9
2020-12-07Call set_avatar_url with target_user, not user_id (#8872)Will Hunt3-3/+9
2020-12-07Do not raise a 500 exception when previewing empty media. (#8883)Patrick Cloke3-12/+22
2020-12-07Add type hints for HTTP and email pushers. (#8880)Patrick Cloke8-101/+168
2020-12-07Add type hints to the push mailer module. (#8882)Patrick Cloke3-40/+85
2020-12-04Add authentication to replication endpoints. (#8853)Patrick Cloke7-15/+184
2020-12-04Pass room_id to get_auth_chain_difference (#8879)Erik Johnston6-17/+33
2020-12-04Add additional validation to pusher URLs. (#8865)Patrick Cloke6-30/+106
2020-12-04Do not 500 if the content-length is not provided when uploading media. (#8862)Patrick Cloke2-1/+2
2020-12-04Minor update to CHANGES. v1.24.0rc2Patrick Cloke1-1/+1
2020-12-041.24.0rc2Patrick Cloke4-3/+16
2020-12-04Fix a regression that mapping providers should be able to redirect users. (#8...Patrick Cloke6-8/+60
2020-12-04Remove version pin prometheus_client dependency (#8875)Jordan Bancino3-9/+7
2020-12-04Fix a buglet in the SAML username mapping provider doc (#8873)Richard van der Hoff2-1/+4
2020-12-03Fix errorcode for disabled registrati