summary refs log tree commit diff
path: root/scripts-dev (unfollow)
Commit message (Expand)AuthorFilesLines
2021-11-29Support the stable /hierarchy endpoint from MSC2946 (#11329)Patrick Cloke1-1/+1
2021-11-29Make background updates controllable via a plugin (#11306)Erik Johnston12-61/+407
2021-11-29Return the stable `event` field from `/send_join` per MSC3083. (#11413)Patrick Cloke5-4/+19
2021-11-29Update the media repository documentation (#11415)Sean Quah2-19/+71
2021-11-29Add type annotations to some of the configuration surrounding refresh tokens....reivilibre3-2/+11
2021-11-29Fix perspectives requests for multiple keys for the same server (#11440)Richard van der Hoff3-11/+91
2021-11-29Fix using MSC2716 batch sending with event persistence workers (#11220)Tulir Asokan3-0/+8
2021-11-29disallow-untyped-defs for the module_api (#11029)David Robertson3-30/+59
2021-11-29Fix changelog filename in #11441David Robertson1-0/+0
2021-11-29Add a test case for the SendJoinParser (#11441)David Robertson3-0/+55
2021-11-26Bump ijson dependency to 3.1 (#11438) (#11439)Daniel Molkentin2-1/+2
2021-11-26Update MSC2918 refresh token support to confirm with the latest revision: acc...reivilibre4-22/+58
2021-11-26Add type hints to `synapse/storage/databases/main/events_worker.py` (#11411)Sean Quah13-171/+255
2021-11-26Support expiry of refresh tokens and expiry of the overall session when refre...reivilibre8-54/+338
2021-11-26Create healthcheck script for synapse-workers container (#11429)Michael Kaye4-0/+23
2021-11-26Track ongoing event fetches correctly (again) (#11376)Sean Quah3-43/+251
2021-11-25Annotate string constants in `synapse.api.constants` with `Final` (#11356)Sean Quah2-98/+101
2021-11-25Improve performance of `remove_{hidden,deleted}_devices_from_device_inbox` (#...Brendan Abolivier4-148/+84
2021-11-24Lower minumum batch size to 1 for background updates (#11422)Brendan Abolivier4-13/+23
2021-11-23Rename unstable `access_token_lifetime` configuration option to `refreshable_...reivilibre6-16/+36
2021-11-23Add missing type hints to config base classes (#11377)Patrick Cloke13-109/+184
2021-11-23Remove code invalidated by deprecated config flag 'trust_identity_servers_for...Shay4-41/+4
2021-11-23Refactor the code to inject bundled relations during serialization. (#11408)Patrick Cloke8-73/+92
2021-11-22Add config for customizing the claim used for JWT logins. (#11361)Kostas6-35/+57
2021-11-22Store arbitrary relations from events. (#11391)Patrick Cloke6-45/+193
2021-11-19Update README.mdShay1-2/+4
2021-11-19Add an admin API to run background jobs. (#11352)Dirk Klimpel9-43/+280
2021-11-19Add CVE number v1.47.1Sean Quah1-1/+1
2021-11-19Add tests for remote spacesSean Quah2-5/+177
2021-11-19Add flag to control whether remote spaces are processedSean Quah4-54/+127
2021-11-19Fix checking whether a room can be published on creation. (#11392)Patrick Cloke4-56/+95
2021-11-19Refer to 1.47.1 without the vSean Quah1-1/+1
2021-11-19Update 1.47.1 release date in CHANGES.mdSean Quah1-1/+1
2021-11-191.47.1Sean Quah3-1/+30
2021-11-19Prevent the media store from writing outside of the configured directorySean Quah5-50/+483
2021-11-19Remove dead code from acme support. (#11393)Patrick Cloke2-50/+1
2021-11-19Remove msc2716 from the list of tests for complement. (#11389)Patrick Cloke2-1/+2
2021-11-19Keep fallback key marked as used if it's re-uploaded (#11382)Hubert Chathi3-12/+72
2021-11-19Publish a `develop` docker image (#11380)Richard van der Hoff2-1/+5
2021-11-19Fix verification of objects signed with old local keys (#11379)Richard van der Hoff3-31/+95
2021-11-18Prevent historical state from being pushed to an application service via `/tr...Eric Eastwood4-2/+39
2021-11-18Leave rooms in a deterministic orderSean Quah1-9/+9
2021-11-18Remove legacy code related to deprecated `trust_identity_server_for_password_...Shay5-47/+18
2021-11-18Add dedicated admin API for blocking a room (#11324)Dirk Klimpel6-0/+404
2021-11-18Add/Unerase annotations to Module API (#11341)reivilibre2-23/+135
2021-11-18Revert "Convert strings in `synapse.api.constants` to enums or `Final`"Sean Quah12-173/+135
2021-11-18Fix bug/redundant code to do with handling of the root space idSean Quah1-4/+7
2021-11-18Add missing type hints to new testsSean Quah2-2/+9
2021-11-18Refer to "spaces" instead of "rooms"Sean Quah6-26/+29
2021-11-18Rename `get_refresh_token_for_user_id` to `create_refresh_token_for_user_id` ...reivilibre3-3/+4
2021-11-18Use auto_attribs for RefreshTokenLookupResult (#11386)reivilibre2-7/+8
2021-11-18Do not allow MSC3440 threads to fork threads (#11161)Patrick Cloke4-8/+176
2021-11-18Docs: Quote wildcard `federation_certificate_verification_whitelist` (#11381)Nicolai Søborg3-4/+5
2021-11-17Add type annotations to `synapse.metrics` (#10847)Sean Quah12-85/+173
2021-11-17Add support for `/_matrix/media/v3` APIs (#11371)Aaron R6-51/+60
2021-11-17Rename `get_access_token_for_user_id` method to `create_access_token_for_user...reivilibre7-15/+16
2021-11-17Fix running complement.sh script. (#11368)Patrick Cloke2-3/+4
2021-11-171.47.0 v1.47.0David Robertson3-1/+13
2021-11-16Fix incorrect return value in tests. (#11359)Patrick Cloke2-1/+2
2021-11-16