summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Generate separate snapshots for logical databases (#13792)David Robertson2022-09-204-46/+140
* Port the push rule classes to Rust. (#13768)Erik Johnston2022-09-2014-615/+930
* Don't include redundant prev_state in new events (#13791)Denis2022-09-203-4/+1
* Add support to purge rows from MSC2716 and other tables when purging a room (...Eric Eastwood2022-09-164-0/+30
* Fix Docker build when Rust .so has been build locally first (#13811)Mathieu Velten2022-09-163-3/+7
* Compare ported to unported PG schemas in portdb test job (#13808)David Robertson2022-09-165-47/+50
* Minor speedups to CI linting (#13827)David Robertson2022-09-162-4/+6
* Remove error spam when users query the keys of departed remote users (#13826)Sean Quah2022-09-162-9/+13
* complement: init postgres DB directly inside the target image (#13819)Mathieu Velten2022-09-162-11/+10
* Add an admin API endpoint to find a user based on its external ID in an auth ...Quentin Gliech2022-09-165-0/+155
* Update request log format documentation to mention the format used when the a...reivilibre2022-09-162-2/+3
* Avoid putting rejected events in room state (#13723)Sean Quah2022-09-163-0/+415
* Document common fix of Poetry problems by removing egg-info (#13785)Eric Eastwood2022-09-152-0/+28
* Be able to correlate timeouts in reverse-proxy layer in front of Synapse (pul...Eric Eastwood2022-09-155-5/+38
* Record any exception when processing a pulled event (#13814)Eric Eastwood2022-09-153-1/+12
* Support providing an index predicate for upserts. (#13822)Patrick Cloke2022-09-153-7/+25
* A third batch of Pydantic validation for rest/client/account.py (#13736)David Robertson2022-09-154-45/+78
* Add a `MXCUri` class to make working with mxc uri's easier. (#13162)Andrew Morgan2022-09-156-74/+53
* Keep track when we try and fail to process a pulled event (#13589)Eric Eastwood2022-09-147-9/+329
* Update event push action and receipt tables to support threads. (#13753)Patrick Cloke2022-09-1411-20/+312
* Use partial indices on SQLIte. (#13802)Patrick Cloke2022-09-144-5/+59
* Deduplicate `is_server_notices_room`. (#13780)reivilibre2022-09-144-18/+20
* Fix a memory leak when running the unit tests. (#13798)reivilibre2022-09-143-6/+8
* Remove unused method in `synapse.api.auth.Auth`. (#13795)Quentin Gliech2022-09-142-9/+1
* Remove incorrect migration file from `state` logical DB (#13788)David Robertson2022-09-142-37/+1
* Fix bug in device list caching when remote users leave rooms (#13749)Sean Quah2022-09-145-15/+51
* Fix a long-standing spec compliance bug where Synapse would accept a trailing...reivilibre2022-09-142-2/+2
* Make sequence `cache_invalidation_stream_seq` begin at `2` (#13766)Mathieu Velten2022-09-133-0/+25
* Merge branch 'master' into developErik Johnston2022-09-1357-56/+145
|\
| * Fixup changelog v1.67.0Erik Johnston2022-09-131-3/+3
| * 1.67.0Erik Johnston2022-09-133-3/+15
| * Also cite upgrade notesDavid Robertson2022-09-081-1/+1
| * Add minimum version bump for sqlite to the release notes (#13742)David Robertson2022-09-082-1/+21
| * Fixup changelog v1.67.0rc1Erik Johnston2022-09-061-2/+2
| * Update changelogErik Johnston2022-09-062-0/+22
| * 1.67.0rc1Erik Johnston2022-09-0656-56/+91
* | Updates to the schema dump script (#13770)David Robertson2022-09-133-32/+21
* | Simplify CI tests DAG (#13784)David Robertson2022-09-132-4/+1
* | installation.md: require libpq on M1 macs (#13480)Richard van der Hoff2022-09-132-2/+4
* | Add receipts event stream ordering (#13703)Nick Mills-Barrett2022-09-134-1/+95
* | Fix GHA skippable syntax (#13778)Mathieu Velten2022-09-122-1/+3
* | Fix typo in ratelimiting documentation (#13727)Brendan Abolivier2022-09-122-1/+2
* | Fix CI on non-PR builds (#13769)Erik Johnston2022-09-122-0/+2
* | Remove check current state membership up to date (#13745)Nick Mills-Barrett2022-09-123-155/+100
* | Check if Rust lib needs rebuilding. (#13759)Erik Johnston2022-09-127-1/+149
* | Concurrently collect room unread counts for push badges (#13765)Nick Mills-Barrett2022-09-092-3/+11
* | Tag trace with instance name (#13761)Eric Eastwood2022-09-093-2/+12
* | Strip number suffix from instance name to consolidate services that traces ar...Eric Eastwood2022-09-092-1/+13
* | Use an upsert for `receipts_graph`. (#13752)Patrick Cloke2022-09-092-8/+5
* | Add rust to CI (#13763)Erik Johnston2022-09-093-1/+84
* | Require SQLite >= 3.27.0 (#13760)David Robertson2022-09-099-208/+106
* | Re-type hint some collections in `/sync` code as read-only (#13754)Sean Quah2022-09-082-10/+11
* | Remove unused Prometheus recording rules from `synapse-v2.rules` and add comm...reivilibre2022-09-082-23/+9
* | Add timestamp to user's consent (#13741)Dirk Klimpel2022-09-087-8/+52
* | Update docstrings to explain the impact of partial state (#13750)Sean Quah2022-09-082-1/+17
* | Avoid raising errors due to malformed IDs in `get_current_hosts_in_room` (#13...Sean Quah2022-09-082-1/+5
* | Fix error in `is_mine_id` when encountering a malformed ID (#13746)Sean Quah2022-09-083-2/+37
* | Fix cache metrics not being updated when not using the legacy exposition modu...reivilibre2022-09-084-21/+81
* | Fix Prometheus recording rules to not use legacy metric names. (#13718)reivilibre2022-09-086-37/+22
* | Fix latest deps (#13743)Erik Johnston2022-09-082-0/+15
* | Fix a bug where Synapse fails to start if a signing key file contains an empt...reivilibre2022-09-082-1/+13
* | Instrument `get_metadata_for_events` for tracing (#13730)Eric Eastwood2022-09-072-0/+3
* | Fix latest deps CI (#13734)Erik Johnston2022-09-073-3/+42
* | Add some rust caching to CI (#13735)Erik Johnston2022-09-072-0/+6
* | Correct out-of-date doc for `event_cache_size` (#13726)David Robertson2022-09-072-2/+5
* | Define SQLite compat policy (#13728)David Robertson2022-09-072-4/+12
* | A second batch of Pydantic models for rest/client/account.py (#13687)David Robertson2022-09-074-34/+64
* | Cancel the processing of key query requests when they time out. (#13680)reivilibre2022-09-0718-20/+110
* | Rename the `EventFormatVersions` enum values so that they line up with room v...reivilibre2022-09-0713-41/+47
* | Add Admin API to Fetch Messages Within a Particular Window (#13672)Connor Davis2022-09-076-14/+435
* | Remove the unspecced room_id field in the /hierarchy response. (#13506)reivilibre2022-09-062-1/+1
* | Add a stub Rust crate (#12595)Erik Johnston2022-09-0623-11/+302
* | Fix trial-olddeps (#13725)Erik Johnston2022-09-063-2/+3
* | Actually fix typechecking with latest types-jsonschema (#13724)David Robertson2022-09-062-4/+5
* | Update trial old deps CI to use poetry 1.2.0 (#13707)Erik Johnston2022-09-063-29/+42
* | Update Grafana dashboard to not use legacy metric names. (#13714)reivilibre2022-09-064-73/+74
|/
* Remove configuration options for direct TCP replication. (#13647)Patrick Cloke2022-09-0612-78/+63
* Reduce number of CI jobs run on PRs (#13713)Erik Johnston2022-09-053-66/+160
* Extend the release script to wait for GitHub Actions to finish and to be usab...reivilibre2022-09-052-4/+143
* Fix typechecking with latest `types-jsonschema` (#13712)David Robertson2022-09-052-4/+5
* Share some metrics between the Prometheus exporter and the phone home stats (...Brendan Abolivier2022-09-056-4/+146
* fix grammarMatthew Hodgson2022-09-031-1/+1
* Clarify `(room_id, event_id)` global uniqueness (#13701)Eric Eastwood2022-09-022-0/+25
* Update docs to make enabling metrics more clear (#13678)Eric Eastwood2022-09-022-4/+8
* Update lock file for Poetry v1.2.0 (#13689)Erik Johnston2022-09-025-66/+99
* Only run trial CI on all python versions on non-PRs (#13698)Erik Johnston2022-09-022-0/+11
* Fix two typos with colon in headlines (#13665)Dirk Klimpel2022-09-012-2/+3
* Add a schema delta to drop unstable private read receipts. (#13692)Patrick Cloke2022-09-012-0/+20
* Disable calculating unread counts unless the config flag is enabled. (#13694)Patrick Cloke2022-09-014-23/+30
* Update the Grafana dashboard that is included with Synapse in the `contrib` d...reivilibre2022-09-012-20/+128
* Cache `is_partial_state_room` (#13693)Erik Johnston2022-09-012-4/+8
* Add monthly active users documentation (#13617)Will Hunt2022-09-014-0/+88
* Use poetry 1.2.0 rather than prerelease for deb packages (#13695)Erik Johnston2022-09-012-1/+7
* Add some logging to help track down #13444 (#13679)Erik Johnston2022-09-012-0/+14
* Return keys for unwhitelisted servers from `/_matrix/key/v2/query` (#13683)Richard van der Hoff2022-09-012-20/+22
* Bump docker image to use stable poetry version (#13688)Erik Johnston2022-09-013-11/+2
* Remove support for unstable private read receipts (#13653)Šimon Brandner2022-09-0113-122/+44
* Merge branch 'master' into developSean Quah2022-08-315-9/+47
|\
| * Tweak changelog formatting v1.66.0Sean Quah2022-08-311-6/+4
| * Move notice from 1.66.0rc1 to 1.66.0 section in changelogSean Quah2022-08-311-6/+6
| * Tweak changelog wordingSean Quah2022-08-311-4/+5
| * Improve clarity on deprecation of TCP replicationSean Quah2022-08-312-2/+10
| * Fix dead link in 1.18.0 upgrade notesSean Quah2022-08-311-1/+1
| * Update changelog to link to the Synapse docs instead of markdownSean Quah2022-08-311-1/+1
| * 1.66.0Sean Quah2022-08-313-3/+12
| * Update changelog for v1.62.0Sean Quah2022-08-311-0/+14
| * Remind people that direct TCP replication is disabled. (#13674)Patrick Cloke2022-08-311-0/+8
* | Drop support for calling `/_matrix/client/v3/rooms/{roomId}/invite` without a...Jacek Kuśnierz2022-08-319-137/+81
* | Remove cached wrap on `_get_joined_users_from_context` method (#13569)Nick Mills-Barrett2022-08-313-85/+40
* | Generalise the `@cancellable` annotation so it can be used on functions other...reivilibre2022-08-3110-75/+75
* | Fix admin List Room API return type on sqlite (#13509)David Robertson2022-08-313-7/+19
* | Change dpkg-statoverride to use --force-statoverride-add (#13638)Jörg Behrmann2022-08-312-1/+2
* | Give the correct next event when the message timestamps are the same - MSC303...Eric Eastwood2022-08-302-2/+11
* | Drop unused column `application_services_state.last_txn` (#13627)Shay2022-08-304-0/+59
* | Remove documentation of legacy `frontend_proxy` worker app (#13645)Richard van der Hoff2022-08-303-41/+23
* | Merge branch 'release-v1.66' into developDavid Robertson2022-08-305-34/+144
|\|
| * Update changes v1.66.0rc2David Robertson2022-08-301-1/+1
| * 1.66.0rc2David Robertson2022-08-304-2/+16
| * Fix rate limit metrics registering twice and misreporting (#13649)Eric Eastwood2022-08-303-32/+128
* | Clarify documentation about replication traffic. (#13656)Patrick Cloke2022-08-302-1/+5
* | Fix bug where we wedge media plugins if clients disconnect early (#13660)Erik Johnston2022-08-302-19/+22
* | Do not wait for background updates to complete do expire URL cache. (#13657)Patrick Cloke2022-08-302-4/+1
* | Speed up inserting `event_push_actions_staging`. (#13634)Patrick Cloke2022-08-302-20/+9
* | Fix that user cannot `/forget` rooms after the last member has left (#13546)Dirk Klimpel2022-08-304-6/+99
* | Optimize how we calculate `likely_domains` during backfill (#13575)Eric Eastwood2022-08-305-70/+89
* | Print complement failure results last (#13639)Richard van der Hoff2022-08-286-11/+31
* | Improve documentation around user registration (#13640)Richard van der Hoff2022-08-264-103/+134
* | Generate missing configuration files at startup (#13615)Richard van der Hoff2022-08-263-12/+56
* | Update debhelper (#13594)Jörg Behrmann2022-08-267-41/+15
* | Move the execution of the retention purge_jobs to the main worker (#13632)Brad Murray2022-08-262-4/+3
* | Debian packaging: explicitly allocate a group for the system user (#13593)Jörg Behrmann2022-08-252-2/+8
* | Support `registration_shared_secret` in a file (#13614)Richard van der Hoff2022-08-254-5/+92
* | register_new_matrix_user: read server url from config (#13616)Richard van der Hoff2022-08-252-6/+52
* | Update automation for incoming issues (#13629)Kat Gerasimova2022-08-251-4/+4
* | Comment about a better future where we can get the state diff between two eve...Eric Eastwood2022-08-242-0/+9
* | Rename `event_map` to `unpersisted_events` (#13603)David Robertson2022-08-242-32/+38
* | Update `get_users_in_room` mis-use to get hosts with dedicated `get_current_h...Eric Eastwood2022-08-246-17/+31
* | Directly lookup local membership instead of getting all members in a room fir...Eric Eastwood2022-08-248-17/+60
* | When loading current ids, sort by `stream_id` to avoid incorrect overwrite an...Eric Eastwood2022-08-242-2/+12
* | Use dedicated `get_local_users_in_room` to find local users when calculating ...Eric Eastwood2022-08-242-6/+4
* | First draft of triage_labelled action (#13612)Andy Balaam2022-08-241-0/+44
* | Add experimental configuration option to allow disabling legacy Prometheus me...reivilibre2022-08-249-21/+150
* | Add GitHub automation for new issues (#13610)Kat Gerasimova2022-08-241-0/+28
* | Rewrite get push actions queries (#13597)Nick Mills-Barrett2022-08-242-160/+69
* | Faster Room Joins: fix `/make_knock` blocking indefinitely when the room in q...reivilibre2022-08-242-0/+12
* | Instrument `_check_sigs_and_hash_and_fetch` to trace time spent in child conc...Eric Eastwood2022-08-235-3/+47
* | Write about the chain cover a little. (#13602)David Robertson2022-08-232-9/+43
* | Speed up `@cachedList` (#13591)Erik Johnston2022-08-234-141/+298
* | Fix regression caused by #13573 (#13600)Erik Johnston2022-08-232-4/+7
* | Update openid.md (#13568)nilsKr32022-08-231-1/+3
* | Merge tag 'v1.66.0rc1' into developDavid Robertson2022-08-2359-291/+185
|\|
| * Remove manually-added changelog v1.66.0rc1David Robertson2022-08-231-1/+0
| * Drop support for delegating email validation, round 2 (#13596)David Robertson2022-08-2313-245/+108
| * Update changelogDavid Robertson2022-08-231-5/+5
| * Adjust changelogDavid Robertson2022-08-231-18/+26
| * Describe changes to admin API in 1.66David Robertson2022-08-231-0/+2
| * 1.66.0rc1David Robertson2022-08-2347-46/+68
* | Speed up fetching large numbers of push rules (#13592)Erik Johnston2022-08-234-9/+2
* | Cache user IDs instead of profile objects (#13573)Nick Mills-Barrett2022-08-235-54/+57
|/
* Fix that sending server notices fail if avatar is `None` (#13566)Dirk Klimpel2022-08-234-4/+64
* Fix Prometheus metrics being negative (mixed up start/end) (#13584)Eric Eastwood2022-08-234-2/+22
* `synapse.api.auth.Auth` cleanup: make permission-related methods use `Request...Quentin Gliech2022-08-2226-208/+203
* Remove redundant opentracing spans for `/sendToDevice` and `/keys/upload` (#1...Andrew Morgan2022-08-223-4/+3
* MSC2716v4 room version - remove namespace from MSC2716 event content fields (...Eric Eastwood2022-08-195-24/+25
* Implement MSC3852: Expose `last_seen_user_agent` to users for their own devic...Andrew Morgan2022-08-198-2/+153
* Register homeserver modules when creating test homeserver (#13558)Andrew Morgan2022-08-195-22/+15
* Reduce the number of tests using TCP replication. (#13543)Patrick Cloke2022-08-196-77/+36
* Fix validation problem that occurs when a user tries to deactivate their acco...reivilibre2022-08-193-3/+19
* Add metrics to track `/messages` response time by room size (#13545)Eric Eastwood2022-08-182-2/+54
* Fix incorrect juggling of logging contexts in `_PerHostRatelimiter` (#13554)Sean Quah2022-08-182-10/+8
* Track number of hosts affected by the rate limiter (#13541)Eric Eastwood2022-08-182-4/+40
* Add support for compression to federation responses (#13537)Ayush Anand2022-08-183-2/+6
* Avoid blocking lazy-loading `/sync`s during partial joins (#13477)Sean Quah2022-08-183-34/+244
* Add metrics to track how the rate limiter is affecting requests (sleep/reject...Eric Eastwood2022-08-172-8/+30
* Fix a bug in the `/event_reports` Admin API which meant that the total count ...reivilibre2022-08-173-0/+34
* A first pass at pruning the Synapse README (#13491)David Robertson2022-08-173-347/+194
* Fix breaking event sending due to bad push rule (#13547)Erik Johnston2022-08-172-1/+13
* Reject non-strict types in Pydantic models (#13502)David Robertson2022-08-174-1/+440
* Fix a typo in docs and in some warnings (#13538)Antonin Loubiere2022-08-175-4/+5
* Add forgotten status to Room Details API (#13503)Dirk Klimpel2022-08-176-1/+101
* Add metrics to track rate limiter queue timing (#13544)Eric Eastwood2022-08-172-0/+31
* Time how long it takes us to do backfill processing (#13535)Eric Eastwood2022-08-173-16/+90
* Add specific metric to time long-running `/messages` requests (#13533)Eric Eastwood2022-08-172-0/+33
* Instrument the federation/backfill part of `/messages` (#13489)Eric Eastwood2022-08-1611-33/+220
* Merge branch 'master' into developAndrew Morgan2022-08-163-2/+14
|\
| * Note explicitly that #11365 was reverted in the 1.65 CHANGELOGAndrew Morgan2022-08-161-1/+1
| * 1.65.0 v1.65.0Andrew Morgan2022-08-163-1/+13
* | Refuse to start when `faster_joins` is enabled on a worker deployment (#13531)Sean Quah2022-08-162-0/+8
* | Add missing links in `user_consent` section of configuration manual (#13536)Dirk Klimpel2022-08-162-2/+3
* | Faster room joins: make `/joined_members` block whilst the room is partial st...reivilibre2022-08-164-1/+22
* | Make push rules use proper structures. (#13522)Erik Johnston2022-08-168-333/+494
* | Use Pydantic to systematically validate a first batch of endpoints in `synaps...David Robertson2022-08-1510-92/+296
* | Add a warning to retention documentation regarding the possibility of databas...Shay2022-08-153-2/+9
* | Instrument `FederationStateIdsServlet` - `/state_ids` (#13499)Eric Eastwood2022-08-155-2/+21
* | Revert "Update locked versions of mypy and mypy-zope (#13521)"David Robertson2022-08-157-60/+73
* | Clarifications for event push action processing. (#13485)Patrick Cloke2022-08-153-21/+35
* | Update locked versions of mypy and mypy-zope (#13521)David Robertson2022-08-157-73/+60
* | Update grafana dashboardRichard van der Hoff2022-08-131-1805/+2695
* | Document that the `DOCKER_BUILDKIT=1` flag is needed to build the docker imag...reivilibre2022-08-122-1/+2
* | Add `openssl` example for registration HMAC (#13472)James Barton2022-08-112-2/+20
* | Add note to `redaction_retention_period` documentation mentioning that event ...Andrew Morgan2022-08-112-0/+5
* | Add viewport directive to HTML templates to optimise for mobile (#13493)Germain2022-08-1131-47/+140
* | Merge branch 'release-v1.65' into developOlivier Wilkinson (reivilibre)2022-08-114-1/+17
|\|
| * 1.65.0rc2 v1.65.0rc2Olivier Wilkinson (reivilibre)2022-08-114-2/+16
| * Revert 'Remove the unspecced field in the response. (#13365)' to give more ...reivilibre2022-08-112-0/+2
* | Update the rejected state of events during resync (#13459)Richard van der Hoff2022-08-114-9/+66
* | Use literals in place of `HTTPStatus` constants in tests (#13488)Dirk Klimpel2022-08-1012-447/+177
* | Add some miscellaneous comments around sync (#13474)Sean Quah2022-08-103-40/+81
* | Allow use of both `@trace` and `@tag_args` stacked on the same function (#13453)Eric Eastwood2022-08-093-56/+186
* | Use literals in place of `HTTPStatus` constants in tests (#13479)Dirk Klimpel2022-08-0912-141/+141
* | Merge branch 'release-v1.65' into developOlivier Wilkinson (reivilibre)2022-08-0952-51/+81
|\|
| * Fix changelog mistakeOlivier Wilkinson (reivilibre)2022-08-091-2/+1
| * Tweak the changelog v1.65.0rc1Olivier Wilkinson (reivilibre)2022-08-091-6/+6
| * 1.65.0rc1Olivier Wilkinson (reivilibre)2022-08-0952-51/+82
* | Strengthen tests about deleted old push actions. (#13471)Patrick Cloke2022-08-092-0/+16
|/
* Make the configuration for the cache clearer (#13481)Dirk Klimpel2022-08-092-4/+6
* Update matrix-synapse-ldap3 version in lockfile to v0.2.2. (#13470)Shay2022-08-082-12/+14
* Use literals in place of `HTTPStatus` constants in tests (#13469)Dirk Klimpel2022-08-0813-331/+329
* Correct a misnamed argument in state res v2 (#13467)David Robertson2022-08-082-6/+7
* Support stable identifiers for MSC2285: private read receipts. (#13273)Šimon Brandner2022-08-0514-94/+246
* Use literals in place of `HTTPStatus` constants in tests (#13463)Dirk Klimpel2022-08-0518-191/+172
* Mark token-authenticaticated-registration API as not-experimental (#11897)Julian-Samuel Gebühr2022-08-052-3/+4
* Update module API "update room membership" method to allow for remote joins (...Matt C2022-08-053-4/+34
* Add comments about how event push actions are stored. (#13445)Erik Johnston2022-08-042-0/+62
* Fix `@tag_args` being off-by-one (ahead) (#13452)Eric Eastwood2022-08-042-2/+14
* Improve comments (& avoid a duplicate query) in push actions processing. (#13...Patrick Cloke2022-08-042-124/+159
* Update type of `EventContext.rejected` (#13460)Richard van der Hoff2022-08-043-5/+5
* Faster Room Joins: prevent Synapse from answering federated join requests for...reivilibre2022-08-043-0/+35
* Optimise async get event lookups (#13435)Nick Mills-Barrett2022-08-044-8/+87
* Update some outdated information on `sso_mapping_providers.md` (#13449)Dirk Klimpel2022-08-042-6/+9
* Fix return value in example on `password_auth_provider_callbacks.md` (#13450)Dirk Klimpel2022-08-042-2/+3
* synapse-workers docker: copy nginx and redis in from base images (#13447)Richard van der Hoff2022-08-043-36/+60
* Add module API method to create a room (#13429)Matt C2022-08-043-0/+103
* Fix rooms not being properly excluded from incremental sync (#13408)Brendan Abolivier2022-08-043-10/+37
* Add some tracing spans to give insight into local joins (#13439)Shay2022-08-033-33/+40
* Instrument `/messages` for understandable traces in Jaeger (#13368)Eric Eastwood2022-08-0311-1/+32
* Return 404 or member list when getting joined_members after leaving (#13374)andrew do2022-08-033-2/+20
* Install cryptography build dependencies in requirements image. (#13372)Jasper Spaans2022-08-032-1/+3
* Improve documentation on becoming server admin (#13230)jejo862022-08-032-1/+3
* Update doc for setting `macaroon_secret_key` (#13443)Dirk Klimpel2022-08-032-3/+8
* Rename `RateLimitConfig` to `RatelimitSettings` (#13442)Dirk Klimpel2022-08-035-29/+30
* Add module API method to resolve a room alias to a room ID (#13428)Matt C2022-08-033-0/+44
* Remove 'Contents' section from the Configuration Manual (#13438)Dirk Klimpel2022-08-032-43/+1
* Fix wrong headline for `url_preview_accept_language` in docs (#13437)Dirk Klimpel2022-08-032-1/+2
* Add a `merge-back` command to the release script, which automates merging the...reivilibre2022-08-022-0/+77
* Fix error when out of servers to sync partial state with (#13432)Sean Quah2022-08-022-2/+4
* Merge branch 'master' into developOlivier Wilkinson (reivilibre)2022-08-024-2/+33
|\
| * Mention specific version in rc2 notes v1.64.0Olivier Wilkinson (reivilibre)2022-08-021-1/+1
| * Add upgrade notesOlivier Wilkinson (reivilibre)2022-08-021-0/+10
| * 1.64.0Olivier Wilkinson (reivilibre)2022-08-023-1/+22