summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* log exceptions in _async_write_json_to_request_in_thread github/anoa/log_exceptions_async_json anoa/log_exceptions_async_jsonAndrew Morgan2022-01-201-1/+5
* Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixesAndrew Morgan2022-01-192-1/+2
|\
| * Add missing `auto_attribs=True` to the `_WrappedRustReporter` class (#11768)Andrew Morgan2022-01-192-1/+2
* | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixesAndrew Morgan2022-01-19173-1556/+2172
|\|
| * Fix preview of imgur and Tenor URLs. (#11669)Philippe Daouadi2022-01-184-14/+39
| * Merge branch 'master' into developAndrew Morgan2022-01-184-3/+29
| |\
| | * Wording fixes to 1.50.0/1 changelog entries v1.50.1Andrew Morgan2022-01-181-3/+3
| | * Reword 1.50.0 warning a bit in the changelogAndrew Morgan2022-01-181-1/+3
| | * 1.50.1Andrew Morgan2022-01-184-2/+20
| | * Partially revert #11602 to prevent webclient overriding client resource (#11764)Andrew Morgan2022-01-182-2/+8
| * | Include whether the requesting user has participated in a thread. (#11577)Patrick Cloke2022-01-189-18/+85
| * | Remove `log_function` and its uses (#11761)Richard van der Hoff2022-01-1813-155/+1
| * | Merge branch 'master' into developAndrew Morgan2022-01-183-4/+15
| |\|
| | * Move python/postgres deprecation notice to the top of 1.50 changelog v1.50.0Andrew Morgan2022-01-181-2/+2
| | * 1.50.0Andrew Morgan2022-01-183-4/+15
| * | Add a flag to the `synapse_review_recent_signups` script to ignore and filter...lukasdenk2022-01-173-8/+23
| * | Warn against using Let's Encrypt certs for encrypted TURN (#11686)AndrewFerr2022-01-172-0/+17
| * | Fix up docs for `track_puppeted_user_ips` (again) (#11757)Richard van der Hoff2022-01-175-10/+27
| * | Update documentation for configuring facebook login (#11755)Richard van der Hoff2022-01-174-18/+26
| * | Improve `reactor_tick_time` metric (#11724)Richard van der Hoff2022-01-175-109/+86
| * | Make pagination of rooms in admin api stable (#11737)Daniel Sonck2022-01-173-28/+38
| * | Merge branch 'release-v1.50' into developOlivier Wilkinson (reivilibre)2022-01-145-20/+277
| |\|
| | * Tweak the changelog summary section v1.50.0rc2Olivier Wilkinson (reivilibre)2022-01-141-4/+3
| | * 1.50.0rc2Olivier Wilkinson (reivilibre)2022-01-147-5/+33
| * | Remove the 'password_hash' from the Users Admin API endpoint response diction...Andrew Morgan2022-01-145-43/+86
| * | Fix sample_config.yaml in regards track_puppeted_user_ips (#11749)Jason Robinson2022-01-143-10/+13
| * | Replace uses of simple_insert_many with simple_insert_many_values. (#11742)Patrick Cloke2022-01-1319-298/+263
| * | Fix missing app variable in mail subject (#11745)David Robertson2022-01-133-2/+4
| * | Invite PR submitters to credit themselves (#11744)David Robertson2022-01-132-0/+2
| * | update room spec url in config files (#11739)qwertyforce2022-01-133-2/+3
| * | Mention python3-venv and libpq-dev dependencies in contribution guide (#11740)Andy Balaam2022-01-132-1/+4
| * | Include bundled aggregations in the sync response cache. (#11659)Patrick Cloke2022-01-134-19/+19
| * | Simplify GC prometheus metrics (#11723)Richard van der Hoff2022-01-134-160/+209
| * | Use auto_attribs/native type hints for attrs classes. (#11692)Patrick Cloke2022-01-1340-307/+300
| * | Fix typo in demo docs: differnt (#11735)Andy Balaam2022-01-132-1/+2
| * | Allow tracking puppeted users for MAU (#11561)Jason Robinson2022-01-125-0/+63
| * | Fix documentation of supported PostgreSQL version (#11725)haslersn2022-01-122-1/+2
| * | Use buildkit's cache feature to speed up docker builds (#11691)Richard van der Hoff2022-01-124-5/+28
| * | Complement environment variable name change and update .gitignore. (#11718)Michael Kaye2022-01-103-1/+6
| * | Document the `SYNAPSE_TEST_PERSIST_SQLITE_DB` unit test env var (#11715)Andrew Morgan2022-01-102-0/+22
| * | Fix docstring on `add_account_data_for_user`. (#11716)reivilibre2022-01-103-2/+3
| * | Deal with mypy errors w/ type-hinted pynacl 1.5.0 (#11714)David Robertson2022-01-102-1/+8
| * | Prettier complement logs (#11707)kegsay2022-01-102-1/+3
| * | Support spaces with > 50 rooms in the /hierarchy endpoint. (#11695)Patrick Cloke2022-01-073-8/+55
| * | Optionally use an on-disk sqlite db in tests (#11702)David Robertson2022-01-073-1/+23
| * | Test that bans win a join against a race when computing `/sync` response (#1...David Robertson2022-01-073-3/+105
| * | Merge branch 'release-v1.50' into developOlivier Wilkinson (reivilibre)2022-01-0778-73/+117
| |\ \
| * | | Bundle aggregations outside of the serialization method. (#11612)Patrick Cloke2022-01-0717-156/+249
| * | | Remove the /send_relation endpoint. (#11682)Patrick Cloke2022-01-063-133/+19
| * | | Remove a Python 2-ism and improve type hints. (#11699)Patrick Cloke2022-01-062-12/+8
| * | | Strip unauthorized fields from `unsigned` object in events received over fede...Shay2022-01-063-0/+99
| * | | Make room creations denied by `user_may_create_room` cause an `M_FORBIDDEN` e...lukasdenk2022-01-062-2/+7
| * | | Remove debug logging for #4422 (#11693)David Robertson2022-01-062-37/+2
| * | | Fix space hierarchy endpoint to match MSC2946 (#11667)Travis Ralston2022-01-052-2/+5
| * | | Fix get federation status of destination if no error occured (#11593)Dirk Klimpel2022-01-054-25/+88
| * | | Run `pyupgrade --py37-plus --keep-percent-format` on Synapse (#11685)Shay2022-01-053-2/+2
| * | | Cache empty responses from `/user/devices` (#11587)David Robertson2022-01-055-5/+114
* | | | Merge branch 'release-v1.50' into matrix-org-hotfixesOlivier Wilkinson (reivilibre)2022-01-1410-22/+258
|\ \ \ \ | | |_|/ | |/| |
| * | | Fix a bug introduced in Synapse v1.50.0rc1 whereby outbound federation could ...reivilibre2022-01-133-17/+190
| * | | Fix a bug introduced in Synapse v1.0.0 whereby device list updates would not ...reivilibre2022-01-123-2/+57
| * | | Deal with mypy errors w/ type-hinted pynacl 1.5.0 (#11714)David Robertson2022-01-122-1/+8
| * | | Fix documentation of supported PostgreSQL version (#11725)haslersn2022-01-122-1/+2
| | |/ | |/|
| * | Move changelog entry for drop of support to 'Deprecations and Removals'Olivier Wilkinson (reivilibre)2022-01-071-1/+1
| * | Re-run Towncrier to add in the changelog entry for the Mjolnir workaround v1.50.0rc1Olivier Wilkinson (reivilibre)2022-01-062-1/+1
* | | Updates to opentracing hackeryRichard van der Hoff2022-01-071-12/+37
* | | Wrap connection.commit with OpenTracingRichard van der Hoff2022-01-071-1/+14
* | | Merge branch 'release-v1.50' into matrix-org-hotfixesOlivier Wilkinson (reivilibre)2022-01-064-1/+13
|\| |
| * | Work around Mjolnir compatibility issue by adding an import for `glob_to_rege...reivilibre2022-01-062-0/+8
| * | Tweak changelog for #11677Olivier Wilkinson (reivilibre)2022-01-051-1/+1
| * | Re-run towncrier.Patrick Cloke2022-01-052-1/+1
| * | Include `io.element.thread` capability for MSC3440. (#11690)Patrick Cloke2022-01-052-0/+4
* | | Merge branch 'release-v1.50' into matrix-org-hotfixesOlivier Wilkinson (reivilibre)2022-01-05205-2756/+4965
|\| |
| * | Mention drop of support in changelogOlivier Wilkinson (reivilibre)2022-01-051-0/+3
| * | Add support removal notice to the upgrade notesOlivier Wilkinson (reivilibre)2022-01-051-0/+11
| * | Tweak changelogOlivier Wilkinson (reivilibre)2022-01-051-9/+8
| * | 1.50.0rc1Olivier Wilkinson (reivilibre)2022-01-0575-73/+92
| |/
| * Refactor the way we set `outlier` (#11634)Richard van der Hoff2022-01-055-47/+16
| * Fix link from generated configuration file to documentation (#11678)Philipp Matthias Schäfer2022-01-053-2/+3
| * Fix SimpleHttpClient not sending Accept header in `get_json` (#11677)Fr3shTea2022-01-052-1/+2
| * Add admin API to get users' account data (#11664)Dirk Klimpel2022-01-055-0/+198
| * Re-apply: Move glob_to_regex and re_word_boundary to matrix-python-common #11...reivilibre2022-01-059-123/+14
| * Clarify SSO mapping provider documentation by writing `def` or `async def` be...reivilibre2022-01-052-12/+13
| * Improve Docker docs for use with Postgres (#11640)Callum Macdonald2022-01-053-0/+6
| * Correct Synapse install command for FreeBSD. (#11267)Donny Johnson2022-01-052-1/+2
| * update ngnix reverse-proxy example (#11680)Richard van der Hoff2022-01-042-1/+2
| * Fix AssertionErrors after purging events (#11642)Richard van der Hoff2022-01-046-6/+30
| * `FederationClient.backfill`: stop flagging events as outliers (#11632)Richard van der Hoff2022-01-043-2/+5
| * Remove redundant `get_current_events_token` (#11643)Richard van der Hoff2022-01-047-36/+20
| * Better error messages from `get_create_event_for_room` (#11638)Richard van der Hoff2022-01-042-1/+6
| * Include the topic event in the prejoin state, per MSC3173. (#11666)Patrick Cloke2022-01-044-0/+13
| * Drop Bionic from Debian builds (#11633)Shay2022-01-034-7/+5
| * Convert all namedtuples to attrs. (#11665)Patrick Cloke2021-12-3022-206/+231
| * Add type hints to `synapse/storage/databases/main/events_bg_updates.py` (#11654)Dirk Klimpel2021-12-303-30/+44
| * Fix a type annotation in `test_account_data.py` and remove it from the Mypy e...reivilibre2021-12-293-3/+3
| * Improve type hints in storage classes. (#11652)Dirk Klimpel2021-12-2910-34/+44
| * Do not attempt to bundled aggregations for /members and /state. (#11623)Patrick Cloke2021-12-292-3/+2
| * Add type hints to `synapse/storage/databases/main/stats.py` (#11653)Dirk Klimpel2021-12-293-42/+57
| * Update to the current version of Black and run it on Synapse codebase (#11596)Shay2021-12-235-4/+3
| * Fix mypy error with opentracing.tags. (#11622)Patrick Cloke2021-12-232-0/+2
| * Add details for how to set up TURN behind NAT (#11553)AndrewFerr2021-12-232-15/+53
| * Drop EOL python 3.6 from CI (#11595)Shay2021-12-213-7/+8
| * Merge branch 'master' into developRichard van der Hoff2021-12-216-5/+43
| |\
| | * Merge branch 'release-v1.49'Richard van der Hoff2021-12-217-10/+57
| | |\
| | | * update changelog v1.49.2Richard van der Hoff2021-12-211-1/+1
| | | * 1.49.2Richard van der Hoff2021-12-214-3/+19
| | | * Pin to frozendict<2.1.2 (#11625)Richard van der Hoff2021-12-212-1/+3
| | | * Add notes about dropping support for Python 3.6 and Postgres 9.6. v1.49.1Richard van der Hoff2021-12-212-2/+6
| | | * typopoRichard van der Hoff2021-12-211-1/+1
| | | * more wordsRichard van der Hoff2021-12-211-0/+2
| | | * 1.49.1Richard van der Hoff2021-12-214-2/+16
| * | | Refactor `tests.util.setup_test_homeserver` and `tests.server.setup_test_home...reivilibre2021-12-215-185/+195
| * | | Add type hints to event_push_actions. (#11594)Patrick Cloke2021-12-2111-154/+225
| * | | Various opentracing enhancements (#11619)Richard van der Hoff2021-12-215-21/+65
| * | | Do not bundle aggregations for APIs which shouldn't include them. (#11592)Patrick Cloke2021-12-209-27/+31
| * | | Improve opentracing support for `ResponseCache` (#11607)Richard van der Hoff2021-12-205-48/+149
| * | | Improve opentracing for incoming HTTP requests (#11618)Richard van der Hoff2021-12-204-73/+65
| * | | Merge remote-tracking branch 'origin/release-v1.49' into developRichard van der Hoff2021-12-203-6/+15
| |\ \ \ | | | |/ | | |/|
| | * | Disable aggregation bundling on `/sync` responses (#11583)Richard van der Hoff2021-12-203-6/+15
| * | | Return JSON errors for unknown resources under /matrix/client. (#11602)Patrick Cloke2021-12-203-10/+6
| * | | Use mock from standard library (#11588)V024602021-12-203-12/+10
| * | | Add opentracing types (#11603)Shay2021-12-205-13/+18
| * | | Add type hints to `synapse/tests/rest/admin` (#11590)Dirk Klimpel2021-12-167-57/+74
| * | | Add type hints to `synapse/storage/databases/main/transactions.py` (#11589)Dirk Klimpel2021-12-163-25/+29
| * | | Add MSC2716 and MSC3030 to `/versions` -> `unstable_features` (#11582)Eric Eastwood2021-12-163-1/+6
| * | | Add type hints to `synapse/storage/databases/main/room.py` (#11575)Sean Quah2021-12-155-77/+108
| * | | Require Collections as the parameters for simple_* methods. (#11580)Patrick Cloke2021-12-153-40/+12
| * | | Convert EventStreamResult to attrs. (#11574)Patrick Cloke2021-12-153-9/+24
| * | | Add experimental support for MSC3202: allowing application services to masque...reivilibre2021-12-155-14/+162
| * | | Add type hints to `synapse/storage/databases/main/e2e_room_keys.py` (#11549)Sean Quah2021-12-146-79/+188
| * | | Add missing type hints to `synapse.logging.context` (#11556)Sean Quah2021-12-1413-122/+215
| * | | Add missing type hints to `synapse.appservice` (#11360)Patrick Cloke2021-12-147-93/+148
| * | | Merge branch 'master' into developOlivier Wilkinson (reivilibre)2021-12-143-3/+27
| |\ \ \ | | | |/ | | |/|
| | * | Merge tag 'v1.49.0'Olivier Wilkinson (reivilibre)2021-12-143-3/+27
| | |\|
| | | * Restructure changelog v1.49.0Olivier Wilkinson (reivilibre)2021-12-141-2/+9
| | | * 1.49.0Olivier Wilkinson (reivilibre)2021-12-143-1/+18
| | * | Revert "Revert accidental fast-forward merge from v1.49.0rc1"Olivier Wilkinson (reivilibre)2021-12-14165-2708/+7720
| | * | Revert accidental fast-forward merge from v1.49.0rc1Sean Quah2021-12-07165-7720/+2708
| | |/
| * | Remove redundant `COALESCE()`s around `COUNT()`s in database queries (#11570)Sean Quah2021-12-149-21/+20
| * | Add missing type hints to synapse.http. (#11571)Patrick Cloke2021-12-148-51/+76
| * | checks for generators in database functions (#11564)Richard van der Hoff2021-12-133-7/+49
| * | Move HTML parsing to a separate file for URL previews. (#11566)Patrick Cloke2021-12-136-401/+432
| * | Type hint the constructors of the data store classes (#11555)Sean Quah2021-12-1335-87/+351
| * | Add type hints to `synapse/storage/databases/main/end_to_end_keys.py` (#11551)Sean Quah2021-12-134-69/+150
| * | Add type hints to `synapse/storage/databases/main/account_data.py` (#11546)Sean Quah2021-12-134-33/+87
| * | Make `get_device` return None if the device doesn't exist rather than raising...reivilibre2021-12-136-13/+20
| * | Allow events to be created with no `prev_events` (MSC2716) (#11243)Eric Eastwood2021-12-104-7/+124
| * | Test to ensure we share the same `state_group` across the whole historical ba...Eric Eastwood2021-12-102-0/+181
| * | Adjust _get_rooms_changed comments (#11550)David Robertson2021-12-102-22/+30
| * | skip some dict munging in event persistence (#11560)Richard van der Hoff2021-12-103-60/+114
| * | Stop populating `state_events.prev_state` (#11558)Richard van der Hoff2021-12-103-5/+5
| * | Ensure emails are canonicalized before fetching associated user. (#11547)Patrick Cloke2021-12-105-4/+11
| * | Do not allow cross-room relations, per MSC2674. (#11516)Patrick Cloke2021-12-096-17/+161
| * | Additional type hints for the config module, part 2. (#11480)Patrick Cloke2021-12-095-19/+28
| * | Use HTTPStatus constants in place of literals in `synapse.http` (#11543)Dirk Klimpel2021-12-094-19/+47
| * | Support unprefixed versions of fallback key property names. (#11541)Hubert Chathi2021-12-094-6/+32
| * | Add missing `errcode` to `parse_string` and `parse_boolean` (#11542)Dirk Klimpel2021-12-096-12/+13
| * | Allow guests to send state events (#11378)Robert Long2021-12-092-1/+2
| * | Add a constant for receipt types (m.read). (#11531)Patrick Cloke2021-12-089-45/+87
| * | Clean up `synapse.rest.admin` (#11535)Dirk Klimpel2021-12-0815-165/+96
| * | Document the usage of refresh tokens. (#11427)reivilibre2021-12-083-0/+141
| * | Use HTTPStatus constants in place of literals in `tests.rest.client.test_auth...reivilibre2021-12-082-47/+88
| * | Improve log messages for stream ids (#11536)Richard van der Hoff2021-12-083-4/+7
| * | Send and handle cross-signing messages using the stable prefix. (#10520)Hubert Chathi2021-12-084-5/+13
| * | Fix case in `wait_for_background_updates` where `self.store` does not exist (...Andrew Morgan2021-12-072-7/+5
| |/
* | Merge branch 'rav/no_bundle_aggregations_in_sync' into matrix-org-hotfixesRichard van der Hoff2021-12-153-47/+50
|\ \
| * | Disable aggregation bundling on `/sync` responsesRichard van der Hoff2021-12-152-1/+8
| |/
| * Sort internal changes in changelog v1.49.0rc1Sean Quah2021-12-071-16/+16
| * Update CHANGES.mdSean Quah2021-12-071-30/+26
* | Merge branch 'release-v1.49' into matrix-org-hotfixesSean Quah2021-12-07234-2778/+7824
|\|
| * 1.49.0rc1Sean Quah2021-12-0765-63/+87
| * Revert "Move `glob_to_regex` and `re_word_boundary` to `matrix-python-common`...Sean Quah2021-12-078-12/+124
| * Refactors in `_generate_sync_entry_for_rooms` (#11515)David Robertson2021-12-073-46/+79
| * Correctly register shutdown handler for presence workers (#11518)David Robertson2021-12-072-1/+2
| * Fix `ModuleApi.looping_background_call` for non-async functions (#11524)Sean Quah2021-12-072-3/+3
| * Fix 'delete room' admin api to work on incomplete rooms (#11523)Richard van der Hoff2021-12-075-37/+33
| * Correctly ignore invites from ignored users (#11511)David Robertson2021-12-072-5/+7
| * Fix the test breakage introduced by #11435 as a result of concurrent PRs (#11...reivilibre2021-12-072-1/+2
| * Stabilise support for MSC2918 refresh tokens as they have now been merged int...reivilibre2021-12-066-44/+115
| * Save the OIDC session ID (sid) with the device on login (#11482)Quentin Gliech2021-12-0615-65/+370
| * Add admin API to get some information about federation status (#11407)Dirk Klimpel2021-12-067-0/+783
| * Include bundled aggregations in /sync and related fixes (#11478)Patrick Cloke2021-12-0610-101/+169
| * Move `glob_to_regex` and `re_word_boundary` to `matrix-python-common` (#11505)Sean Quah2021-12-068-123/+13
| * Update backward extremity docs to make it clear that it does not indicate whe...Eric Eastwood2021-12-032-9/+8
| * Support configuring the lifetime of non-refreshable access tokens separately ...reivilibre2021-12-035-3/+221
| * Add type hints to `synapse/tests/rest/admin` (#11501)Dirk Klimpel2021-12-0311-228/+257
| * Revert accidental commits to develop.Olivier Wilkinson (reivilibre)2021-12-035-195/+185
| * NewsfileOlivier Wilkinson (reivilibre)2021-12-031-0/+1
| * Give `tests.server.setup_test_homeserver` (nominally!) the same behaviourOlivier Wilkinson (reivilibre)2021-12-031-0/+3
| * Move `tests.utils.setup_test_homeserver` to `tests.server`Olivier Wilkinson (reivilibre)2021-12-034-177/+188
| * Convert one of the `setup_test_homeserver`s to `make_test_homeserver_synchron...Olivier Wilkinson (reivilibre)2021-12-031-8/+3
| * Disambiguate queries on `state_key` (#11497)Richard van der Hoff2021-12-027-16/+21
| * Comments on the /sync tentacles (#11494)David Robertson2021-12-023-43/+129
| * Clean up tests.storage.test_appservice (#11492)reivilibre2021-12-022-177/+169
| * Clean up `tests.storage.test_main` to remove use of legacy code. (#11493)reivilibre2021-12-022-17/+11
| * Clean up `tests.test_visibility` to remove legacy code. (#11495)reivilibre2021-12-023-203/+40
| * Minor cleanup on recently ported doc pages (#11466)Shay2021-12-025-46/+48
| * Add most of the missing type hints to `synapse.federation`. (#11483)Patrick Cloke2021-12-0210-49/+84
| * Avoid waiting for zombie processes in `synctl stop` (#11490)Sean Quah2021-12-022-3/+17
| * Fix media repository failing when media store path contains symlinks (#11446)Sean Quah2021-12-023-45/+180
| * Add type annotations to `tests.storage.test_appservice`. (#11488)reivilibre2021-12-025-53/+98
| * `scripts-dev/sign_json`: support for signing events (#11486)Richard van der Hoff2021-12-023-1/+43
| * Add MSC3030 experimental client and federation API endpoints to get the close...Eric Eastwood2021-12-0213-31/+674
| * Port wiki pages to documentation website (#11402)Shay2021-12-019-0/+483
| * Add a license header and comment. (#11479)Patrick Cloke2021-12-012-0/+16
| * Clean-up get_version_string (#11468)Patrick Cloke2021-12-012-57/+26
| * Link background update controller docs to summary (#11475)Brendan Abolivier2021-12-012-0/+2
| * Additional type hints for config module. (#11465)Patrick Cloke2021-12-0115-99/+129
| * Register the login redirect endpoint for v3. (#11451)Patrick Cloke2021-12-013-3/+4
| * Update openid.mdRichard van der Hoff2021-12-011-1/+1
| * Remove mention of OIDC certification from Dex (#11470)Etienne Dysli Metref2021-12-011-1/+1
| * Add a note about huge pages to our Postgres doc (#11467)Shay2021-11-302-0/+4
| * Don't start Synapse master process if `worker_app` is set (#11416)Shay2021-11-303-0/+39
| * Expose worker & homeserver as entrypoints in `setup.py` (#11449)Maximilian Bosch2021-11-303-1/+12
| * Bundle relations of relations into the `/relations` result. (#11284)Patrick Cloke2021-11-304-6/+130
| * Fix `LruCache` corruption bug with a `size_callback` that can return 0 (#11454)Sean Quah2021-11-303-1/+17
| * Eliminate a few `Any`s in `LruCache` type hints (#11453)Sean Quah2021-11-304-19/+32
| * Remove unnecessary `json.dumps` from `tests.rest.admin` (#11461)Dirk Klimpel2021-11-302-41/+21
| * Merge branch 'master' into developBrendan Abolivier2021-11-3072-71/+101
| |\
| | * Merge trust_identity_server_for_password_resets PRs v1.48.0Brendan Abolivier2021-11-301-2/+1
| | * Move notices upBrendan Abolivier2021-11-301-5/+4
| | * Fixup changelogBrendan Abolivier2021-11-301-1/+1
| | * 1.48.0Brendan Abolivier2021-11-303-1/+13
| | * Fix docker hub name v1.48.0rc1Brendan Abolivier2021-11-251-1/+1
| | * Incorporate review from synapse-devBrendan Abolivier2021-11-251-10/+12
| | * Fixup changelogBrendan Abolivier2021-11-251-13/+12
| | * 1.48.0rc1Brendan Abolivier2021-11-2572-71/+90
| * | Add missing copyright header. (#11460)Patrick Cloke2021-11-302-0/+15
| * | synctl stop: wait for processes to exit (#11459)Richard van der Hoff2021-11-302-25/+15
| * | Improved push typing (#11409)Marcus2021-11-307-36/+210
| * | Convert status codes to `HTTPStatus` in `tests.rest.admin` (#11455)Dirk Klimpel2021-11-3012-557/+887
| * | Convert status codes to `HTTPStatus` in `synapse.rest.admin` (#11452)Dirk Klimpel2021-11-2912-171/+276
| * | Refactor `backfilled` into specific behavior function arguments (`_persist_ev...Eric Eastwood2021-11-293-21/+57
| * | Support the stable /hierarchy endpoint from MSC2946 (#11329)Patrick Cloke2021-11-2911-51/+134
| * | Make background updates controllable via a plugin (#11306)Erik Johnston2021-11-2912-61/+407
| * | Return the stable `event` field from `/send_join` per MSC3083. (#11413)Patrick Cloke2021-11-295-4/+19
| * | Update the media repository documentation (#11415)Sean Quah2021-11-292-19/+71
| * | Add type annotations to some of the configuration surrounding refresh tokens....reivilibre2021-11-293-2/+11
| * | Fix perspectives requests for multiple keys for the same server (#11440)Richard van der Hoff2021-11-293-11/+91
| * | Fix using MSC2716 batch sending with event persistence workers (#11220)Tulir Asokan2021-11-293-0/+8
| * | disallow-untyped-defs for the module_api (#11029)David Robertson2021-11-293-30/+59
| * | Fix changelog filename in #11441David Robertson2021-11-291-0/+0
| * | Add a test case for the SendJoinParser (#11441)David Robertson2021-11-293-0/+55
| * | Bump ijson dependency to 3.1 (#11438) (#11439)Daniel Molkentin2021-11-262-1/+2
| * | Update MSC2918 refresh token support to confirm with the latest revision: acc...reivilibre2021-11-264-22/+58
| * | Add type hints to `synapse/storage/databases/main/events_worker.py` (#11411)Sean Quah2021-11-2613-171/+255
| * | Support expiry of refresh tokens and expiry of the overall session when refre...reivilibre2021-11-268-54/+338
| * | Create healthcheck script for synapse-workers container (#11429)Michael Kaye2021-11-264-0/+23
| * | Track ongoing event fetches correctly (again) (#11376)Sean Quah2021-11-263-43/+251
| * | Annotate string constants in `synapse.api.constants` with `Final` (#11356)Sean Quah2021-11-252-98/+101
| |/
* | Merge branch 'develop' into matrix-org-hotfixesBrendan Abolivier2021-11-25237-1927/+5865
|\|