summary refs log tree commit diff
path: root/changelog.d (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add type hints to the push mailer module. (#8882)Patrick Cloke2020-12-071-0/+1
* Add authentication to replication endpoints. (#8853)Patrick Cloke2020-12-041-0/+1
* Pass room_id to get_auth_chain_difference (#8879)Erik Johnston2020-12-041-0/+1
* Add additional validation to pusher URLs. (#8865)Patrick Cloke2020-12-041-0/+1
* Do not 500 if the content-length is not provided when uploading media. (#8862)Patrick Cloke2020-12-041-0/+1
* Fix a buglet in the SAML username mapping provider doc (#8873)Richard van der Hoff2020-12-041-0/+1
* Fix errorcode for disabled registration (#8867)Richard van der Hoff2020-12-031-0/+1
* Merge remote-tracking branch 'origin/develop' into rav/remove_unused_mocksRichard van der Hoff2020-12-022-0/+2
|\
| * Merge pull request #8858 from matrix-org/rav/sso_uiaRichard van der Hoff2020-12-021-0/+1
| |\
| | * newsfileRichard van der Hoff2020-12-021-0/+1
| * | remove unused FakeResponse (#8864)Richard van der Hoff2020-12-021-0/+1
* | | changelogRichard van der Hoff2020-12-021-0/+1
|/ /
* | Apply an IP range blacklist to push and key revocation requests. (#8821)Patrick Cloke2020-12-021-0/+1
* | Correctly handle unpersisted events when calculating auth chain difference. (...Erik Johnston2020-12-021-0/+1
* | Add missing prometheus rules for persisted events (#8802)Johanna Dorothea Reichmann2020-12-021-0/+1
* | Add additional validation for the admin register endpoint. (#8837)David Florness2020-12-021-0/+1
* | 1.24.0rc1Patrick Cloke2020-12-0253-53/+0
|/
* Fix a regression when grandfathering SAML users. (#8855)Patrick Cloke2020-12-021-0/+1
* Add basic SAML tests for mapping users. (#8800)Patrick Cloke2020-12-021-0/+1
* Create a `PasswordProvider` wrapper object (#8849)Richard van der Hoff2020-12-021-0/+1
* Allow specifying room version in 'RestHelper.create_room_as' and add typing (...Andrew Morgan2020-12-021-0/+1
* Support "identifier" dicts in UIA (#8848)Richard van der Hoff2020-12-011-0/+1
* Add missing `ordering` to background updates (#8850)Richard van der Hoff2020-12-011-0/+1
* Allow Date header through CORS (#8804)Nicolas Chamo2020-12-011-0/+1
* Don't offer password login when it is disabled (#8835)Richard van der Hoff2020-12-011-0/+1
* Add some tests for `password_auth_providers` (#8819)Richard van der Hoff2020-12-011-0/+1
* Fix broken testcase (#8851)Richard van der Hoff2020-12-011-0/+1
* Simplify appservice login code (#8847)Richard van der Hoff2020-11-301-0/+1
* Allow per-room profile to be used for server notice user (#8799)Mathieu Velten2020-11-301-0/+1
* Drop (almost) unused index on event_json (#8845)Richard van der Hoff2020-11-301-0/+1
* Add a config option to change whether unread push notification counts are per...Andrew Morgan2020-11-301-0/+1
* Simplify the way the `HomeServer` object caches its internal attributes. (#8...Jonathan de Jong2020-11-301-0/+1
* Add `force_purge` option to delete-room admin api. (#8843)Richard van der Hoff2020-11-301-0/+1
* Remove special case of pretty printing JSON responses for curl (#8833)Tulir Asokan2020-11-271-0/+1
* Add typing to membership Replication class methods (#8809)Andrew Morgan2020-11-271-0/+1
* Update example prometheus console (#8824)Dirk Klimpel2020-11-261-0/+1
* Defer SIGHUP handlers to reactor. (#8817)Erik Johnston2020-11-261-0/+1
* Strip trailing / from server_url in register_new_matrix_user (#8823)Dmitry Borodaenko2020-11-261-0/+1
* Improve documentation how to configure prometheus for workers (#8822)Dirk Klimpel2020-11-261-0/+1
* Remove deprecated `/_matrix/client/*/admin` endpoints (#8785)Dirk Klimpel2020-11-251-0/+1
* Fix the formatting of push config section (#8818)Andrew Morgan2020-11-251-0/+1
* Speed up remote invite rejection database call (#8815)Andrew Morgan2020-11-251-0/+1
* Add additional type hints to HTTP client. (#8812)Patrick Cloke2020-11-252-1/+2
* Support trying multiple localparts for OpenID Connect. (#8801)Patrick Cloke2020-11-251-0/+1
* Add type hints to matrix federation client / agent. (#8806)Patrick Cloke2020-11-251-0/+1
* Clarify documentation of the admin list media API (#8795)Dirk Klimpel2020-11-241-0/+1
* Add a script to sign arbitrary json objects. (#8772)Richard van der Hoff2020-11-241-0/+1
* Update turn-howto (#8779)Richard van der Hoff2020-11-241-0/+1
* Properly report user-agent/IP during registration of SSO users. (#8784)Patrick Cloke2020-11-231-0/+1
* Fix synctl and duplicate worker spawning (#8798)Waylon Cude2020-11-231-0/+1
* Improve logging of the mapping from SSO IDs to Matrix IDs. (#8773)Andrew Morgan2020-11-231-0/+1
* INSTALL: Fix setting content-type on well-known (#8793)Daniele Sluijters2020-11-231-0/+1
* Improve error checking for OIDC/SAML mapping providers (#8774)Patrick Cloke2020-11-191-0/+1
* SAML: Allow specifying the IdP entityid to use. (#8630)Ben Banfield-Zanin2020-11-191-0/+1
* Consistently use room_id from federation request body (#8776)Richard van der Hoff2020-11-191-0/+1
* Improve appservice handler to send only the most recent read receipts when no...Will Hunt2020-11-181-0/+1
* Fix tests on develop (#8777)Erik Johnston2020-11-181-0/+1
* SAML: Document allowing a clock/time difference from IdP (#8731)Marcus Schopen2020-11-181-0/+1
* Merge pull request #8761 from matrix-org/rav/test_request_renderingRichard van der Hoff2020-11-171-0/+1
|\
| * changelogRichard van der Hoff2020-11-161-0/+1
* | Abstract shared SSO code. (#8765)Patrick Cloke2020-11-171-0/+1
* | a comma too much (#8771)chagai952020-11-171-0/+1
* | Use TYPE_CHECKING instead of magic MYPY variable. (#8770)Patrick Cloke2020-11-171-0/+1
* | Add admin API for logging in as a user (#8617)Erik Johnston2020-11-171-0/+1
|/
* Merge pull request #8757 from matrix-org/rav/pass_site_to_make_requestRichard van der Hoff2020-11-161-0/+1
|\
| * Merge branch 'develop' into rav/pass_site_to_make_requestRichard van der Hoff2020-11-1673-69/+4
| |\
| * | changelogRichard van der Hoff2020-11-151-0/+1
* | | Move `wait_until_result` into `FakeChannel` (#8758)Richard van der Hoff2020-11-161-0/+1
* | | Generalise _locally_reject_invite (#8751)Andrew Morgan2020-11-161-0/+1
| |/ |/|
* | Rename `create_test_json_resource` to `create_test_resource` (#8759)Richard van der Hoff2020-11-161-0/+1
* | Add a `custom_headers` param to `make_request` (#8760)Richard van der Hoff2020-11-161-0/+1
* | Clarify the usecase for an msisdn delegate (#8734)Adrian Wannenmacher2020-11-141-0/+1
* | Generalise _maybe_store_room_on_invite (#8754)Andrew Morgan2020-11-131-0/+1
* | 1.23.0rc1Erik Johnston2020-11-1369-69/+0
|/
* Migrate documentation `docs/admin_api/event_reports` to markdown (#8742)Dirk Klimpel2020-11-131-0/+1
* SAML: add <mdui:UIInfo> element examples (#8718)Marcus Schopen2020-11-131-0/+1
* Updating README.rst (#8746)chagai952020-11-131-0/+1
* Add metrics for tracking 3PID /requestToken requests. (#8712)Erik Johnston2020-11-131-0/+1
* Fix port script so that it can be run again after failure. (#8755)Erik Johnston2020-11-131-0/+1
* Cache event ID to auth event IDs lookups (#8752)Erik Johnston2020-11-131-0/+1
* Enable reconnection in DB pool (#8726)Erik Johnston2020-11-121-0/+1
* Fix port script fails when DB has no backfilled events. (#8729)Erik Johnston2020-11-111-0/+1
* Fix port script to handle foreign key constraints (#8730)Erik Johnston2020-11-111-0/+1
* Check support room has only two users before sending a notice (#8728)Will Hunt2020-11-111-0/+1
* Better error message when a remote resource uses invalid Content-Type (#8719)Andrew Morgan2020-11-111-0/+1
* Catch exceptions in password_providers (#8636)Nicolai SĂžborg2020-11-111-0/+1
* Notes on SSO logins and media_repository worker (#8701)Marcus Schopen2020-11-061-0/+1
* Add documentation about documentation to CONTRIBUTING.md (#8714)Andrew Morgan2020-11-061-0/+1
* Fix SIGHUP handler (#8697)Richard van der Hoff2020-11-061-0/+1
* Add an admin API for users' media statistics (#8700)Dirk Klimpel2020-11-051-0/+1
* Add `displayname` to Shared-Secret Registration for admins (#8722)Dirk Klimpel2020-11-051-0/+1
* Consolidate purge table lists to prevent desyncronisation (#8713)Andrew Morgan2020-11-041-0/+1
* Remove the "draft" status of the Room Details Admin API (#8702)Dirk Klimpel2020-11-031-0/+1
* Block clients from sending server ACLs that lock the local server out. (#8708)Erik Johnston2020-11-031-0/+1
* Document how to set up multiple event persisters (#8706)Erik Johnston2020-11-031-0/+1
* Improve error messages of non-str displayname/avatar_url (#8705)Andrew Morgan2020-11-021-0/+1
* Add base pushrule to notify for jitsi conferences (#8286)David Baker2020-11-021-0/+1
* Use Python 3.8 in Docker images by default (#8698)Dan Callahan2020-11-021-0/+1
* Improve start time by adding index to e2e_cross_signing_keys (#8694)Erik Johnston2020-11-021-0/+1
* Fix error handling around when completing an AS transaction (#8693)Brendan Abolivier2020-10-301-0/+1
* Merge branch 'master' into developErik Johnston2020-10-302-2/+0
|\
| * 1.22.1Erik Johnston2020-10-302-2/+0
| * Merge pull request #8678 from matrix-org/rav/fix_frozen_eventsRichard van der Hoff2020-10-301-0/+1
| * Tie together matches_user_in_member_list and get_users_in_room caches (#8676)Will Hunt2020-10-301-0/+1
* | Improve the sample config for SSO (OIDC, SAML, and CAS). (#8635)Patrick Cloke2020-10-301-0/+1
* | Implement and use an @lru_cache decorator (#8595)Richard van der Hoff2020-10-301-0/+1
* | Fail test cases if they fail to await all awaitables (#8690)Patrick Cloke2020-10-301-0/+1
* | Fix race for concurrent downloads of remote media. (#8682)Erik Johnston2020-10-301-0/+1
* | Fix optional parameter in stripped state storage method (#8688)Andrew Morgan2020-10-301-0/+1
* | Fix unit tests (#8689)Erik Johnston2020-10-291-0/+1
* | Tie together matches_user_in_member_list and get_users_in_room caches (#8676)Will Hunt2020-10-291-0/+1
* | Gracefully handle a pending logging connection during shutdown. (#8685)Patrick Cloke2020-10-293-1/+2
* | Add ability for access tokens to belong to one user but grant access to anoth...Erik Johnston2020-10-291-0/+1
* | Fix cache call signature to accept `on_invalidate`. (#8684)Erik Johnston2020-10-291-0/+1
* | Use `%r` rather than `%s` for stringifying events (#8679)Richard van der Hoff2020-10-291-0/+1
* | Optimise createRoom with multiple invites (#8559)Richard van der Hoff2020-10-291-0/+1
* | Support generating structured logs in addition to standard logs. (#8607)Patrick Cloke2020-10-291-0/+1
* | Don't require hiredis to run unit tests (#8680)Erik Johnston2020-10-291-0/+1
* | Merge pull request #8678 from matrix-org/rav/fix_frozen_eventsRichard van der Hoff2020-10-281-0/+1
|\ \
| * | Remove frozendict_json_encoder and support frozendicts everywhereRichard van der Hoff2020-10-281-0/+1
| |/
* | Add type hints to application services. (#8655)Patrick Cloke2020-10-281-0/+1
* | Add an admin APIs to allow server admins to list users' pushers (#8610)Dirk Klimpel2020-10-281-0/+1
* | Run mypy as part of the lint.sh script. (#8633)kleph2020-10-281-0/+1
* | Don't pull event from DB when handling replication traffic. (#8669)Erik Johnston2020-10-281-0/+1
* | Tell Black to format code for Python 3.5 (#8664)Dan Callahan2020-10-271-0/+1
* | Minor updates to docs on how to run tests (#8666)Dan Callahan2020-10-271-0/+1
* | Note support for Python 3.9 (#8665)Dan Callahan2020-10-271-0/+1
* | Cross-link documentation to the prometheus recording rules. (#8667)Michael Kaye2020-10-271-0/+1
* | Abstract code for stripping room state into a separate method (#8671)Andrew Morgan2020-10-271-0/+1
* | Don't unnecessarily start bg process in replication sending loop. (#8670)Erik Johnston2020-10-271-0/+1
* | Don't unnecessarily start bg process while handling typing. (#8668)Erik Johnston2020-10-271-0/+1
* | Add admin API to list users' local media (#8647)Dirk Klimpel2020-10-271-0/+1
* | e2e: ensure we have both master and self-signing key (#8455)Jonas Jelten2020-10-261-0/+1
* | Add type hints for account validity handler (#8620)Patrick Cloke2020-10-261-0/+1
* | Split admin API for reported events into a detail and a list view (#8539)Dirk Klimpel2020-10-261-0/+1
* | Added basic instructions for Azure AD to OpenId documentation (#8582)Peter Krantz2020-10-261-0/+1
* | Add an admin api to delete local media. (#8519)Dirk Klimpel2020-10-261-0/+1
* | Fix filepath of Dex example config (#8657)Andrew Morgan2020-10-261-0/+1
* | Fix a bug in the joined_rooms admin API (#8643)Dirk Klimpel2020-10-261-0/+1
* | Merge tag 'v1.22.0rc2' into developErik Johnston2020-10-263-3/+0
|\|
| * 1.22.0rc2Erik Johnston2020-10-263-3/+0
* | Merge branch 'release-v1.22.0' into developErik Johnston2020-10-262-0/+2
|\|
| * Fix get|set_type_stream_id_for_appservice store functions (#8648)Will Hunt2020-10-261-0/+1
| * Properly handle presence events for application services. (#8656)Patrick Cloke2020-10-261-0/+1
| * Fix user_daily_visits to not have duplicate rows for UA. (#8654)Erik Johnston2020-10-261-0/+1
* | Fix get|set_type_stream_id_for_appservice store functions (#8648)Will Hunt2020-10-261-0/+1
* | Correct the package name in OpenID Connect install instructions (#8634)Andrew Morgan2020-10-261-0/+1
|\ \
| * | ChangelogAndrew Morgan2020-10-221-0/+1
* | | Add field `total` to device list in admin API (#8644)Dirk Klimpel2020-10-261-0/+1
* | | Check status codes that profile handler returns (#8580)LEdoian2020-10-261-0/+1
* | | Start fewer opentracing spans (#8640)Erik Johnston2020-10-261-0/+1
* | | Fix typos and spelling errors. (#8639)Patrick Cloke2020-10-231-0/+1
* | | Fix handling of User-Agent headers with bad utf-8. (#8632)Erik Johnston2020-10-231-0/+1
* | | Fix email notifications for invites without local state. (#8627)Erik Johnston2020-10-231-0/+1
|/ /
* | Merge tag 'v1.22.0rc1' into developErik Johnston2020-10-2287-87/+0
|\|
| * 1.22.0rc1Erik Johnston2020-10-2287-87/+0
* | Remove unused OPTIONS handlers. (#8621)Patrick Cloke2020-10-221-0/+1
* | Don't 500 for invalid group IDs (#8628)Erik Johnston2020-10-221-0/+1
* | Type hints for RegistrationStore (#8615)Erik Johnston2020-10-221-0/+1
* | Don't instansiate Requester directly (#8614)Erik Johnston2020-10-221-0/+1
|/
* Optimise CacheDescriptor (#8594) release-v1.21.3Richard van der Hoff2020-10-211-0/+1
* optimise DeferredCache.setRichard van der Hoff2020-10-211-0/+1
* Merge pull request #8572 from matrix-org/rav/cache_hacking/2Richard van der Hoff2020-10-211-0/+1
|\
| * Push some deferred wrangling down into DeferredCacheRichard van der Hoff2020-10-211-0/+1
* | Limit AS transactions to 100 events (#8606)Will Hunt2020-10-211-0/+1
* | Separate the TCP and terse JSON formatting code. (#8587)Patrick Cloke2020-10-211-0/+1
* | Pin mypy-zope for compatibility with mypy. (#8600)Patrick Cloke2020-10-211-0/+1
* | Add type hints to profile and base handlers. (#8609)Patrick Cloke2020-10-211-0/+1
|/
* Consistently use wrap_as_background_task in more places (#8599)Patrick Cloke2020-10-201-0/+1
* Update mypy to 0.790, and move dependencies to extras (#8583)Jonathan de Jong2020-10-201-0/+1
* Remove some extraneous @unittest.INFOs on unit tests (#8592)Andrew Morgan2020-10-201-0/+1
* Cast errors generated during synapse_port_db to str (#8585)Andrew Morgan2020-10-201-0/+1
* Move schema file for as_device_stream (#8590)Will Hunt2020-10-201-0/+1
* Fix 'LruCache' object has no attribute '_on_resize' (#8591)Richard van der Hoff2020-10-191-0/+1
* Drop unused `device_max_stream_id` table (#8589)Vasilis Gerakaris2020-10-191-0/+1
* Fix mypy error: auth handler "checkpw" internal function type mismatch (#8569)Jonathan de Jong2020-10-191-0/+1
* Expose the experimental appservice login flow to clients. (#8504)Patrick Cloke2020-10-191-0/+1
* Add `DeferredCache.get_immediate` method (#8568)Richard van der Hoff2020-10-191-0/+1
* Include a simple message in email notifications that include encrypted conten...Patrick Cloke2020-10-191-0/+1
* Support running synmark on macOS. (#8578)Patrick Cloke2020-10-191-0/+1
* Start an opentracing span for background processes. (#8567)Erik Johnston2020-10-191-0/+1
* Replace DeferredCache with LruCache where possible (#8563)Richard van der Hoff2020-10-191-0/+1
* Pre-emptively fix synapse.storage.types.Connection for future mypy release (#...Jonathan de Jong2020-10-171-0/+1
* Fix synmark (#8571)Richard van der Hoff2020-10-161-0/+1
* Type annotations for LruCache (#8562)Richard van der Hoff2020-10-161-0/+1
|\
| * changelogRichard van der Hoff2020-10-161-0/+1
* | Clean-up old transaction IDs on the background worker. (#8544)Patrick Cloke2020-10-161-0/+1
* | Add .venv* to .gitignore (#8566)Jonathan de Jong2020-10-161-0/+1
|/
* Make LruCache register its own metrics (#8561)Richard van der Hoff2020-10-161-0/+1
* Fix modifying events in `ThirdPartyRules` modules (#8564)Richard van der Hoff2020-10-161-0/+1
* Merge pull request #8535 from matrix-org/rav/third_party_events_updatesRichard van der Hoff2020-10-151-0/+1
|\
| * changelogRichard van der Hoff2020-10-131-0/+1
* | Solidify the HomeServer constructor. (#8515)Jonathan de Jong2020-10-151-0/+1
* | Send some ephemeral events to appservices (#8437)Will Hunt2020-10-151-0/+1
* | Add option to scripts-dev/lint.sh to only lint files changed since the last g...Andrew Morgan2020-10-151-0/+1
* | Merge branch 'master' into developPatrick Cloke2020-10-151-1/+0
|\ \
| * | 1.21.2Patrick Cloke2020-10-151-1/+0
| * | Remove racey assertion in MultiWriterIDGenerator (#8530)Erik Johnston2020-10-151-0/+1
* | | Enable mypy for synapse.util.caches (#8547)Richard van der Hoff2020-10-151-0/+1
* | | Merge pull request #8548 from matrix-org/rav/deferred_cacheRichard van der Hoff2020-10-151-0/+1
|\ \ \
| * | | changelogRichard van der Hoff2020-10-141-0/+1
| | |/ | |/|
* | | Include user agent in user daily visits table (#8503)Neil Johnson2020-10-151-0/+1
* | | Merge pull request #8537 from matrix-org/rav/simplify_locally_reject_inviteRichard van der Hoff2020-10-151-0/+1
|\ \ \
| * | | changelogRichard van der Hoff2020-10-131-0/+1
| |/ /
* | | Use autocommit mode for single statement DB functions. (#8542)Erik Johnston2020-10-141-0/+1
* | | Remove racey assertion in MultiWriterIDGenerator (#8530)Erik Johnston2020-10-141-0/+1
* | | Add note to manhole.md about bind_address when using with docker (#8526)Christopher May-Townsend2020-10-141-0/+1
* | | Update documentation on retention policies limits (#8529)Brendan Abolivier2020-10-141-0/+1
* | | Add basic tests for sync/pagination with vector clock tokens. (#8488)Erik Johnston2020-10-141-0/+1
* | | Fix not sending events over federation when using sharded event persisters (#...Erik Johnston2020-10-141-0/+1
* | | Make sure a retention policy is a state event (#8527)Brendan Abolivier2020-10-141-0/+1
* | | Add correct M_BAD_JSON error code to /profile/{userId}/displayname (#8517)Aaron Raimist2020-10-141-0/+1
|/ /
* | Move additional tasks to the background worker, part 4 (#8513)Patrick Cloke2020-10-131-0/+1
* | Fix message duplication if something goes wrong after persisting the event (#...Erik Johnston2020-10-131-0/+1
* | Multi arch docker support: add arm/v7 and arm64 to our docker images (#7921)Christopher May-Townsend2020-10-121-0/+1
* | Make event persisters periodically announce position over replication. (#8499)Erik Johnston2020-10-121-0/+1
* | Docker: support passing additional commandline args to synapse (#8390)Samuel Philipp2020-10-111-0/+1
* | Clean-up some broken/unused code in the test framework (#8514)Patrick Cloke2020-10-091-0/+1
* | Fix threadsafety in ThreadedMemoryReactorClock (#8497)Richard van der Hoff2020-10-091-0/+1
* | Increase default max_upload_size from 10M to 50M (#8502)Mateusz PrzybyƂowicz2020-10-091-0/+1
* | Add type hints to response cache. (#8507)Patrick Cloke2020-10-091-0/+1
* | Allow modules to create and send events into rooms (#8479)Andrew Morgan2020-10-091-0/+1
* | Only send RDATA for instance local events. (#8496)Erik Johnston2020-10-091-0/+1
* | Move additional tasks to the background worker, part 3 (#8489)Patrick Cloke2020-10-091-0/+1
* | Remove the deprecated Handlers object (#8494)Patrick Cloke2020-10-091-0/+1
* | Add type hints to some handlers (#8505)Patrick Cloke2020-10-091-0/+1
* | Invalidate the cache when an olm fallback key is uploaded (#8501)Hubert Chathi2020-10-081-0/+1
* | Merge tag 'v1.21.0rc3' into developErik Johnston2020-10-082-2/+0
|\|
| * 1.21.0rc3Erik Johnston2020-10-082-2/+0
* | Add useful shields to readme (#8493)Mateusz PrzybyƂowicz2020-10-081-0/+1
* | Clarify error message when plugin config parsers raise an error (#8492)Richard van der Hoff2020-10-081-0/+1
* | Merge remote-tracking branch 'origin/release-v1.21.0' into developErik Johnston2020-10-071-0/+1
|\|
| * Reduce serialization errors in MultiWriterIdGen (#8456)Erik Johnston2020-10-071-0/+1
| * Add Ubuntu 20.10 (Groovy Gorilla) to build scripts. (#8475)Patrick Cloke2020-10-071-0/+1
| * 1.21.0rc2Richard van der Hoff2020-10-025-5/+0
| * Fix bug in remote thumbnail search (#8438)Richard van der Hoff2020-10-021-0/+1
| * Fix DB query on startup for negative streams. (#8447)Erik Johnston2020-10-021-0/+1
| * Convert additional templates to Jinja (#8444)Patrick Cloke2020-10-021-0/+1
| * Fix malformed log line in new federation "catch up" logic (#8442)Richard van der Hoff2020-10-021-0/+1
| * Do not expose the experimental appservice login flow to clients. (#8440)Patrick Cloke2020-10-011-0/+1
* | Move additional tasks to the background worker (#8458)Patrick Cloke2020-10-071-0/+1
* | Include the configured log level in phone home stats. (#8477)Patrick Cloke2020-10-071-0/+1
* | Reduce serialization errors in MultiWriterIdGen (#8456)Erik Johnston2020-10-071-0/+1
* | Use vector clocks for room stream tokens. (#8439)Erik Johnston2020-10-071-0/+1
* | Add typing information to the device handler. (#8407)Patrick Cloke2020-10-071-0/+1
* | Fix returning incorrect prev_batch token in incremental sync (#8486)Erik Johnston2020-10-071-0/+1
* | unblacklist some tests (#8474)Richard van der Hoff2020-10-071-0/+1
* | Add support for MSC2697: Dehydrated devices (#8380)Hubert Chathi2020-10-071-0/+1
* | Merge pull request #8463 from matrix-org/rav/clean_up_event_handlingRichard van der Hoff2020-10-071-0/+1
|\ \
| * | changelogRichard van der Hoff2020-10-051-0/+1