summary refs log tree commit diff
path: root/changelog.d (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop' into madlittlemods/return-historical-events-in-order-f...Eric Eastwood2022-01-1355-34/+22
|\
| * Allow tracking puppeted users for MAU (#11561)Jason Robinson2022-01-121-0/+1
| * Fix documentation of supported PostgreSQL version (#11725)haslersn2022-01-121-0/+1
| * Use buildkit's cache feature to speed up docker builds (#11691)Richard van der Hoff2022-01-121-0/+1
| * Complement environment variable name change and update .gitignore. (#11718)Michael Kaye2022-01-101-0/+1
| * Document the `SYNAPSE_TEST_PERSIST_SQLITE_DB` unit test env var (#11715)Andrew Morgan2022-01-101-0/+1
| * Fix docstring on `add_account_data_for_user`. (#11716)reivilibre2022-01-101-0/+1
| * Deal with mypy errors w/ type-hinted pynacl 1.5.0 (#11714)David Robertson2022-01-101-0/+1
| * Prettier complement logs (#11707)kegsay2022-01-101-0/+1
| * Support spaces with > 50 rooms in the /hierarchy endpoint. (#11695)Patrick Cloke2022-01-071-0/+1
| * Optionally use an on-disk sqlite db in tests (#11702)David Robertson2022-01-071-0/+1
| * Test that bans win a join against a race when computing `/sync` response (#1...David Robertson2022-01-071-0/+1
| * Merge branch 'release-v1.50' into developOlivier Wilkinson (reivilibre)2022-01-0772-72/+0
| |\
| | * Re-run Towncrier to add in the changelog entry for the Mjolnir workaround v1.50.0rc1Olivier Wilkinson (reivilibre)2022-01-061-1/+0
| | * Work around Mjolnir compatibility issue by adding an import for `glob_to_rege...reivilibre2022-01-061-0/+1
| | * Re-run towncrier.Patrick Cloke2022-01-051-1/+0
| | * Include `io.element.thread` capability for MSC3440. (#11690)Patrick Cloke2022-01-051-0/+1
| | * 1.50.0rc1Olivier Wilkinson (reivilibre)2022-01-0572-72/+0
| * | Bundle aggregations outside of the serialization method. (#11612)Patrick Cloke2022-01-071-0/+1
| * | Remove the /send_relation endpoint. (#11682)Patrick Cloke2022-01-061-0/+1
| * | Remove a Python 2-ism and improve type hints. (#11699)Patrick Cloke2022-01-061-0/+1
| * | Strip unauthorized fields from `unsigned` object in events received over fede...Shay2022-01-061-0/+2
| * | Make room creations denied by `user_may_create_room` cause an `M_FORBIDDEN` e...lukasdenk2022-01-061-0/+1
| * | Remove debug logging for #4422 (#11693)David Robertson2022-01-061-0/+1
| * | Fix space hierarchy endpoint to match MSC2946 (#11667)Travis Ralston2022-01-051-0/+1
| * | Fix get federation status of destination if no error occured (#11593)Dirk Klimpel2022-01-051-0/+1
| * | Run `pyupgrade --py37-plus --keep-percent-format` on Synapse (#11685)Shay2022-01-051-0/+1
| * | Cache empty responses from `/user/devices` (#11587)David Robertson2022-01-051-0/+1
| |/
| * Refactor the way we set `outlier` (#11634)Richard van der Hoff2022-01-051-0/+1
| * Fix link from generated configuration file to documentation (#11678)Philipp Matthias Schäfer2022-01-051-0/+1
| * Fix SimpleHttpClient not sending Accept header in `get_json` (#11677)Fr3shTea2022-01-051-0/+1
| * Add admin API to get users' account data (#11664)Dirk Klimpel2022-01-051-0/+1
| * Re-apply: Move glob_to_regex and re_word_boundary to matrix-python-common #11...reivilibre2022-01-052-0/+2
| * Clarify SSO mapping provider documentation by writing `def` or `async def` be...reivilibre2022-01-051-0/+1
| * Improve Docker docs for use with Postgres (#11640)Callum Macdonald2022-01-051-0/+1
| * Correct Synapse install command for FreeBSD. (#11267)Donny Johnson2022-01-051-0/+1
| * update ngnix reverse-proxy example (#11680)Richard van der Hoff2022-01-041-0/+1
| * Fix AssertionErrors after purging events (#11642)Richard van der Hoff2022-01-043-1/+2
| * `FederationClient.backfill`: stop flagging events as outliers (#11632)Richard van der Hoff2022-01-041-0/+1
| * Remove redundant `get_current_events_token` (#11643)Richard van der Hoff2022-01-041-0/+1
| * Better error messages from `get_create_event_for_room` (#11638)Richard van der Hoff2022-01-041-0/+1
| * Include the topic event in the prejoin state, per MSC3173. (#11666)Patrick Cloke2022-01-041-0/+1
| * Drop Bionic from Debian builds (#11633)Shay2022-01-031-0/+1
| * Convert all namedtuples to attrs. (#11665)Patrick Cloke2021-12-301-0/+1
| * Add type hints to `synapse/storage/databases/main/events_bg_updates.py` (#11654)Dirk Klimpel2021-12-301-0/+1
| * Fix a type annotation in `test_account_data.py` and remove it from the Mypy e...reivilibre2021-12-291-0/+1
| * Improve type hints in storage classes. (#11652)Dirk Klimpel2021-12-291-0/+1
| * Do not attempt to bundled aggregations for /members and /state. (#11623)Patrick Cloke2021-12-291-0/+1
| * Add type hints to `synapse/storage/databases/main/stats.py` (#11653)Dirk Klimpel2021-12-291-0/+1
| * Update to the current version of Black and run it on Synapse codebase (#11596)Shay2021-12-231-0/+1
| * Fix mypy error with opentracing.tags. (#11622)Patrick Cloke2021-12-231-0/+1
| * Add details for how to set up TURN behind NAT (#11553)AndrewFerr2021-12-231-0/+1
| * Drop EOL python 3.6 from CI (#11595)Shay2021-12-211-0/+1
| * Merge branch 'master' into developRichard van der Hoff2021-12-211-1/+0
| |\
| * | Refactor `tests.util.setup_test_homeserver` and `tests.server.setup_test_home...reivilibre2021-12-211-0/+1
| * | Add type hints to event_push_actions. (#11594)Patrick Cloke2021-12-211-0/+1
| * | Various opentracing enhancements (#11619)Richard van der Hoff2021-12-211-0/+1
| * | Do not bundle aggregations for APIs which shouldn't include them. (#11592)Patrick Cloke2021-12-201-0/+1
| * | Improve opentracing support for `ResponseCache` (#11607)Richard van der Hoff2021-12-201-0/+1
| * | Improve opentracing for incoming HTTP requests (#11618)Richard van der Hoff2021-12-201-0/+1
| * | Merge remote-tracking branch 'origin/release-v1.49' into developRichard van der Hoff2021-12-201-0/+1
| |\ \
| | * | Disable aggregation bundling on `/sync` responses (#11583)Richard van der Hoff2021-12-201-0/+1
| | |/
| * | Return JSON errors for unknown resources under /matrix/client. (#11602)Patrick Cloke2021-12-201-0/+1
| * | Use mock from standard library (#11588)V024602021-12-201-0/+1
| * | Add opentracing types (#11603)Shay2021-12-201-0/+1
| * | Add type hints to `synapse/tests/rest/admin` (#11590)Dirk Klimpel2021-12-161-0/+1
| * | Add type hints to `synapse/storage/databases/main/transactions.py` (#11589)Dirk Klimpel2021-12-161-0/+1
| * | Add MSC2716 and MSC3030 to `/versions` -> `unstable_features` (#11582)Eric Eastwood2021-12-161-0/+1
* | | Merge branch 'develop' into madlittlemods/return-historical-events-in-order-f...Eric Eastwood2021-12-1527-0/+27
|\| |
| * | Add type hints to `synapse/storage/databases/main/room.py` (#11575)Sean Quah2021-12-151-0/+1
| * | Require Collections as the parameters for simple_* methods. (#11580)Patrick Cloke2021-12-151-0/+1
| * | Convert EventStreamResult to attrs. (#11574)Patrick Cloke2021-12-151-0/+1
| * | Add experimental support for MSC3202: allowing application services to masque...reivilibre2021-12-151-0/+1
| * | Add type hints to `synapse/storage/databases/main/e2e_room_keys.py` (#11549)Sean Quah2021-12-141-0/+1
| * | Add missing type hints to `synapse.logging.context` (#11556)Sean Quah2021-12-141-0/+1
| * | Add missing type hints to `synapse.appservice` (#11360)Patrick Cloke2021-12-141-0/+1
| * | Remove redundant `COALESCE()`s around `COUNT()`s in database queries (#11570)Sean Quah2021-12-141-0/+1
| * | Add missing type hints to synapse.http. (#11571)Patrick Cloke2021-12-141-0/+1
| * | checks for generators in database functions (#11564)Richard van der Hoff2021-12-131-0/+1
| * | Move HTML parsing to a separate file for URL previews. (#11566)Patrick Cloke2021-12-131-0/+1
| * | Type hint the constructors of the data store classes (#11555)Sean Quah2021-12-131-0/+1
| * | Add type hints to `synapse/storage/databases/main/end_to_end_keys.py` (#11551)Sean Quah2021-12-131-0/+1
| * | Add type hints to `synapse/storage/databases/main/account_data.py` (#11546)Sean Quah2021-12-131-0/+1
| * | Make `get_device` return None if the device doesn't exist rather than raising...reivilibre2021-12-131-0/+1
| * | Allow events to be created with no `prev_events` (MSC2716) (#11243)Eric Eastwood2021-12-101-0/+1
| * | Test to ensure we share the same `state_group` across the whole historical ba...Eric Eastwood2021-12-101-0/+1
| * | Adjust _get_rooms_changed comments (#11550)David Robertson2021-12-101-0/+1
| * | skip some dict munging in event persistence (#11560)Richard van der Hoff2021-12-101-0/+1
| * | Stop populating `state_events.prev_state` (#11558)Richard van der Hoff2021-12-101-0/+1
| * | Ensure emails are canonicalized before fetching associated user. (#11547)Patrick Cloke2021-12-101-0/+1
| * | Do not allow cross-room relations, per MSC2674. (#11516)Patrick Cloke2021-12-091-0/+1
| * | Additional type hints for the config module, part 2. (#11480)Patrick Cloke2021-12-091-0/+1
| * | Use HTTPStatus constants in place of literals in `synapse.http` (#11543)Dirk Klimpel2021-12-091-0/+1
| * | Support unprefixed versions of fallback key property names. (#11541)Hubert Chathi2021-12-091-0/+1
| * | Add missing `errcode` to `parse_string` and `parse_boolean` (#11542)Dirk Klimpel2021-12-091-0/+1
| * | Allow guests to send state events (#11378)Robert Long2021-12-091-0/+1
* | | Merge branch 'develop' into madlittlemods/return-historical-events-in-order-f...Eric Eastwood2021-12-0972-65/+7
|\| |
| * | Add a constant for receipt types (m.read). (#11531)Patrick Cloke2021-12-081-0/+1
| * | Clean up `synapse.rest.admin` (#11535)Dirk Klimpel2021-12-081-0/+1
| * | Document the usage of refresh tokens. (#11427)reivilibre2021-12-081-0/+1
| * | Use HTTPStatus constants in place of literals in `tests.rest.client.test_auth...reivilibre2021-12-081-0/+1
| * | Improve log messages for stream ids (#11536)Richard van der Hoff2021-12-081-0/+1
| * | Send and handle cross-signing messages using the stable prefix. (#10520)Hubert Chathi2021-12-081-0/+1
| * | Fix case in `wait_for_background_updates` where `self.store` does not exist (...Andrew Morgan2021-12-071-0/+1
| |/
| * 1.49.0rc1Sean Quah2021-12-0762-62/+0
| * Revert "Move `glob_to_regex` and `re_word_boundary` to `matrix-python-common`...Sean Quah2021-12-071-0/+1
| * Refactors in `_generate_sync_entry_for_rooms` (#11515)David Robertson2021-12-072-1/+2
| * Correctly register shutdown handler for presence workers (#11518)David Robertson2021-12-071-0/+1
| * Fix `ModuleApi.looping_background_call` for non-async functions (#11524)Sean Quah2021-12-071-0/+1
| * Fix 'delete room' admin api to work on incomplete rooms (#11523)Richard van der Hoff2021-12-071-0/+1
| * Correctly ignore invites from ignored users (#11511)David Robertson2021-12-071-0/+1
| * Fix the test breakage introduced by #11435 as a result of concurrent PRs (#11...reivilibre2021-12-071-0/+1
| * Stabilise support for MSC2918 refresh tokens as they have now been merged int...reivilibre2021-12-061-0/+1
| * Save the OIDC session ID (sid) with the device on login (#11482)Quentin Gliech2021-12-061-0/+1
| * Add admin API to get some information about federation status (#11407)Dirk Klimpel2021-12-061-0/+1
| * Include bundled aggregations in /sync and related fixes (#11478)Patrick Cloke2021-12-061-0/+1
| * Move `glob_to_regex` and `re_word_boundary` to `matrix-python-common` (#11505)Sean Quah2021-12-061-0/+1
| * Update backward extremity docs to make it clear that it does not indicate whe...Eric Eastwood2021-12-031-0/+1
| * Support configuring the lifetime of non-refreshable access tokens separately ...reivilibre2021-12-031-0/+1
| * Add type hints to `synapse/tests/rest/admin` (#11501)Dirk Klimpel2021-12-031-0/+1
| * Revert accidental commits to develop.Olivier Wilkinson (reivilibre)2021-12-031-1/+0
| * NewsfileOlivier Wilkinson (reivilibre)2021-12-031-0/+1
| * Disambiguate queries on `state_key` (#11497)Richard van der Hoff2021-12-021-0/+1
| * Comments on the /sync tentacles (#11494)David Robertson2021-12-021-0/+1
| * Clean up tests.storage.test_appservice (#11492)reivilibre2021-12-021-0/+1
| * Clean up `tests.storage.test_main` to remove use of legacy code. (#11493)reivilibre2021-12-021-0/+1
| * Clean up `tests.test_visibility` to remove legacy code. (#11495)reivilibre2021-12-021-0/+1
| * Minor cleanup on recently ported doc pages (#11466)Shay2021-12-021-0/+1
| * Add most of the missing type hints to `synapse.federation`. (#11483)Patrick Cloke2021-12-021-0/+1
| * Avoid waiting for zombie processes in `synctl stop` (#11490)Sean Quah2021-12-021-0/+1
| * Fix media repository failing when media store path contains symlinks (#11446)Sean Quah2021-12-021-0/+1
| * Add type annotations to `tests.storage.test_appservice`. (#11488)reivilibre2021-12-021-0/+1
| * `scripts-dev/sign_json`: support for signing events (#11486)Richard van der Hoff2021-12-021-0/+1
| * Add MSC3030 experimental client and federation API endpoints to get the close...Eric Eastwood2021-12-021-0/+1
| * Port wiki pages to documentation website (#11402)Shay2021-12-011-0/+1
| * Add a license header and comment. (#11479)Patrick Cloke2021-12-011-0/+1
| * Clean-up get_version_string (#11468)Patrick Cloke2021-12-011-0/+1
| * Link background update controller docs to summary (#11475)Brendan Abolivier2021-12-011-0/+1
| * Additional type hints for config module. (#11465)Patrick Cloke2021-12-011-0/+1
| * Register the login redirect endpoint for v3. (#11451)Patrick Cloke2021-12-011-0/+1
| * Add a note about huge pages to our Postgres doc (#11467)Shay2021-11-301-0/+1
| * Don't start Synapse master process if `worker_app` is set (#11416)Shay2021-11-301-0/+1
| * Expose worker & homeserver as entrypoints in `setup.py` (#11449)Maximilian Bosch2021-11-301-0/+1
| * Bundle relations of relations into the `/relations` result. (#11284)Patrick Cloke2021-11-301-0/+1
| * Fix `LruCache` corruption bug with a `size_callback` that can return 0 (#11454)Sean Quah2021-11-301-0/+1
| * Eliminate a few `Any`s in `LruCache` type hints (#11453)Sean Quah2021-11-301-0/+1
| * Remove unnecessary `json.dumps` from `tests.rest.admin` (#11461)Dirk Klimpel2021-11-301-0/+1
| * Merge branch 'master' into developBrendan Abolivier2021-11-3069-70/+0
| |\
| | * 1.48.0rc1Brendan Abolivier2021-11-2569-70/+0
| * | Add missing copyright header. (#11460)Patrick Cloke2021-11-301-0/+1
| * | synctl stop: wait for processes to exit (#11459)Richard van der Hoff2021-11-301-0/+1
| * | Improved push typing (#11409)Marcus2021-11-301-0/+1
| * | Convert status codes to `HTTPStatus` in `tests.rest.admin` (#11455)Dirk Klimpel2021-11-301-0/+1
| * | Convert status codes to `HTTPStatus` in `synapse.rest.admin` (#11452)Dirk Klimpel2021-11-291-0/+1
| * | Refactor `backfilled` into specific behavior function arguments (`_persist_ev...Eric Eastwood2021-11-291-0/+1
| * | Support the stable /hierarchy endpoint from MSC2946 (#11329)Patrick Cloke2021-11-291-0/+1
| * | Make background updates controllable via a plugin (#11306)Erik Johnston2021-11-291-0/+1
| * | Return the stable `event` field from `/send_join` per MSC3083. (#11413)Patrick Cloke2021-11-291-0/+1
| * | Update the media repository documentation (#11415)Sean Quah2021-11-291-0/+1
| * | Add type annotations to some of the configuration surrounding refresh tokens....reivilibre2021-11-291-0/+1
| * | Fix perspectives requests for multiple keys for the same server (#11440)Richard van der Hoff2021-11-291-0/+1
| * | Fix using MSC2716 batch sending with event persistence workers (#11220)Tulir Asokan2021-11-291-0/+1
| * | disallow-untyped-defs for the module_api (#11029)David Robertson2021-11-291-0/+1
| * | Fix changelog filename in #11441David Robertson2021-11-291-0/+0
| * | Add a test case for the SendJoinParser (#11441)David Robertson2021-11-291-0/+1
| * | Bump ijson dependency to 3.1 (#11438) (#11439)Daniel Molkentin2021-11-261-0/+1
| * | Update MSC2918 refresh token support to confirm with the latest revision: acc...reivilibre2021-11-261-0/+1
| * | Add type hints to `synapse/storage/databases/main/events_worker.py` (#11411)Sean Quah2021-11-261-0/+1
| * | Support expiry of refresh tokens and expiry of the overall session when refre...reivilibre2021-11-261-0/+1
| * | Create healthcheck script for synapse-workers container (#11429)Michael Kaye2021-11-261-0/+1
| * | Track ongoing event fetches correctly (again) (#11376)Sean Quah2021-11-261-0/+1
| * | Annotate string constants in `synapse.api.constants` with `Final` (#11356)Sean Quah2021-11-251-0/+1
| |/
| * Improve performance of `remove_{hidden,deleted}_devices_from_device_inbox` (#...Brendan Abolivier2021-11-251-0/+1
| * Lower minumum batch size to 1 for background updates (#11422)Brendan Abolivier2021-11-241-0/+1
| * Rename unstable `access_token_lifetime` configuration option to `refreshable_...reivilibre2021-11-231-0/+1
| * Add missing type hints to config base classes (#11377)Patrick Cloke2021-11-232-0/+2
| * Remove code invalidated by deprecated config flag 'trust_identity_servers_for...Shay2021-11-231-0/+1
| * Refactor the code to inject bundled relations during serialization. (#11408)Patrick Cloke2021-11-231-0/+1
| * Add config for customizing the claim used for JWT logins. (#11361)Kostas2021-11-221-0/+1
| * Store arbitrary relations from events. (#11391)Patrick Cloke2021-11-221-0/+1
| * Add an admin API to run background jobs. (#11352)Dirk Klimpel2021-11-191-0/+1
| * Fix checking whether a room can be published on creation. (#11392)Patrick Cloke2021-11-191-0/+1
| * Remove dead code from acme support. (#11393)Patrick Cloke2021-11-191-0/+1
| * Remove msc2716 from the list of tests for complement. (#11389)Patrick Cloke2021-11-191-0/+1
| * Keep fallback key marked as used if it's re-uploaded (#11382)Hubert Chathi2021-11-191-0/+1
| * Publish a `develop` docker image (#11380)Richard van der Hoff2021-11-191-0/+1
| * Fix verification of objects signed with old local keys (#11379)Richard van der Hoff2021-11-191-0/+1
| * Prevent historical state from being pushed to an application service via `/tr...Eric Eastwood2021-11-181-0/+1
| * Remove legacy code related to deprecated `trust_identity_server_for_password_...Shay2021-11-181-0/+1
| * Add dedicated admin API for blocking a room (#11324)Dirk Klimpel2021-11-181-0/+1
| * Add/Unerase annotations to Module API (#11341)reivilibre2021-11-181-0/+1
| * Rename `get_refresh_token_for_user_id` to `create_refresh_token_for_user_id` ...reivilibre2021-11-181-0/+1
| * Use auto_attribs for RefreshTokenLookupResult (#11386)reivilibre2021-11-181-0/+1
| * Do not allow MSC3440 threads to fork threads (#11161)Patrick Cloke2021-11-181-0/+1
| * Docs: Quote wildcard `federation_certificate_verification_whitelist` (#11381)Nicolai Søborg2021-11-181-0/+1
| * Add type annotations to `synapse.metrics` (#10847)Sean Quah2021-11-171-0/+1
| * Add support for `/_matrix/media/v3` APIs (#11371)Aaron R2021-11-171-0/+1
| * Rename `get_access_token_for_user_id` method to `create_access_token_for_user...reivilibre2021-11-171-0/+1
| * Fix running complement.sh script. (#11368)Patrick Cloke2021-11-171-0/+1
| * Fix incorrect return value in tests. (#11359)Patrick Cloke2021-11-161-0/+1
| * Avoid sharing room hierarchy responses between users (#11355)Sean Quah2021-11-161-0/+1
| * Add support for `/_matrix/client/v3` APIs (#11318)Aaron R2021-11-161-0/+1
| * Add most missing type hints to synapse.util (#11328)Patrick Cloke2021-11-161-0/+1
| * Properly register all callback hooks for legacy password authentication provi...reivilibre2021-11-161-0/+1
| * Add ability to un-shadow-ban via the admin API. (#11347)Patrick Cloke2021-11-161-0/+1
| * Misc typing fixes for tests, part 2 of N (#11330)David Robertson2021-11-161-0/+1
| * change 'Home Server' to one word 'homeserver' (#11320)Ashwin Nair2021-11-161-0/+1
| * Database storage profile passes mypy (#11342)David Robertson2021-11-151-0/+1
| * Get directory db file to pass mypy (#11339)David Robertson2021-11-151-0/+1
| * Add support for the stable version of MSC2778 (#11335)Tulir Asokan2021-11-151-0/+1
| * Remove unused tables `room_stats_historical` and `user_stats_historical` (#11...Shay2021-11-121-0/+1
| * Annotations for state_deltas.py (#11316)David Robertson2021-11-121-0/+1
| * Rollback #11322 due to wrong syntax in mypy.ini. (#11332)Patrick Cloke2021-11-121-0/+1
| * Test room alias deletion (#11327)David Robertson2021-11-121-0/+1
| * Change display names/avatar URLs to None if they contain null bytes before st...Shay2021-11-121-0/+2
| * Add type hints to media repository storage module (#11311)Patrick Cloke2021-11-121-0/+1
| * Attempt to annotate events_forward_extremities (#11314)David Robertson2021-11-121-0/+1
| * Misc typing fixes for `tests`, part 1 of N (#11323)David Robertson2021-11-121-0/+1
| * Generalize the disallowed_untyped_defs in mypy.ini (#11322)Patrick Cloke2021-11-121-0/+1
| * Add more type hints to synapse.util. (#11321)Patrick Cloke2021-11-121-0/+1
| * Suggest using `/etc/matrix-synapse/conf.d/` for configuration with Debian pac...reivilibre2021-11-121-0/+1
| * Convert delete room admin API to async endpoint (#11223)Dirk Klimpel2021-11-121-0/+1
| * Annotations for user_erasure_store (#11313)David Robertson2021-11-111-0/+1
| * Get db signatures file to pass mypy (#11312)David Robertson2021-11-111-0/+1
| * Correct type hint for room_batch.py (#11310)David Robertson2021-11-111-0/+1
| * Move sql file for `remove_deleted_devices_from_device_inbox` into v65 (#11303)Dirk Klimpel2021-11-111-0/+1
| * Add type hints to some storage classes (#11307)Patrick Cloke2021-11-111-0/+1
| * Fix error in thumbnail generation (#11288)Neeeflix2021-11-101-0/+1
| * Add missing type hints to `synapse.app`. (#11287)Patrick Cloke2021-11-101-0/+1
| * Add type hints to synapse._scripts (#11297)Patrick Cloke2021-11-101-0/+1
| * Add documentation page stubs for Single Sign-On, SAML and CAS pages (#11298)Andrew Morgan2021-11-101-0/+1
| * Remove redundant parameters on `_check_event_auth` (#11292)Richard van der Hoff2021-11-101-0/+1
| * Merge tag 'v1.47.0rc2' into developOlivier Wilkinson (reivilibre)2021-11-1057-57/+0
| |\
| | * 1.47.0rc1Olivier Wilkinson (reivilibre)2021-11-0957-57/+0
* | | Merge branch 'develop' into madlittlemods/return-historical-events-in-order-f...Eric Eastwood2021-11-1128-0/+28
|\| |
| * | Fix typos in the `username_available` admin API documentation. (#11286)Stanislav Motylkov2021-11-091-0/+1
| * | Split out federated PDU retrieval into a non-cached version (#11242)Eric Eastwood2021-11-091-0/+1
| * | Ignore missing imports for parameterized. (#11285)Patrick Cloke2021-11-091-0/+1
| * | Require mypy for synapse/ & tests/ unless excluded (#11282)Dan Callahan2021-11-091-0/+1
| * | Clarifications and small fixes to to-device related code (#11247)Andrew Morgan2021-11-091-0/+1
| * | Allow admins to proactively block rooms (#11228)David Robertson2021-11-091-0/+1
| * | Support filtering by relations per MSC3440 (#11236)Patrick Cloke2021-11-091-0/+1
| * | Fix typo in `RelationAggregationPaginationServlet` error response (#11278)Andrew Morgan2021-11-091-0/+1
| |/
| * Include cross-signing signatures when syncing remote devices for the first ti...Erik Johnston2021-11-091-0/+1
| * Require body for read receipts with user-agent exceptions (#11157)rogersheu2021-11-091-0/+1
| * Rename to more clear `get_insertion_event_id_by_batch_id` (MSC2716) (#11244)Eric Eastwood2021-11-081-0/+1
| * Add some background update admin APIs (#11263)Erik Johnston2021-11-081-0/+1
| * Fix typo in comment from #11255. (#11276)Patrick Cloke2021-11-081-0/+1
| * Default value for `public_baseurl` (#11210)Richard van der Hoff2021-11-081-0/+1
| * Address review feedback from #11269 (#11273)Dan Callahan2021-11-081-0/+1