summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Speedup tests by caching HomeServerConfig instances (#15284)Val Lorentz2023-04-182-2/+61
* Move Spam Checker callbacks to a dedicated file (#15453)Andrew Morgan2023-04-1820-73/+107
* Add a note to the config documentation that the 'delete_stale_devices_after' ...Andrew Morgan2023-04-172-0/+5
* Switch `InstanceLocationConfig` to a pydantic `BaseModel` (#15431)Jason Little2023-04-173-10/+71
* Bump mypy from 1.0.0 to 1.0.1 (#15447)dependabot[bot]2023-04-172-27/+28
* Bump psycopg2 from 2.9.5 to 2.9.6 (#15448)dependabot[bot]2023-04-172-14/+15
* Bump types-pyopenssl from 23.1.0.0 to 23.1.0.2 (#15446)dependabot[bot]2023-04-172-3/+4
* Bump furo from 2023.3.23 to 2023.3.27 (#15445)dependabot[bot]2023-04-172-3/+4
* Bump pillow from 9.4.0 to 9.5.0 (#15444)dependabot[bot]2023-04-172-82/+72
* Bump serde from 1.0.159 to 1.0.160 (#15443)dependabot[bot]2023-04-172-4/+5
* Bump dawidd6/action-download-artifact from 2.26.1 to 2.27.0 (#15441)dependabot[bot]2023-04-172-1/+2
* Bump serde_json from 1.0.95 to 1.0.96 (#15442)dependabot[bot]2023-04-172-2/+3
* Refactor `SimpleHttpClient` to pull out reusable methods (#15427)Jason Little2023-04-142-56/+77
* More precise type for LoggingTransaction.execute (#15432)David Robertson2023-04-144-14/+32
* Disable directory listing for `StaticResource` (#15438)Dirk Klimpel2023-04-142-0/+11
* Load `/capabilities` endpoint on workers (#15436)Dirk Klimpel2023-04-145-1/+5
* User directory background update speedup (#15435)Erik Johnston2023-04-142-45/+45
* Delete pushers after calling on_logged_out module hook on device delete (#15410)Mathieu Velten2023-04-144-3/+58
* Convert async to normal tests in `TestSSOHandler` (#15433)Dirk Klimpel2023-04-142-4/+5
* Load `/directory/room/{roomAlias}` endpoint on workers (#15333)Dirk Klimpel2023-04-146-6/+12
* Remove registration fallback code. (#15405)Patrick Cloke2023-04-1310-227/+17
* Improve robustness when handling a perspective key response by deduplicating ...reivilibre2023-04-136-28/+43
* Add comma missing from #15382. (#15429)reivilibre2023-04-132-1/+2
* Implement MSC2174: move redacts to a content property. (#15395)Patrick Cloke2023-04-138-17/+87
* Only load the SSO redirect servlet if SSO is enabled. (#15421)Dirk Klimpel2023-04-132-1/+7
* Disable loading `RefreshTokenServlet` on workers (#15428)Dirk Klimpel2023-04-132-1/+5
* Throw if the appservice config list is the wrong type (#15425)Will Hunt2023-04-123-4/+51
* Merge branch 'master' into developErik Johnston2023-04-113-3/+15
|\
| * 1.81.0 v1.81.0Erik Johnston2023-04-113-3/+15
* | Bump immutabledict from 2.2.3 to 2.2.4 (#15415)dependabot[bot]2023-04-102-3/+4
* | Bump sentry-sdk from 1.17.0 to 1.19.1 (#15414)dependabot[bot]2023-04-102-3/+5
* | Bump parameterized from 0.8.1 to 0.9.0 (#15412)dependabot[bot]2023-04-102-4/+5
* | Bump types-pillow from 9.4.0.17 to 9.4.0.19 (#15413)dependabot[bot]2023-04-102-3/+4
* | Bump black from 23.1.0 to 23.3.0 (#15372)dependabot[bot]2023-04-102-26/+27
* | Attempt to fix weird mypy failures on ignored files. (#15409)David Robertson2023-04-102-3/+55
* | Implement MSC2175: remove the creator field from create events. (#15394)Patrick Cloke2023-04-068-24/+72
* | Bump pyopenssl from 23.1.0 to 23.1.1 (#15373)dependabot[bot]2023-04-062-3/+4
* | Trust dtolnay/rust-toolchain (#15406)David Robertson2023-04-064-77/+18
* | Bump types-psycopg2 from 2.9.21.8 to 2.9.21.9 (#15374)dependabot[bot]2023-04-062-3/+4
* | Bump types-netaddr from 0.8.0.6 to 0.8.0.7 (#15375)dependabot[bot]2023-04-062-3/+4
* | Bump types-opentracing from 2.4.10.3 to 2.4.10.4 (#15376)dependabot[bot]2023-04-062-3/+4
* | Bump dawidd6/action-download-artifact from 2.26.0 to 2.26.1 (#15404)dependabot[bot]2023-04-062-1/+2
* | Don't keep old stream_ordering_to_exterm around (#15382)Erik Johnston2023-04-063-10/+53
* | Merge remote-tracking branch 'origin/release-v1.81' into developPatrick Cloke2023-04-068-13/+30
|\|
| * 1.81.0rc2 v1.81.0rc2David Robertson2023-04-065-4/+23
| * Use setup-go instead of relying on go 1.17 to exist (#15403)David Robertson2023-04-065-10/+7
| * Fix the 'set_device_id_for_pushers_txn' background update. (#15391)Quentin Gliech2023-04-052-1/+2
* | Implement MSC3989 to redact the origin field. (#15393)Patrick Cloke2023-04-054-1/+49
* | Delete server-side backup keys when deactivating an account. (#15181)Shay2023-04-046-3/+291
|/
* Update changelog v1.81.0rc1Erik Johnston2023-04-041-5/+18
* 1.81.0rc1Erik Johnston2023-04-0450-49/+76
* Speed up membership queries for users with forgotten rooms (#15385)Erik Johnston2023-04-043-1/+31
* Fix a rare bug where initial /syncs would fail (#15383)Sean Quah2023-04-042-5/+20
* Note that Synapse 1.74 queued a user dir rebuild (#15386)David Robertson2023-04-042-0/+12
* Build Debian packages for Ubuntu 23.04 Lunar Lobster (#15381)Sean Quah2023-04-032-0/+2
* Call appservices on modern paths, falling back to legacy paths. (#15317)Patrick Cloke2023-04-035-48/+172
* Experimental Unix socket support (#15353)Jason Little2023-04-038-90/+239
* Bump serde_json from 1.0.94 to 1.0.95 (#15371)dependabot[bot]2023-04-032-2/+3
* Bump serde from 1.0.158 to 1.0.159 (#15370)dependabot[bot]2023-04-032-4/+5
* Bump peaceiris/actions-gh-pages from 3.9.2 to 3.9.3 (#15369)dependabot[bot]2023-04-032-2/+3
* Fix copyright year in SSO footer template (#15358)Jason Robinson2023-03-312-2/+3
* Revert pruning of old devices (#15360)Erik Johnston2023-03-319-187/+7
* Revert "Set thread_id column to non-null for event_push_{actions,actions_stag...Olivier Wilkinson (reivilibre)2023-03-316-154/+243
* Set thread_id column to non-null for event_push_{actions,actions_staging,summ...Patrick Cloke2023-03-306-243/+154
* to_device updates could be dropped when consuming the replication stream (#15...Mathieu Velten2023-03-305-15/+98
* Speed up SQLite unit test CI (#15334)Erik Johnston2023-03-304-4/+53
* Implement MSC3984 to proxy /keys/query requests to appservices. (#15321)Patrick Cloke2023-03-309-48/+298
* Fix spinloop during partial state sync when a prev event is in backoff (#15351)Sean Quah2023-03-306-47/+79
* Add the ability to enable/disable registrations when in the OIDC flow (#14978)Warren Bailey2023-03-306-3/+44
* Add some clarification to the doc/comments regarding TCP replication (#15354)Mathieu Velten2023-03-304-36/+9
* Fix missing app variable in mail subject for password resets (#15352)Cyberes2023-03-302-1/+2
* Fix registering a device on an account with lots of devices (#15348)Erik Johnston2023-03-294-3/+56
* Revert "Reintroduce membership tables event stream ordering (#15128)" (#15347)Erik Johnston2023-03-296-131/+12
* Delete stale non-e2e devices for users, take 3 (#15183)Erik Johnston2023-03-297-7/+134
* doc: fix account login requests ratelimit defaults typo (#15341)Jayesh Nirve2023-03-292-1/+2
* Fix joining rooms you have been unbanned from (#15323)DeepBlueV7.X2023-03-293-53/+59
* Implement MSC3983 to proxy /keys/claim queries to appservices. (#15314)Patrick Cloke2023-03-289-29/+355
* Speed up generate sample config CI lint (#15340)Erik Johnston2023-03-282-0/+9
* Speed up pydantic CI lint (#15339)Erik Johnston2023-03-282-0/+9
* Fix typo in developer docs GitHub workflow (#15336)Sean Quah2023-03-282-1/+2
* Merge branch 'master' into developSean Quah2023-03-283-1/+13
|\
| * 1.80.0 v1.80.0Sean Quah2023-03-283-1/+13
* | Bump ruff from 0.0.252 to 0.0.259 (#15328)dependabot[bot]2023-03-2812-35/+54
* | Prune old typing notifications (#15332)Erik Johnston2023-03-272-0/+26
* | Load `/password_policy` endpoint on workers. (#15331)Dirk Klimpel2023-03-275-2/+5
* | Bump cryptography from 40.0.0 to 40.0.1 (#15329)dependabot[bot]2023-03-272-20/+21
* | Bump mypy-zope from 0.9.0 to 0.9.1 (#15330)dependabot[bot]2023-03-272-4/+5
* | Bump furo from 2022.12.7 to 2023.3.23 (#15327)dependabot[bot]2023-03-273-5/+6
* | Bump types-pyopenssl from 23.0.0.4 to 23.1.0.0 (#15326)dependabot[bot]2023-03-272-3/+4
* | Bump regex from 1.7.1 to 1.7.3 (#15325)dependabot[bot]2023-03-272-4/+5
* | Bump serde from 1.0.157 to 1.0.158 (#15324)dependabot[bot]2023-03-272-7/+8
* | Fix `.gitignore` rule for the Complement source tarball downloaded automatica...reivilibre2023-03-242-1/+2
* | Add developer documentation for the Federation Sender and add a documentation...reivilibre2023-03-2412-509/+1280
* | As an optimisation, use `TRUNCATE` on Postgres when clearing the user directo...reivilibre2023-03-242-4/+12
* | Make cleaning up pushers depend on the device_id instead of the token_id (#15...Quentin Gliech2023-03-2415-65/+142
* | Reject mentions on the C-S API which are invalid. (#15311)Patrick Cloke2023-03-244-54/+105
* | Reintroduce membership tables event stream ordering (#15128)Nick Mills-Barrett2023-03-246-12/+131
* | Add a primitive helper script for listing worker endpoints. (#15243)reivilibre2023-03-2331-12/+424
* | Use immutabledict instead of frozendict (#15113)David Robertson2023-03-2220-244/+124
* | Merge branch 'release-v1.80' into developH. Shay2023-03-2249-49/+91
|\|
| * 1.80.0rc2 v1.80.0rc2H. Shay2023-03-226-6/+18
| * Merge commit '96bcc5d902' into release-v1.80Richard van der Hoff2023-03-219-11/+76
| |\
| * \ Merge branch 'release-v1.80' of https://github.com/matrix-org/synapse into re... v1.80.0rc1H. Shay2023-03-211-1/+1
| |\ \
| | * | Update CHANGES.mdShay2023-03-211-1/+1
| * | | update changelogH. Shay2023-03-211-8/+9
| |/ /
| * | 1.80.0rc1H. Shay2023-03-2146-44/+73
* | | Add a check to SQLite port DB script to ensure that the sqlite database passe...Shay2023-03-222-0/+10
* | | Bump dtolnay/rust-toolchain from e12eda571dc9a5ee5d58eecf4738ec291c66f295 to ...dependabot[bot]2023-03-224-15/+16
* | | Have replication clients remove _INT_STREAM_POS (#15309)David Robertson2023-03-222-1/+2
* | | Change the parameter `immediate` of `send_device_messages` to default to `Tru...Shay2023-03-213-2/+3
* | | Bump sentry-sdk from 1.15.0 to 1.17.0 (#15285)dependabot[bot]2023-03-212-3/+5
* | | Update 15295.bugfixPatrick Cloke2023-03-211-1/+1
* | | Allow running twisted trunk against other branches (#15302)David Robertson2023-03-212-1/+9
* | | Remind maintainer to ask #synapse-dev for changelog (#15303)David Robertson2023-03-212-1/+2
* | | Apply & bundle edits for non-message events. (#15295)Patrick Cloke2023-03-212-7/+5
| |/ |/|
* | Revert "check sqlite database file exists before porting/#14692" (#15301)Shay2023-03-212-1/+4
* | Make `POST /_matrix/client/v3/rooms/{roomId}/report/{eventId}` endpoint retur...Andrew Morgan2023-03-215-6/+61
* | Make `EventHandler.get_event` return `None` when the requested event is not f...Andrew Morgan2023-03-213-4/+11
|/
* Document that our Docker images are mirrored to GHCR. (#15282)reivilibre2023-03-212-2/+3
* Fix error when sending message into deleted room. (#15235)Erik Johnston2023-03-213-2/+31
* Separate HTTP preview code and URL previewer. (#15269)Patrick Cloke2023-03-204-810/+854
* Add Synapse-Trace-Id to access-control-expose-headers header (#14974)Shay2023-03-203-0/+9
* Mirror images to the GitHub Container Registry (`ghcr.io/matrix-org/synapse`)...reivilibre2023-03-202-1/+12
* Add /versions flag for MSC3952. (#15293)Patrick Cloke2023-03-202-0/+3
* Bump pygithub from 1.57 to 1.58.1 (#15290)dependabot[bot]2023-03-202-7/+8
* Bump serde from 1.0.155 to 1.0.157 (#15287)dependabot[bot]2023-03-202-11/+23
* Bump anyhow from 1.0.69 to 1.0.70 (#15288)dependabot[bot]2023-03-202-2/+3
* Bump pydantic from 1.10.4 to 1.10.6 (#15286)dependabot[bot]2023-03-202-37/+38
* Bump txredisapi from 1.4.7 to 1.4.9 (#15289)dependabot[bot]2023-03-202-3/+4
* Bump types-requests from 2.28.11.12 to 2.28.11.15 (#15291)dependabot[bot]2023-03-202-3/+4
* Load `/register/available` endpoint on workers (#15268)Jason Little2023-03-174-1/+4
* Make `configure_workers_and_start` script used in Complement tests compatible...reivilibre2023-03-172-1/+2
* Remove no-op send_command for Redis replication. (#15274)Patrick Cloke2023-03-164-89/+3
* Implement MSC2659: application service ping endpoint (#15249)Tulir Asokan2023-03-167-0/+141
* Refresh remote profiles that have been marked as stale, in order to fill the ...reivilibre2023-03-165-4/+504
* Move Account Validity callbacks to a dedicated file (#15237)Andrew Morgan2023-03-168-106/+154
* Preparatory work to fix the user directory assuming that any remote membershi...reivilibre2023-03-164-34/+127
* Remove unused class: DirectTcpReplicationClientFactory. (#15272)Patrick Cloke2023-03-152-51/+1
* Enable running tests & release artifacts on merge queue. (#15244)Patrick Cloke2023-03-153-1/+5
* Add schema comments about the `destinations` and `destination_rooms` tables. ...reivilibre2023-03-152-0/+53
* Remove unused store method `_set_destination_retry_timings_emulated`. (#15266)reivilibre2023-03-142-54/+3
* Merge branch 'master' into developMathieu Velten2023-03-143-1/+13
|\
| * 1.79.0 v1.79.0Mathieu Velten2023-03-143-1/+13
* | Additional functionality for declaring worker types in Complement (#14921)Jason Little2023-03-143-115/+413
* | Avoid unneeded work if auto-join rooms aren't configured. (#15262)Patrick Cloke2023-03-142-2/+9
* | Merge branch 'release-v1.79' into developDavid Robertson2023-03-1311-44/+271
|\|
| * 1.79.0rc2 v1.79.0rc2David Robertson2023-03-136-4/+23
| * Ensure fed-sender catchup does not block for full state (#15248)David Robertson2023-03-134-3/+125
| * Refactor `filter_events_for_server` (#15240)David Robertson2023-03-105-30/+109
| * Fix missing conditional for registering `on_remove_user_third_party_identifie...Andrew Morgan2023-03-103-9/+16
| * Fix typo in changelogDavid Robertson2023-03-071-1/+1
* | Bump cryptography from 39.0.1 to 39.0.2 (#15257)dependabot[bot]2023-03-132-24/+25
* | Install rust during Stage 0 of docker build (#15239)David Robertson2023-03-132-1/+17
* | Bump hiredis from 2.2.1 to 2.2.2 (#15252)dependabot[bot]2023-03-132-90/+91
* | Bump serde from 1.0.152 to 1.0.155 (#15253)dependabot[bot]2023-03-132-4/+5
* | Bump pysaml2 from 7.2.1 to 7.3.1 (#15254)dependabot[bot]2023-03-132-8/+8
* | Bump msgpack from 1.0.4 to 1.0.5 (#15255)dependabot[bot]2023-03-132-53/+65
* | Bump gitpython from 3.1.30 to 3.1.31 (#15256)dependabot[bot]2023-03-132-5/+6
* | Give PyCharm some help with `@cache_in_self` (#15238)David Robertson2023-03-092-3/+27
* | Faster joins: Fix spurious errors on incremental sync (#15232)Sean Quah2023-03-092-2/+8
* | Add missing type hints to `synapse.storage.database`. (#15230)Patrick Cloke2023-03-093-8/+17
* | Pull in netaddr type hints. (#15231)Patrick Cloke2023-03-097-12/+23
* | Add topic and name events to group of events that are batch persisted when cr...Shay2023-03-082-56/+53
* | Include the room ID in more purge room log lines. (#15222)Patrick Cloke2023-03-085-15/+23
* | Add a missing endpoint to the workers documentation. (#15223)Patrick Cloke2023-03-082-0/+2
* | More speedups/fixes to creating batched events (#15195)Shay2023-03-075-9/+33
* | Stabilize support for MSC3873: disambuguated event push keys. (#15190)Patrick Cloke2023-03-075-45/+15
* | Pass the Requester down to the HttpTransactionCache. (#15200)Quentin Gliech2023-03-076-129/+215
* | Stabilize support for MSC3966: event_property_contains push condition. (#15187)Patrick Cloke2023-03-079-55/+13
|/
* Remove duplicate entry from changelog v1.79.0rc1David Robertson2023-03-071-1/+0
* Update changelogDavid Robertson2023-03-071-21/+24
* 1.79.0rc1David Robertson2023-03-0763-61/+102
* Hack to rebuild the complement editable image (#15184)David Robertson2023-03-072-1/+12
* Bump types-pyopenssl from 22.1.0.2 to 23.0.0.4 (#15213)dependabot[bot]2023-03-072-44/+5
* Bump types-pillow from 9.4.0.13 to 9.4.0.17 (#15211)dependabot[bot]2023-03-072-3/+4
* Bump types-setuptools from 67.4.0.3 to 67.5.0.0 (#15212)dependabot[bot]2023-03-072-3/+4
* Bump types-psycopg2 from 2.9.21.4 to 2.9.21.8 (#15210)dependabot[bot]2023-03-072-3/+4
* Bump types-commonmark from 0.9.2.1 to 0.9.2.2 (#15209)dependabot[bot]2023-03-072-3/+4
* Split up txn for fetching device keys (#15215)Erik Johnston2023-03-073-9/+26
* Pass the requester during event serialization. (#15174)Quentin Gliech2023-03-0612-75/+151
* Stop applying edits to event contents (MSC3925). (#15193)Patrick Cloke2023-03-066-109/+15
* Stabilize support for MSC3758: event_property_is push condition (#15185)Patrick Cloke2023-03-0610-81/+39
* Bump serde_json from 1.0.93 to 1.0.94 (#15214)Co-authored-by: dependabot[bot]...dependabot[bot]2023-03-062-2/+3
* Use nightly rustfmt in CI (#15188)Erik Johnston2023-03-034-2/+5
* Fix ICU tests on alpine / macOS. (#15177)65432023-03-032-0/+3
* Combine AbstractStreamIdTracker and AbstractStreamIdGenerator. (#15192)Patrick Cloke2023-03-037-27/+15
* Remove unspecced and buggy `PUT` method on the unstable `/rooms/<room_id>/bat...Quentin Gliech2023-03-032-15/+2
* Configure ruff to automatically fix issues. (#15194)Patrick Cloke2023-03-032-1/+2
* Experimental MSC3890 Implementation: Fix deleting account data when using an ...Andrew Morgan2023-03-033-26/+16
* Add a `get_next_txn` method to `StreamIdGenerator` to match `MultiWriterIdGen...Andrew Morgan2023-03-024-11/+48
* Add support for knocking to workers. (#15133)Dirk Klimpel2023-03-029-16/+15
* Remove the unspecced and bugged PUT /knock/{roomIdOrAlias} endpoint (#15189)Quentin Gliech2023-03-022-15/+2
* Dockerfile-workers: spell out when config isn't generated (#15186)David Robertson2023-03-022-1/+6
* Update intentional mentions (MSC3952) to depend on `exact_event_property_cont...Patrick Cloke2023-03-0211-94/+73
* Fix conflicting URLs for dehydrated devices. (#15180)Patrick Cloke2023-03-022-1/+2
* Add Sytest jobs with the asyncio reactor enabled (#14101)Quentin Gliech2023-03-023-0/+17
* Move event_reports to `RoomWorkerStore` (#15165)Dirk Klimpel2023-03-022-177/+178
* Implementation of MSC3967: Don't require UIA for initial upload of cross sign...Hugh Nimmo-Smith2023-03-025-9/+182
* Remove support for aggregating reactions (#15172)Richard van der Hoff2023-02-288-377/+30
* Merge branch 'master' into developH. Shay2023-02-285-1/+95
|\
| * 1.78.0 v1.78.0H. Shay2023-02-284-2/+16
| * Fix bug where 5s delays would occasionally happen. (#15150)Erik Johnston2023-02-243-0/+80
* | Update spam checker documentation for moved media modules. (#15175)Patrick Cloke2023-02-282-2/+3
* | Fix a long-standing bug where an initial sync would not respond to changes to...reivilibre2023-02-284-2/+77
* | Allow use of the `/filter` Client-Server APIs on workers. (#15134)reivilibre2023-02-286-8/+27
* | Add missing type hints to InsecureInterceptableContextFactory. (#15164)Patrick Cloke2023-02-283-5/+4
* | Do not accept pattern_type from user input in push rules. (#15088)Patrick Cloke2023-02-286-186/+244
* | Add documentation for caching in a module (#14026)Brendan Abolivier2023-02-282-0/+57
* | Admin API endpoint to delete a reported event (#15116)Dirk Klimpel2023-02-285-11/+224
* | Correct documentation about registration_shared_secret_path (#15168)Evan Krall2023-02-282-2/+3
* | Remove dangling reference to being a reference implementation (#15167)Travis Ralston2023-02-272-2/+4
* | Add module API callbacks for adding and deleting local 3PID associations (#15044Andrew Morgan2023-02-2712-48/+324
* | Refactor media modules. (#15146)Patrick Cloke2023-02-2731-1123/+1190
* | Small fixes to `MatrixFederationHttpClient` docstrings (#15148)Andrew Morgan2023-02-272-7/+10
* | Bump ruff from 0.0.237 to 0.0.252 (#15159)dependabot[bot]2023-02-273-19/+21
* | Bump types-setuptools from 67.3.0.1 to 67.4.0.3 (#15160)dependabot[bot]2023-02-272-18/+4
* | Bump types-opentracing from 2.4.10.1 to 2.4.10.3 (#15158)dependabot[bot]2023-02-272-3/+4
* | Bump typing-extensions from 4.4.0 to 4.5.0 (#15157)dependabot[bot]2023-02-272-3/+4
* | Bump matrix-org/backend-meta from 1 to 2 (#15156)dependabot[bot]2023-02-272-1/+2
* | Bump actions/checkout from 2 to 3 (#15155)dependabot[bot]2023-02-272-2/+3
* | Bump docker/login-action from 1 to 2 (#15154)dependabot[bot]2023-02-272-1/+2
* | Bump dawidd6/action-download-artifact from 2.25.0 to 2.26.0 (#15152)dependabot[bot]2023-02-272-1/+2
* | Batch up storing state groups when creating new room (#14918)Shay2023-02-2414-49/+371
* | Improve handling of non-ASCII characters in user directory search (#15143)Sean Quah2023-02-243-2/+184
* | Do not fail completely if oEmbed autodiscovery fails. (#15092)Patrick Cloke2023-02-233-13/+65
* | Stop parsing the unspecced type parameter on thumbnail requests. (#15137)Patrick Cloke2023-02-232-1/+3
* | Fix a typo in MSC3873 config option. (#15138)Patrick Cloke2023-02-234-9/+10
* | Fix typo in federation_verify_certificates in config documentation. (#15139)Centzilius2023-02-232-1/+2
* | Add information on uploaded media to user export command. (#15107)Dirk Klimpel2023-02-235-16/+136
* | Documentation using Shibboleth with OIDC Plugin for SSO. (#15112)Fly2023-02-232-0/+42
* | Update .git-blame-ignore-revs for #15103.Patrick Cloke2023-02-221-1/+5
* | Bump black from 22.12.0 to 23.1.0 (#15103)dependabot[bot]2023-02-22117-218/+108
* | Tighten the default rate limit of creating new devices. (#15135)Patrick Cloke2023-02-223-5/+15
* | Use `json.dump` in `FileExfiltrationWriter` (#15095)Dirk Klimpel2023-02-222-8/+9
* | Clarify the workers that the ThirdPartyRules' `on_new_event` callback will ru...Andrew Morgan2023-02-222-0/+4
* | Remove unused `room_alias` field from `/createRoom` response (#15093)David Robertson2023-02-2210-39/+40
|/
* Tweak changelog v1.78.0rc1Olivier Wilkinson (reivilibre)2023-02-211-4/+3
* 1.78.0rc1Olivier Wilkinson (reivilibre)2023-02-2171-73/+94
* Tweak logging for when a worker waits for its view of a replication stream to...reivilibre2023-02-212-2/+11
* Upper-bound frozendict dependency (#15114)David Robertson2023-02-213-2/+5
* Add `matrix-org-archive-keyring` package as `Recommends` (#15110)Erik Johnston2023-02-202-0/+7
* Update database_maintenance_tools.md (#15083)jahway6032023-02-202-2/+3
* Teach portdb about `un_partial_stated_event_stream` (#15108)David Robertson2023-02-202-33/+53
* Allow health listener resource to load (#15096)realtyem2023-02-202-0/+2
* Fix a bug introduced in Synapse v1.74.0 where searching with colons when usin...reivilibre2023-02-204-5/+90
* Bump types-setuptools from 67.1.0.0 to 67.3.0.1 (#15105)dependabot[bot]2023-02-202-3/+4
* Bump types-pillow from 9.4.0.10 to 9.4.0.13 (#15104)dependabot[bot]2023-02-202-3/+4
* Bump dawidd6/action-download-artifact from 2.24.3 to 2.25.0 (#15102)dependabot[bot]2023-02-202-1/+2
* Bump dtolnay/rust-toolchain from 25dc93b901a87e864900a8aec6c12e9aa794c0c3 to ...dependabot[bot]2023-02-204-15/+16
* Bump types-bleach from 5.0.3.1 to 6.0.0.0 (#15100)dependabot[bot]2023-02-202-3/+4