summary refs log tree commit diff
path: root/synapse (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improve opentracing for federation requests (#11870)Richard van der Hoff2022-02-032-19/+60
* Fixes for opentracing scopes (#11869)Richard van der Hoff2022-02-022-35/+70
* Invalidate the get_users_in_room{_with_profile} caches only when necessary. (...Patrick Cloke2022-02-022-8/+19
* Fix type errors introduced by new annotations in the Prometheus Client librar...reivilibre2022-02-022-3/+10
* Fix losing incoming EDUs if debug logging enabled (#11890)David Robertson2022-02-021-2/+2
* Describe `prune_unread_entries` in docstrings (#11876)David Robertson2022-02-023-2/+17
* Revert experimental push rules from #7997. (#11884)Patrick Cloke2022-02-024-252/+13
* Add a background database update to purge account data for deactivated users....reivilibre2022-02-022-55/+129
* Allow modules to retrieve server and worker names (#11868)Brendan Abolivier2022-02-011-0/+26
* Send to-device messages to application services (#11215)Andrew Morgan2022-02-0110-94/+507
* 1.52.0rc1David Robertson2022-02-011-1/+1
* Remove the obsolete MSC1849 configuration flag. (#11843)Patrick Cloke2022-01-312-6/+0
* Configurable limits on avatars (#11846)Brendan Abolivier2022-01-283-0/+100
* Pass `isolation_level` to `runWithConnection` (#11847)Brendan Abolivier2022-01-271-0/+1
* Create singletons for `StateFilter.{all,none}()` (#11836)Richard van der Hoff2022-01-271-5/+9
* Fix some indentation inconsistencies in the sample config (modules) (#11838)Dirk Klimpel2022-01-271-5/+5
* Include `prev_content` field in AS events (#11798)Vaishnav Nair2022-01-261-1/+1
* Add a module callback to set username at registration (#11790)Brendan Abolivier2022-01-263-1/+91
* Improvements to bundling aggregations. (#11815)Patrick Cloke2022-01-2610-138/+210
* Don't print HTTPStatus.* in "Processed..." logs (#11827)David Robertson2022-01-261-1/+4
* Avoid type annotation problems in prom-client (#11834)David Robertson2022-01-261-1/+2
* Add a config flag to inhibit `M_USER_IN_USE` during registration (#11743)Brendan Abolivier2022-01-263-12/+37
* Fix another jsonschema typecheck error (#11830)David Robertson2022-01-251-4/+2
* Check that `gc` method is available before using in `synapse/app/_base` (#11...Shay2022-01-251-6/+8
* Add admin API to get a list of federated rooms (#11658)Dirk Klimpel2022-01-253-0/+106
* Log modules at startup (#11813)Brendan Abolivier2022-01-251-1/+2
* Db txn set isolation level (#11799)Nick Barrett2022-01-254-5/+60
* Minor updates, and docs, for schema delta files (#11823)Richard van der Hoff2022-01-251-3/+6
* Merge branch 'master' into developDavid Robertson2022-01-251-1/+1
|\
| * 1.51.0David Robertson2022-01-251-1/+1
* | Add admin API to reset connection timeouts for remote server (#11639)Dirk Klimpel2022-01-257-28/+92
* | Ignore the jsonschema type. (#11817)Patrick Cloke2022-01-251-1/+3
* | Apply a timeout to reading the body when fetching a file. (#11784)Patrick Cloke2022-01-241-3/+12
* | Support rendering previews with data: URLs in them (#11767)Patrick Cloke2022-01-242-64/+191
* | Merge tag 'v1.51.0rc2' into developAndrew Morgan2022-01-242-2/+5
|\|
| * 1.51.0rc2 v1.51.0rc2Andrew Morgan2022-01-241-1/+1
| * Fix logic for dropping old events in fed queue (#11806)Andrew Morgan2022-01-241-1/+4
* | Remove account data (including client config, push rules and ignored users) u...reivilibre2022-01-242-2/+74
* | Drop support for and remove references to EOL Python 3.6 (#11683)Shay2022-01-214-14/+9
* | Merge tag 'v1.51.0rc1' into developOlivier Wilkinson (reivilibre)2022-01-211-1/+1
|\|
| * 1.51.0rc1Olivier Wilkinson (reivilibre)2022-01-211-1/+1
| * Do not try to serialize raw aggregations dict. (#11791)Patrick Cloke2022-01-213-18/+10
* | Add `state_key` and `rejection_reason` to `events` (#11792)Richard van der Hoff2022-01-213-4/+37
* | Do not try to serialize raw aggregations dict. (#11791)Patrick Cloke2022-01-213-18/+10
* | Drop unused table `public_room_list_stream`. (#11795)Richard van der Hoff2022-01-213-2/+21
* | Stop reading from `event_reference_hashes` (#11794)Richard van der Hoff2022-01-214-33/+30
* | Add `FrozenEvent.get_state_key` and use it in a couple of places (#11793)Richard van der Hoff2022-01-212-5/+10
* | Make the `get_global_account_data_by_type_for_user` cache be a tree-cache who...reivilibre2022-01-214-7/+7
* | Make `get_account_data_for_room_and_type` a tree cache (#11789)reivilibre2022-01-211-1/+1
|/
* Correctly await on_logged_out callbacks (#11786)Brendan Abolivier2022-01-201-1/+1
* Fix redirecting to the webclient for non-HTTP(S) web_client_location. (#11783)Patrick Cloke2022-01-201-1/+8
* Partially revert #11675; prevent attempting to create pushers on workers (#11...Andrew Morgan2022-01-201-7/+5
* Add deprecation warnings for `webclient` listener and non-HTTP(S) `web_client...Patrick Cloke2022-01-202-19/+27
* Debug for device lists updates (#11760)David Robertson2022-01-203-0/+45
* Fix a bug that corrupted the cache of federated space hierarchies (#11775)Sean Quah2022-01-202-10/+11
* Comments and typing for `_update_outliers_txn` (#11776)Richard van der Hoff2022-01-191-12/+23
* Fix mypy for platforms without epoll support. (#11771)Patrick Cloke2022-01-191-2/+2
* Add missing `auto_attribs=True` to the `_WrappedRustReporter` class (#11768)Andrew Morgan2022-01-191-1/+1
* Fix preview of imgur and Tenor URLs. (#11669)Philippe Daouadi2022-01-182-13/+32
* Merge branch 'master' into developAndrew Morgan2022-01-182-3/+8
|\
| * 1.50.1Andrew Morgan2022-01-181-1/+1
| * Partially revert #11602 to prevent webclient overriding client resource (#11764)Andrew Morgan2022-01-181-2/+7
* | Include whether the requesting user has participated in a thread. (#11577)Patrick Cloke2022-01-187-18/+81
* | Remove `log_function` and its uses (#11761)Richard van der Hoff2022-01-1812-155/+0
* | Merge branch 'master' into developAndrew Morgan2022-01-181-1/+1
|\|
| * 1.50.0Andrew Morgan2022-01-181-1/+1
* | Add a flag to the `synapse_review_recent_signups` script to ignore and filter...lukasdenk2022-01-172-8/+22
* | Fix up docs for `track_puppeted_user_ips` (again) (#11757)Richard van der Hoff2022-01-171-4/+12
* | Update documentation for configuring facebook login (#11755)Richard van der Hoff2022-01-171-3/+6
* | Improve `reactor_tick_time` metric (#11724)Richard van der Hoff2022-01-172-93/+84
* | Make pagination of rooms in admin api stable (#11737)Daniel Sonck2022-01-171-9/+9
* | Merge branch 'release-v1.50' into developOlivier Wilkinson (reivilibre)2022-01-142-18/+86
|\|
| * 1.50.0rc2Olivier Wilkinson (reivilibre)2022-01-141-1/+1
| * Fix a bug introduced in Synapse v1.50.0rc1 whereby outbound federation could ...reivilibre2022-01-131-16/+78
| * Fix a bug introduced in Synapse v1.0.0 whereby device list updates would not ...reivilibre2022-01-121-1/+7
* | Remove the 'password_hash' from the Users Admin API endpoint response diction...Andrew Morgan2022-01-142-22/+47
* | Fix sample_config.yaml in regards track_puppeted_user_ips (#11749)Jason Robinson2022-01-141-5/+6
* | Replace uses of simple_insert_many with simple_insert_many_values. (#11742)Patrick Cloke2022-01-1316-277/+242
* | Fix missing app variable in mail subject (#11745)David Robertson2022-01-131-2/+2
* | update room spec url in config files (#11739)qwertyforce2022-01-131-1/+1
* | Include bundled aggregations in the sync response cache. (#11659)Patrick Cloke2022-01-132-14/+13
* | Simplify GC prometheus metrics (#11723)Richard van der Hoff2022-01-133-160/+208
* | Use auto_attribs/native type hints for attrs classes. (#11692)Patrick Cloke2022-01-1339-307/+299
* | Allow tracking puppeted users for MAU (#11561)Jason Robinson2022-01-122-0/+23
* | Fix docstring on `add_account_data_for_user`. (#11716)reivilibre2022-01-102-2/+2
* | Support spaces with > 50 rooms in the /hierarchy endpoint. (#11695)Patrick Cloke2022-01-071-8/+22
* | Merge branch 'release-v1.50' into developOlivier Wilkinson (reivilibre)2022-01-073-1/+11
|\|
| * Work around Mjolnir compatibility issue by adding an import for `glob_to_rege...reivilibre2022-01-061-0/+7
| * Include `io.element.thread` capability for MSC3440. (#11690)Patrick Cloke2022-01-051-0/+3
| * 1.50.0rc1Olivier Wilkinson (reivilibre)2022-01-051-1/+1
* | Bundle aggregations outside of the serialization method. (#11612)Patrick Cloke2022-01-0715-155/+247
* | Remove the /send_relation endpoint. (#11682)Patrick Cloke2022-01-061-120/+5
* | Remove a Python 2-ism and improve type hints. (#11699)Patrick Cloke2022-01-061-12/+7
* | Strip unauthorized fields from `unsigned` object in events received over fede...Shay2022-01-061-0/+25
* | Make room creations denied by `user_may_create_room` cause an `M_FORBIDDEN` e...lukasdenk2022-01-061-2/+6
* | Remove debug logging for #4422 (#11693)David Robertson2022-01-061-37/+1
* | Fix space hierarchy endpoint to match MSC2946 (#11667)Travis Ralston2022-01-051-2/+4
* | Fix get federation status of destination if no error occured (#11593)Dirk Klimpel2022-01-052-7/+30
* | Run `pyupgrade --py37-plus --keep-percent-format` on Synapse (#11685)Shay2022-01-052-2/+1
* | Cache empty responses from `/user/devices` (#11587)David Robertson2022-01-052-3/+15
|/
* Refactor the way we set `outlier` (#11634)Richard van der Hoff2022-01-053-44/+14
* Fix link from generated configuration file to documentation (#11678)Philipp Matthias Schäfer2022-01-051-1/+1
* Fix SimpleHttpClient not sending Accept header in `get_json` (#11677)Fr3shTea2022-01-051-1/+1
* Add admin API to get users' account data (#11664)Dirk Klimpel2022-01-052-0/+32
* Re-apply: Move glob_to_regex and re_word_boundary to matrix-python-common #11...reivilibre2022-01-056-64/+12
* Fix AssertionErrors after purging events (#11642)Richard van der Hoff2022-01-042-3/+26
* `FederationClient.backfill`: stop flagging events as outliers (#11632)Richard van der Hoff2022-01-042-2/+4
* Remove redundant `get_current_events_token` (#11643)Richard van der Hoff2022-01-046-36/+19
* Better error messages from `get_create_event_for_room` (#11638)Richard van der Hoff2022-01-041-1/+5
* Include the topic event in the prejoin state, per MSC3173. (#11666)Patrick Cloke2022-01-041-0/+2
* Convert all namedtuples to attrs. (#11665)Patrick Cloke2021-12-3020-205/+225
* Add type hints to `synapse/storage/databases/main/events_bg_updates.py` (#11654)Dirk Klimpel2021-12-301-29/+40
* Improve type hints in storage classes. (#11652)Dirk Klimpel2021-12-299-34/+43
* Do not attempt to bundled aggregations for /members and /state. (#11623)Patrick Cloke2021-12-291-3/+1
* Add type hints to `synapse/storage/databases/main/stats.py` (#11653)Dirk Klimpel2021-12-291-41/+53
* Update to the current version of Black and run it on Synapse codebase (#11596)Shay2021-12-232-2/+0
* Fix mypy error with opentracing.tags. (#11622)Patrick Cloke2021-12-231-0/+1
* Merge branch 'master' into developRichard van der Hoff2021-12-212-2/+3
|\
| * 1.49.2Richard van der Hoff2021-12-211-1/+1
| * Pin to frozendict<2.1.2 (#11625)Richard van der Hoff2021-12-211-1/+2
| * 1.49.1Richard van der Hoff2021-12-211-1/+1
* | Add type hints to event_push_actions. (#11594)Patrick Cloke2021-12-217-145/+210
* | Various opentracing enhancements (#11619)Richard van der Hoff2021-12-214-21/+64
* | Do not bundle aggregations for APIs which shouldn't include them. (#11592)Patrick Cloke2021-12-208-27/+30
* | Improve opentracing support for `ResponseCache` (#11607)Richard van der Hoff2021-12-203-37/+114
* | Improve opentracing for incoming HTTP requests (#11618)Richard van der Hoff2021-12-203-73/+64
* | Merge remote-tracking branch 'origin/release-v1.49' into developRichard van der Hoff2021-12-201-1/+9
|\|
| * Disable aggregation bundling on `/sync` responses (#11583)Richard van der Hoff2021-12-201-1/+9
* | Return JSON errors for unknown resources under /matrix/client. (#11602)Patrick Cloke2021-12-202-10/+5
* | Add opentracing types (#11603)Shay2021-12-202-10/+16
* | Add type hints to `synapse/storage/databases/main/transactions.py` (#11589)Dirk Klimpel2021-12-161-24/+25
* | Add MSC2716 and MSC3030 to `/versions` -> `unstable_features` (#11582)Eric Eastwood2021-12-162-1/+5
* | Add type hints to `synapse/storage/databases/main/room.py` (#11575)Sean Quah2021-12-153-76/+104
* | Require Collections as the parameters for simple_* methods. (#11580)Patrick Cloke2021-12-152-40/+11
* | Convert EventStreamResult to attrs. (#11574)Patrick Cloke2021-12-152-9/+23
* | Add experimental support for MSC3202: allowing application services to masque...reivilibre2021-12-153-14/+97
* | Add type hints to `synapse/storage/databases/main/e2e_room_keys.py` (#11549)Sean Quah2021-12-143-77/+181
* | Add missing type hints to `synapse.logging.context` (#11556)Sean Quah2021-12-149-83/+206
* | Add missing type hints to `synapse.appservice` (#11360)Patrick Cloke2021-12-144-85/+141
* | Merge branch 'master' into developOlivier Wilkinson (reivilibre)2021-12-141-1/+1
|\|
| * 1.49.0Olivier Wilkinson (reivilibre)2021-12-141-1/+1
* | Remove redundant `COALESCE()`s around `COUNT()`s in database queries (#11570)Sean Quah2021-12-147-20/+18
* | Add missing type hints to synapse.http. (#11571)Patrick Cloke2021-12-146-51/+72
* | checks for generators in database functions (#11564)Richard van der Hoff2021-12-132-7/+48
* | Move HTML parsing to a separate file for URL previews. (#11566)Patrick Cloke2021-12-133-378/+407
* | Type hint the constructors of the data store classes (#11555)Sean Quah2021-12-1334-87/+350
* | Add type hints to `synapse/storage/databases/main/end_to_end_keys.py` (#11551)Sean Quah2021-12-132-68/+146
* | Add type hints to `synapse/storage/databases/main/account_data.py` (#11546)Sean Quah2021-12-132-32/+83
* | Make `get_device` return None if the device doesn't exist rather than raising...reivilibre2021-12-135-13/+19
* | Allow events to be created with no `prev_events` (MSC2716) (#11243)Eric Eastwood2021-12-102-7/+20
* | Adjust _get_rooms_changed comments (#11550)David Robertson2021-12-101-22/+29
* | skip some dict munging in event persistence (#11560)Richard van der Hoff2021-12-102-60/+113
* | Stop populating `state_events.prev_state` (#11558)Richard van der Hoff2021-12-102-5/+4
* | Ensure emails are canonicalized before fetching associated user. (#11547)Patrick Cloke2021-12-103-3/+8
* | Do not allow cross-room relations, per MSC2674. (#11516)Patrick Cloke2021-12-094-17/+45
* | Additional type hints for the config module, part 2. (#11480)Patrick Cloke2021-12-094-19/+27
* | Use HTTPStatus constants in place of literals in `synapse.http` (#11543)Dirk Klimpel2021-12-093-19/+46
* | Support unprefixed versions of fallback key property names. (#11541)Hubert Chathi2021-12-092-1/+6
* | Add missing `errcode` to `parse_string` and `parse_boolean` (#11542)Dirk Klimpel2021-12-091-2/+2
* | Allow guests to send state events (#11378)Robert Long2021-12-091-1/+1
* | Add a constant for receipt types (m.read). (#11531)Patrick Cloke2021-12-088-45/+86
* | Clean up `synapse.rest.admin` (#11535)Dirk Klimpel2021-12-0813-164/+94
* | Improve log messages for stream ids (#11536)Richard van der Hoff2021-12-082-4/+6
* | Send and handle cross-signing messages using the stable prefix. (#10520)Hubert Chathi2021-12-082-3/+9
|/
* 1.49.0rc1Sean Quah2021-12-071-1/+1
* Revert "Move `glob_to_regex` and `re_word_boundary` to `matrix-python-common`...Sean Quah2021-12-076-12/+64
* Refactors in `_generate_sync_entry_for_rooms` (#11515)David Robertson2021-12-071-45/+77
* Correctly register shutdown handler for presence workers (#11518)David Robertson2021-12-071-1/+1
* Fix `ModuleApi.looping_background_call` for non-async functions (#11524)Sean Quah2021-12-071-3/+2
* Fix 'delete room' admin api to work on incomplete rooms (#11523)Richard van der Hoff2021-12-073-20/+7
* Correctly ignore invites from ignored users (#11511)David Robertson2021-12-071-5/+6
* Stabilise support for MSC2918 refresh tokens as they have now been merged int...reivilibre2021-12-063-29/+61
* Save the OIDC session ID (sid) with the device on login (#11482)Quentin Gliech2021-12-0610-32/+181
* Add admin API to get some information about federation status (#11407)Dirk Klimpel2021-12-063-0/+211
* Include bundled aggregations in /sync and related fixes (#11478)Patrick Cloke2021-12-068-62/+72
* Move `glob_to_regex` and `re_word_boundary` to `matrix-python-common` (#11505)Sean Quah2021-12-066-64/+12
* Support configuring the lifetime of non-refreshable access tokens separately ...reivilibre2021-12-032-3/+66
* Disambiguate queries on `state_key` (#11497)Richard van der Hoff2021-12-026-16/+20
* Comments on the /sync tentacles (#11494)David Robertson2021-12-022-43/+128
* Add most of the missing type hints to `synapse.federation`. (#11483)Patrick Cloke2021-12-028-49/+77
* Fix media repository failing when media store path contains symlinks (#11446)Sean Quah2021-12-021-44/+71
* Add type annotations to `tests.storage.test_appservice`. (#11488)reivilibre2021-12-022-4/+5
* Add MSC3030 experimental client and federation API endpoints to get the close...Eric Eastwood2021-12-0212-31/+673
* Clean-up get_version_string (#11468)Patrick Cloke2021-12-011-57/+25
* Additional type hints for config module. (#11465)Patrick Cloke2021-12-0114-99/+128
* Register the login redirect endpoint for v3. (#11451)Patrick Cloke2021-12-012-3/+3
* Don't start Synapse master process if `worker_app` is set (#11416)Shay2021-11-301-0/+7
* Expose worker & homeserver as entrypoints in `setup.py` (#11449)Maximilian Bosch2021-11-301-1/+5
* Bundle relations of relations into the `/relations` result. (#11284)Patrick Cloke2021-11-302-6/+11
* Fix `LruCache` corruption bug with a `size_callback` that can return 0 (#11454)Sean Quah2021-11-301-1/+4
* Eliminate a few `Any`s in `LruCache` type hints (#11453)Sean Quah2021-11-303-19/+31
* Merge branch 'master' into developBrendan Abolivier2021-11-301-1/+1
|\
| * 1.48.0Brendan Abolivier2021-11-301-1/+1
| * 1.48.0rc1Brendan Abolivier2021-11-251-1/+1
* | Improved push typing (#11409)Marcus2021-11-305-36/+204
* | Convert status codes to `HTTPStatus` in `synapse.rest.admin` (#11452)Dirk Klimpel2021-11-2911-171/+275
* | Refactor `backfilled` into specific behavior function arguments (`_persist_ev...Eric Eastwood2021-11-292-21/+56
* | Support the stable /hierarchy endpoint from MSC2946 (#11329)Patrick Cloke2021-11-296-18/+64
* | Make background updates controllable via a plugin (#11306)Erik Johnston2021-11-292-24/+222
* | Return the stable `event` field from `/send_join` per MSC3083. (#11413)Patrick Cloke2021-11-292-2/+16
* | Add type annotations to some of the configuration surrounding refresh tokens....reivilibre2021-11-292-2/+10
* | Fix perspectives requests for multiple keys for the same server (#11440)Richard van der Hoff2021-11-291-11/+19
* | Fix using MSC2716 batch sending with event persistence workers (#11220)Tulir Asokan2021-11-292-0/+7
* | disallow-untyped-defs for the module_api (#11029)David Robertson2021-11-291-30/+55
* | Bump ijson dependency to 3.1 (#11438) (#11439)Daniel Molkentin2021-11-261-1/+1
* | Update MSC2918 refresh token support to confirm with the latest revision: acc...reivilibre2021-11-262-8/+13
* | Add type hints to `synapse/storage/databases/main/events_worker.py` (#11411)Sean Quah2021-11-2610-169/+246
* | Support expiry of refresh tokens and expiry of the overall session when refre...reivilibre2021-11-266-53/+213
* | Track ongoing event fetches correctly (again) (#11376)Sean Quah2021-11-261-42/+112
* | Annotate string constants in `synapse.api.constants` with `Final` (#11356)Sean Quah2021-11-251-98/+100
|/
* Improve performance of `remove_{hidden,deleted}_devices_from_device_inbox` (#...Brendan Abolivier2021-11-252-146/+81
* Lower minumum batch size to 1 for background updates (#11422)Brendan Abolivier2021-11-241-1/+1
* Rename unstable `access_token_lifetime` configuration option to `refreshable_...reivilibre2021-11-234-15/+34
* Add missing type hints to config base classes (#11377)Patrick Cloke2021-11-239-101/+165
* Remove code invalidated by deprecated config flag 'trust_identity_servers_for...Shay2021-11-231-32/+3
* Merge branch 'master' into developSean Quah2021-11-234-51/+231
|\
| * 1.47.1Sean Quah2021-11-191-1/+1
| * Prevent the media store from writing outside of the configured directorySean Quah2021-11-193-50/+230
* | Refactor the code to inject bundled relations during serialization. (#11408)Patrick Cloke2021-11-237-73/+91
* | Add config for customizing the claim used for JWT logins. (#11361)Kostas2021-11-222-1/+11
* | Store arbitrary relations from events. (#11391)Patrick Cloke2021-11-223-44/+75
* | Add an admin API to run background jobs. (#11352)Dirk Klimpel2021-11-194-29/+102
* | Fix checking whether a room can be published on creation. (#11392)Patrick Cloke2021-11-192-23/+32
* | Remove dead code from acme support. (#11393)Patrick Cloke2021-11-191-50/+0
* | Keep fallback key marked as used if it's re-uploaded (#11382)Hubert Chathi2021-11-191-11/+40
* | Fix verification of objects signed with old local keys (#11379)Richard van der Hoff2021-11-191-28/+41
* | Prevent historical state from being pushed to an application service via `/tr...Eric Eastwood2021-11-183-2/+38
* | Remove legacy code related to deprecated `trust_identity_server_for_password_...Shay2021-11-183-47/+8
* | Add dedicated admin API for blocking a room (#11324)Dirk Klimpel2021-11-183-0/+97
* | Add/Unerase annotations to Module API (#11341)reivilibre2021-11-181-23/+134
* | Rename `get_refresh_token_for_user_id` to `create_refresh_token_for_user_id` ...reivilibre2021-11-182-3/+3
* | Use auto_attribs for RefreshTokenLookupResult (#11386)reivilibre2021-11-181-7/+7
* | Do not allow MSC3440 threads to fork threads (#11161)Patrick Cloke2021-11-182-8/+113
* | Docs: Quote wildcard `federation_certificate_verification_whitelist` (#11381)Nicolai Søborg2021-11-181-2/+2
* | Add type annotations to `synapse.metrics` (#10847)Sean Quah2021-11-1710-85/+169
* | Add support for `/_matrix/media/v3` APIs (#11371)Aaron R2021-11-173-5/+13
* | Merge branch 'master' into developDavid Robertson2021-11-171-1/+1
|\|
| * 1.47.0 v1.47.0David Robertson2021-11-171-1/+1
* | Rename `get_access_token_for_user_id` method to `create_access_token_for_user...reivilibre2021-11-173-4/+4
* | Merge tag 'v1.47.0rc3' into developDavid Robertson2021-11-163-20/+36
|\|
| * 1.47.0rc3Andrew Morgan2021-11-161-1/+1
| * Rename `remove_deleted_devices_from_device_inbox` to ensure it is always run ...Andrew Morgan2021-11-161-1/+13
| * Run _upgrade_existing_database on workers if at current schema_version (#11346)Andrew Morgan2021-11-151-18/+22
| * Move sql file for `remove_deleted_devices_from_device_inbox` into v65 (#11303)Dirk Klimpel2021-11-151-1/+1
* | Avoid sharing room hierarchy responses between users (#11355)Sean Quah2021-11-161-2/+9
* | Add support for `/_matrix/client/v3` APIs (#11318)Aaron R2021-11-163-3/+4
* | Add most missing type hints to synapse.util (#11328)Patrick Cloke2021-11-168-81/+157
* | Properly register all callback hooks for legacy password authentication provi...reivilibre2021-11-161-13/+13
* | Add ability to un-shadow-ban via the admin API. (#11347)Patrick Cloke2021-11-162-3/+23
* | Database storage profile passes mypy (#11342)David Robertson2021-11-151-4/+8