summary refs log tree commit diff
path: root/synapse/module_api/errors.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-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-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-04