| Commit message (Expand) | Author | Age | Files | Lines |
* | Re-apply: Move glob_to_regex and re_word_boundary to matrix-python-common #11... | reivilibre | 2022-01-05 | 6 | -64/+12 |
* | Fix AssertionErrors after purging events (#11642) | Richard van der Hoff | 2022-01-04 | 2 | -3/+26 |
* | `FederationClient.backfill`: stop flagging events as outliers (#11632) | Richard van der Hoff | 2022-01-04 | 2 | -2/+4 |
* | Remove redundant `get_current_events_token` (#11643) | Richard van der Hoff | 2022-01-04 | 6 | -36/+19 |
* | Better error messages from `get_create_event_for_room` (#11638) | Richard van der Hoff | 2022-01-04 | 1 | -1/+5 |
* | Include the topic event in the prejoin state, per MSC3173. (#11666) | Patrick Cloke | 2022-01-04 | 1 | -0/+2 |
* | Convert all namedtuples to attrs. (#11665) | Patrick Cloke | 2021-12-30 | 20 | -205/+225 |
* | Add type hints to `synapse/storage/databases/main/events_bg_updates.py` (#11654) | Dirk Klimpel | 2021-12-30 | 1 | -29/+40 |
* | Improve type hints in storage classes. (#11652) | Dirk Klimpel | 2021-12-29 | 9 | -34/+43 |
* | Do not attempt to bundled aggregations for /members and /state. (#11623) | Patrick Cloke | 2021-12-29 | 1 | -3/+1 |
* | Add type hints to `synapse/storage/databases/main/stats.py` (#11653) | Dirk Klimpel | 2021-12-29 | 1 | -41/+53 |
* | Update to the current version of Black and run it on Synapse codebase (#11596) | Shay | 2021-12-23 | 2 | -2/+0 |
* | Fix mypy error with opentracing.tags. (#11622) | Patrick Cloke | 2021-12-23 | 1 | -0/+1 |
* | Merge branch 'master' into develop | Richard van der Hoff | 2021-12-21 | 2 | -2/+3 |
|\ |
|
| * | 1.49.2 | Richard van der Hoff | 2021-12-21 | 1 | -1/+1 |
| * | Pin to frozendict<2.1.2 (#11625) | Richard van der Hoff | 2021-12-21 | 1 | -1/+2 |
| * | 1.49.1 | Richard van der Hoff | 2021-12-21 | 1 | -1/+1 |
* | | Add type hints to event_push_actions. (#11594) | Patrick Cloke | 2021-12-21 | 7 | -145/+210 |
* | | Various opentracing enhancements (#11619) | Richard van der Hoff | 2021-12-21 | 4 | -21/+64 |
* | | Do not bundle aggregations for APIs which shouldn't include them. (#11592) | Patrick Cloke | 2021-12-20 | 8 | -27/+30 |
* | | Improve opentracing support for `ResponseCache` (#11607) | Richard van der Hoff | 2021-12-20 | 3 | -37/+114 |
* | | Improve opentracing for incoming HTTP requests (#11618) | Richard van der Hoff | 2021-12-20 | 3 | -73/+64 |
* | | Merge remote-tracking branch 'origin/release-v1.49' into develop | Richard van der Hoff | 2021-12-20 | 1 | -1/+9 |
|\| |
|
| * | Disable aggregation bundling on `/sync` responses (#11583) | Richard van der Hoff | 2021-12-20 | 1 | -1/+9 |
* | | Return JSON errors for unknown resources under /matrix/client. (#11602) | Patrick Cloke | 2021-12-20 | 2 | -10/+5 |
* | | Add opentracing types (#11603) | Shay | 2021-12-20 | 2 | -10/+16 |
* | | Add type hints to `synapse/storage/databases/main/transactions.py` (#11589) | Dirk Klimpel | 2021-12-16 | 1 | -24/+25 |
* | | Add MSC2716 and MSC3030 to `/versions` -> `unstable_features` (#11582) | Eric Eastwood | 2021-12-16 | 2 | -1/+5 |
* | | Add type hints to `synapse/storage/databases/main/room.py` (#11575) | Sean Quah | 2021-12-15 | 3 | -76/+104 |
* | | Require Collections as the parameters for simple_* methods. (#11580) | Patrick Cloke | 2021-12-15 | 2 | -40/+11 |
* | | Convert EventStreamResult to attrs. (#11574) | Patrick Cloke | 2021-12-15 | 2 | -9/+23 |
* | | Add experimental support for MSC3202: allowing application services to masque... | reivilibre | 2021-12-15 | 3 | -14/+97 |
* | | Add type hints to `synapse/storage/databases/main/e2e_room_keys.py` (#11549) | Sean Quah | 2021-12-14 | 3 | -77/+181 |
* | | Add missing type hints to `synapse.logging.context` (#11556) | Sean Quah | 2021-12-14 | 9 | -83/+206 |
* | | Add missing type hints to `synapse.appservice` (#11360) | Patrick Cloke | 2021-12-14 | 4 | -85/+141 |
* | | Merge branch 'master' into develop | Olivier Wilkinson (reivilibre) | 2021-12-14 | 1 | -1/+1 |
|\| |
|
| * | 1.49.0 | Olivier Wilkinson (reivilibre) | 2021-12-14 | 1 | -1/+1 |
* | | Remove redundant `COALESCE()`s around `COUNT()`s in database queries (#11570) | Sean Quah | 2021-12-14 | 7 | -20/+18 |
* | | Add missing type hints to synapse.http. (#11571) | Patrick Cloke | 2021-12-14 | 6 | -51/+72 |
* | | checks for generators in database functions (#11564) | Richard van der Hoff | 2021-12-13 | 2 | -7/+48 |
* | | Move HTML parsing to a separate file for URL previews. (#11566) | Patrick Cloke | 2021-12-13 | 3 | -378/+407 |
* | | Type hint the constructors of the data store classes (#11555) | Sean Quah | 2021-12-13 | 34 | -87/+350 |
* | | Add type hints to `synapse/storage/databases/main/end_to_end_keys.py` (#11551) | Sean Quah | 2021-12-13 | 2 | -68/+146 |
* | | Add type hints to `synapse/storage/databases/main/account_data.py` (#11546) | Sean Quah | 2021-12-13 | 2 | -32/+83 |
* | | Make `get_device` return None if the device doesn't exist rather than raising... | reivilibre | 2021-12-13 | 5 | -13/+19 |
* | | Allow events to be created with no `prev_events` (MSC2716) (#11243) | Eric Eastwood | 2021-12-10 | 2 | -7/+20 |
* | | Adjust _get_rooms_changed comments (#11550) | David Robertson | 2021-12-10 | 1 | -22/+29 |
* | | skip some dict munging in event persistence (#11560) | Richard van der Hoff | 2021-12-10 | 2 | -60/+113 |
* | | Stop populating `state_events.prev_state` (#11558) | Richard van der Hoff | 2021-12-10 | 2 | -5/+4 |
* | | Ensure emails are canonicalized before fetching associated user. (#11547) | Patrick Cloke | 2021-12-10 | 3 | -3/+8 |
* | | Do not allow cross-room relations, per MSC2674. (#11516) | Patrick Cloke | 2021-12-09 | 4 | -17/+45 |
* | | Additional type hints for the config module, part 2. (#11480) | Patrick Cloke | 2021-12-09 | 4 | -19/+27 |
* | | Use HTTPStatus constants in place of literals in `synapse.http` (#11543) | Dirk Klimpel | 2021-12-09 | 3 | -19/+46 |
* | | Support unprefixed versions of fallback key property names. (#11541) | Hubert Chathi | 2021-12-09 | 2 | -1/+6 |
* | | Add missing `errcode` to `parse_string` and `parse_boolean` (#11542) | Dirk Klimpel | 2021-12-09 | 1 | -2/+2 |
* | | Allow guests to send state events (#11378) | Robert Long | 2021-12-09 | 1 | -1/+1 |
* | | Add a constant for receipt types (m.read). (#11531) | Patrick Cloke | 2021-12-08 | 8 | -45/+86 |
* | | Clean up `synapse.rest.admin` (#11535) | Dirk Klimpel | 2021-12-08 | 13 | -164/+94 |
* | | Improve log messages for stream ids (#11536) | Richard van der Hoff | 2021-12-08 | 2 | -4/+6 |
* | | Send and handle cross-signing messages using the stable prefix. (#10520) | Hubert Chathi | 2021-12-08 | 2 | -3/+9 |
|/ |
|
* | 1.49.0rc1 | Sean Quah | 2021-12-07 | 1 | -1/+1 |
* | Revert "Move `glob_to_regex` and `re_word_boundary` to `matrix-python-common`... | Sean Quah | 2021-12-07 | 6 | -12/+64 |
* | Refactors in `_generate_sync_entry_for_rooms` (#11515) | David Robertson | 2021-12-07 | 1 | -45/+77 |
* | Correctly register shutdown handler for presence workers (#11518) | David Robertson | 2021-12-07 | 1 | -1/+1 |
* | Fix `ModuleApi.looping_background_call` for non-async functions (#11524) | Sean Quah | 2021-12-07 | 1 | -3/+2 |
* | Fix 'delete room' admin api to work on incomplete rooms (#11523) | Richard van der Hoff | 2021-12-07 | 3 | -20/+7 |
* | Correctly ignore invites from ignored users (#11511) | David Robertson | 2021-12-07 | 1 | -5/+6 |
* | Stabilise support for MSC2918 refresh tokens as they have now been merged int... | reivilibre | 2021-12-06 | 3 | -29/+61 |
* | Save the OIDC session ID (sid) with the device on login (#11482) | Quentin Gliech | 2021-12-06 | 10 | -32/+181 |
* | Add admin API to get some information about federation status (#11407) | Dirk Klimpel | 2021-12-06 | 3 | -0/+211 |
* | Include bundled aggregations in /sync and related fixes (#11478) | Patrick Cloke | 2021-12-06 | 8 | -62/+72 |
* | Move `glob_to_regex` and `re_word_boundary` to `matrix-python-common` (#11505) | Sean Quah | 2021-12-06 | 6 | -64/+12 |
* | Support configuring the lifetime of non-refreshable access tokens separately ... | reivilibre | 2021-12-03 | 2 | -3/+66 |
* | Disambiguate queries on `state_key` (#11497) | Richard van der Hoff | 2021-12-02 | 6 | -16/+20 |
* | Comments on the /sync tentacles (#11494) | David Robertson | 2021-12-02 | 2 | -43/+128 |
* | Add most of the missing type hints to `synapse.federation`. (#11483) | Patrick Cloke | 2021-12-02 | 8 | -49/+77 |
* | Fix media repository failing when media store path contains symlinks (#11446) | Sean Quah | 2021-12-02 | 1 | -44/+71 |
* | Add type annotations to `tests.storage.test_appservice`. (#11488) | reivilibre | 2021-12-02 | 2 | -4/+5 |
* | Add MSC3030 experimental client and federation API endpoints to get the close... | Eric Eastwood | 2021-12-02 | 12 | -31/+673 |
* | Clean-up get_version_string (#11468) | Patrick Cloke | 2021-12-01 | 1 | -57/+25 |
* | Additional type hints for config module. (#11465) | Patrick Cloke | 2021-12-01 | 14 | -99/+128 |
* | Register the login redirect endpoint for v3. (#11451) | Patrick Cloke | 2021-12-01 | 2 | -3/+3 |
* | Don't start Synapse master process if `worker_app` is set (#11416) | Shay | 2021-11-30 | 1 | -0/+7 |
* | Expose worker & homeserver as entrypoints in `setup.py` (#11449) | Maximilian Bosch | 2021-11-30 | 1 | -1/+5 |
* | Bundle relations of relations into the `/relations` result. (#11284) | Patrick Cloke | 2021-11-30 | 2 | -6/+11 |
* | Fix `LruCache` corruption bug with a `size_callback` that can return 0 (#11454) | Sean Quah | 2021-11-30 | 1 | -1/+4 |
* | Eliminate a few `Any`s in `LruCache` type hints (#11453) | Sean Quah | 2021-11-30 | 3 | -19/+31 |
* | Merge branch 'master' into develop | Brendan Abolivier | 2021-11-30 | 1 | -1/+1 |
|\ |
|
| * | 1.48.0 | Brendan Abolivier | 2021-11-30 | 1 | -1/+1 |
| * | 1.48.0rc1 | Brendan Abolivier | 2021-11-25 | 1 | -1/+1 |
* | | Improved push typing (#11409) | Marcus | 2021-11-30 | 5 | -36/+204 |
* | | Convert status codes to `HTTPStatus` in `synapse.rest.admin` (#11452) | Dirk Klimpel | 2021-11-29 | 11 | -171/+275 |
* | | Refactor `backfilled` into specific behavior function arguments (`_persist_ev... | Eric Eastwood | 2021-11-29 | 2 | -21/+56 |
* | | Support the stable /hierarchy endpoint from MSC2946 (#11329) | Patrick Cloke | 2021-11-29 | 6 | -18/+64 |
* | | Make background updates controllable via a plugin (#11306) | Erik Johnston | 2021-11-29 | 2 | -24/+222 |
* | | Return the stable `event` field from `/send_join` per MSC3083. (#11413) | Patrick Cloke | 2021-11-29 | 2 | -2/+16 |
* | | Add type annotations to some of the configuration surrounding refresh tokens.... | reivilibre | 2021-11-29 | 2 | -2/+10 |
* | | Fix perspectives requests for multiple keys for the same server (#11440) | Richard van der Hoff | 2021-11-29 | 1 | -11/+19 |
* | | Fix using MSC2716 batch sending with event persistence workers (#11220) | Tulir Asokan | 2021-11-29 | 2 | -0/+7 |
* | | disallow-untyped-defs for the module_api (#11029) | David Robertson | 2021-11-29 | 1 | -30/+55 |
* | | Bump ijson dependency to 3.1 (#11438) (#11439) | Daniel Molkentin | 2021-11-26 | 1 | -1/+1 |
* | | Update MSC2918 refresh token support to confirm with the latest revision: acc... | reivilibre | 2021-11-26 | 2 | -8/+13 |
* | | Add type hints to `synapse/storage/databases/main/events_worker.py` (#11411) | Sean Quah | 2021-11-26 | 10 | -169/+246 |
* | | Support expiry of refresh tokens and expiry of the overall session when refre... | reivilibre | 2021-11-26 | 6 | -53/+213 |
* | | Track ongoing event fetches correctly (again) (#11376) | Sean Quah | 2021-11-26 | 1 | -42/+112 |
* | | Annotate string constants in `synapse.api.constants` with `Final` (#11356) | Sean Quah | 2021-11-25 | 1 | -98/+100 |
|/ |
|
* | Improve performance of `remove_{hidden,deleted}_devices_from_device_inbox` (#... | Brendan Abolivier | 2021-11-25 | 2 | -146/+81 |
* | Lower minumum batch size to 1 for background updates (#11422) | Brendan Abolivier | 2021-11-24 | 1 | -1/+1 |
* | Rename unstable `access_token_lifetime` configuration option to `refreshable_... | reivilibre | 2021-11-23 | 4 | -15/+34 |
* | Add missing type hints to config base classes (#11377) | Patrick Cloke | 2021-11-23 | 9 | -101/+165 |
* | Remove code invalidated by deprecated config flag 'trust_identity_servers_for... | Shay | 2021-11-23 | 1 | -32/+3 |
* | Merge branch 'master' into develop | Sean Quah | 2021-11-23 | 4 | -51/+231 |
|\ |
|
| * | 1.47.1 | Sean Quah | 2021-11-19 | 1 | -1/+1 |
| * | Prevent the media store from writing outside of the configured directory | Sean Quah | 2021-11-19 | 3 | -50/+230 |
* | | Refactor the code to inject bundled relations during serialization. (#11408) | Patrick Cloke | 2021-11-23 | 7 | -73/+91 |
* | | Add config for customizing the claim used for JWT logins. (#11361) | Kostas | 2021-11-22 | 2 | -1/+11 |
* | | Store arbitrary relations from events. (#11391) | Patrick Cloke | 2021-11-22 | 3 | -44/+75 |
* | | Add an admin API to run background jobs. (#11352) | Dirk Klimpel | 2021-11-19 | 4 | -29/+102 |
* | | Fix checking whether a room can be published on creation. (#11392) | Patrick Cloke | 2021-11-19 | 2 | -23/+32 |
* | | Remove dead code from acme support. (#11393) | Patrick Cloke | 2021-11-19 | 1 | -50/+0 |
* | | Keep fallback key marked as used if it's re-uploaded (#11382) | Hubert Chathi | 2021-11-19 | 1 | -11/+40 |
* | | Fix verification of objects signed with old local keys (#11379) | Richard van der Hoff | 2021-11-19 | 1 | -28/+41 |
* | | Prevent historical state from being pushed to an application service via `/tr... | Eric Eastwood | 2021-11-18 | 3 | -2/+38 |
* | | Remove legacy code related to deprecated `trust_identity_server_for_password_... | Shay | 2021-11-18 | 3 | -47/+8 |
* | | Add dedicated admin API for blocking a room (#11324) | Dirk Klimpel | 2021-11-18 | 3 | -0/+97 |
* | | Add/Unerase annotations to Module API (#11341) | reivilibre | 2021-11-18 | 1 | -23/+134 |
* | | Rename `get_refresh_token_for_user_id` to `create_refresh_token_for_user_id` ... | reivilibre | 2021-11-18 | 2 | -3/+3 |
* | | Use auto_attribs for RefreshTokenLookupResult (#11386) | reivilibre | 2021-11-18 | 1 | -7/+7 |
* | | Do not allow MSC3440 threads to fork threads (#11161) | Patrick Cloke | 2021-11-18 | 2 | -8/+113 |
* | | Docs: Quote wildcard `federation_certificate_verification_whitelist` (#11381) | Nicolai Søborg | 2021-11-18 | 1 | -2/+2 |
* | | Add type annotations to `synapse.metrics` (#10847) | Sean Quah | 2021-11-17 | 10 | -85/+169 |
* | | Add support for `/_matrix/media/v3` APIs (#11371) | Aaron R | 2021-11-17 | 3 | -5/+13 |
* | | Merge branch 'master' into develop | David Robertson | 2021-11-17 | 1 | -1/+1 |
|\| |
|
| * | 1.47.0 v1.47.0 | David Robertson | 2021-11-17 | 1 | -1/+1 |
* | | Rename `get_access_token_for_user_id` method to `create_access_token_for_user... | reivilibre | 2021-11-17 | 3 | -4/+4 |
* | | Merge tag 'v1.47.0rc3' into develop | David Robertson | 2021-11-16 | 3 | -20/+36 |
|\| |
|
| * | 1.47.0rc3 | Andrew Morgan | 2021-11-16 | 1 | -1/+1 |
| * | Rename `remove_deleted_devices_from_device_inbox` to ensure it is always run ... | Andrew Morgan | 2021-11-16 | 1 | -1/+13 |
| * | Run _upgrade_existing_database on workers if at current schema_version (#11346) | Andrew Morgan | 2021-11-15 | 1 | -18/+22 |
| * | Move sql file for `remove_deleted_devices_from_device_inbox` into v65 (#11303) | Dirk Klimpel | 2021-11-15 | 1 | -1/+1 |
* | | Avoid sharing room hierarchy responses between users (#11355) | Sean Quah | 2021-11-16 | 1 | -2/+9 |
* | | Add support for `/_matrix/client/v3` APIs (#11318) | Aaron R | 2021-11-16 | 3 | -3/+4 |
* | | Add most missing type hints to synapse.util (#11328) | Patrick Cloke | 2021-11-16 | 8 | -81/+157 |
* | | Properly register all callback hooks for legacy password authentication provi... | reivilibre | 2021-11-16 | 1 | -13/+13 |
* | | Add ability to un-shadow-ban via the admin API. (#11347) | Patrick Cloke | 2021-11-16 | 2 | -3/+23 |
* | | Database storage profile passes mypy (#11342) | David Robertson | 2021-11-15 | 1 | -4/+8 |
* | | Get directory db file to pass mypy (#11339) | David Robertson | 2021-11-15 | 2 | -6/+7 |
* | | Add support for the stable version of MSC2778 (#11335) | Tulir Asokan | 2021-11-15 | 1 | -2/+7 |
* | | Remove unused tables `room_stats_historical` and `user_stats_historical` (#11... | Shay | 2021-11-12 | 2 | -1/+23 |
* | | Annotations for state_deltas.py (#11316) | David Robertson | 2021-11-12 | 1 | -3/+13 |
* | | Test room alias deletion (#11327) | David Robertson | 2021-11-12 | 2 | -3/+10 |
* | | Change display names/avatar URLs to None if they contain null bytes before st... | Shay | 2021-11-12 | 1 | -4/+6 |
* | | Add type hints to media repository storage module (#11311) | Patrick Cloke | 2021-11-12 | 2 | -61/+88 |
* | | Attempt to annotate events_forward_extremities (#11314) | David Robertson | 2021-11-12 | 2 | -7/+16 |
* | | Misc typing fixes for `tests`, part 1 of N (#11323) | David Robertson | 2021-11-12 | 2 | -2/+5 |
* | | Add more type hints to synapse.util. (#11321) | Patrick Cloke | 2021-11-12 | 2 | -15/+23 |
* | | Convert delete room admin API to async endpoint (#11223) | Dirk Klimpel | 2021-11-12 | 4 | -10/+432 |
* | | Annotations for user_erasure_store (#11313) | David Robertson | 2021-11-11 | 1 | -4/+5 |
* | | Get db signatures file to pass mypy (#11312) | David Robertson | 2021-11-11 | 2 | -9/+7 |
* | | Correct type hint for room_batch.py (#11310) | David Robertson | 2021-11-11 | 1 | -10/+8 |
* | | Move sql file for `remove_deleted_devices_from_device_inbox` into v65 (#11303) | Dirk Klimpel | 2021-11-11 | 1 | -1/+1 |
* | | Add type hints to some storage classes (#11307) | Patrick Cloke | 2021-11-11 | 7 | -47/+115 |
* | | Fix error in thumbnail generation (#11288) | Neeeflix | 2021-11-10 | 1 | -4/+4 |
* | | Add missing type hints to `synapse.app`. (#11287) | Patrick Cloke | 2021-11-10 | 15 | -174/+219 |
* | | Add type hints to synapse._scripts (#11297) | Patrick Cloke | 2021-11-10 | 2 | -18/+28 |
* | | Remove redundant parameters on `_check_event_auth` (#11292) | Richard van der Hoff | 2021-11-10 | 1 | -10/+0 |
* | | Merge tag 'v1.47.0rc2' into develop | Olivier Wilkinson (reivilibre) | 2021-11-10 | 1 | -1/+1 |
|\| |
|
| * | 1.47.0rc2 | Olivier Wilkinson (reivilibre) | 2021-11-10 | 1 | -1/+1 |
| * | Update __init__.py v1.47.0rc1 | Olivier Wilkinson (reivilibre) | 2021-11-09 | 1 | -1/+1 |
* | | Split out federated PDU retrieval into a non-cached version (#11242) | Eric Eastwood | 2021-11-09 | 1 | -22/+58 |
* | | Clarifications and small fixes to to-device related code (#11247) | Andrew Morgan | 2021-11-09 | 4 | -15/+71 |
* | | Allow admins to proactively block rooms (#11228) | David Robertson | 2021-11-09 | 3 | -16/+63 |
* | | Support filtering by relations per MSC3440 (#11236) | Patrick Cloke | 2021-11-09 | 10 | -75/+241 |
* | | Fix typo in `RelationAggregationPaginationServlet` error response (#11278) | Andrew Morgan | 2021-11-09 | 1 | -1/+3 |
|/ |
|
* | Include cross-signing signatures when syncing remote devices for the first ti... | Erik Johnston | 2021-11-09 | 1 | -86/+125 |
* | Require body for read receipts with user-agent exceptions (#11157) | rogersheu | 2021-11-09 | 1 | -1/+11 |
* | Rename to more clear `get_insertion_event_id_by_batch_id` (MSC2716) (#11244) | Eric Eastwood | 2021-11-08 | 3 | -3/+3 |
* | Add some background update admin APIs (#11263) | Erik Johnston | 2021-11-08 | 4 | -18/+164 |
* | Fix typo in comment from #11255. (#11276) | Patrick Cloke | 2021-11-08 | 1 | -1/+1 |
* | Default value for `public_baseurl` (#11210) | Richard van der Hoff | 2021-11-08 | 11 | -63/+54 |
* | Handle federation inbound instances being killed more gracefully (#11262) | Erik Johnston | 2021-11-08 | 2 | -10/+26 |
* | Fix rolling back when using workers (#11255) | Erik Johnston | 2021-11-05 | 1 | -11/+12 |
* | Make minor correction to type of auth_checkers callbacks (#11253) | reivilibre | 2021-11-04 | 1 | -1/+3 |
* | Track ongoing event fetches correctly in the presence of failure (#11240) | Sean Quah | 2021-11-04 | 1 | -22/+34 |
* | Add a linearizer on (appservice, stream) when handling ephemeral events. (#11... | Nick Barrett | 2021-11-03 | 1 | -18/+51 |
* | Enable passing typing stream writers as a list. (#11237) | Nick Barrett | 2021-11-03 | 7 | -16/+23 |
* | Support sending no `state_events_at_start` in the MSC2716 `/batch_send` endpo... | Eric Eastwood | 2021-11-03 | 1 | -12/+17 |
* | Add index to `local_group_updates.stream_id` (#11231) | Erik Johnston | 2021-11-02 | 2 | -1/+34 |
* | Merge remote-tracking branch 'origin/master' into develop | Erik Johnston | 2021-11-02 | 2 | -4/+7 |
|\ |
|
| * | 1.46.0 | Erik Johnston | 2021-11-02 | 1 | -1/+1 |
| * | Fix URL preview errors when previewing XML documents. (#11196) | Patrick Cloke | 2021-10-27 | 1 | -3/+6 |
* | | Add remaining type hints to `synapse.events`. (#11098) | Patrick Cloke | 2021-11-02 | 13 | -103/+183 |
* | | Delete messages for hidden devices from `device_inbox` (#11199) | Dirk Klimpel | 2021-11-02 | 2 | -0/+111 |
* | | Fix providing a `RoomStreamToken` instance to `_notify_app_services_ephemeral... | Andrew Morgan | 2021-11-02 | 4 | -37/+29 |
* | | Add search by room ID and room alias to List Room admin API (#11099) | Dirk Klimpel | 2021-11-02 | 1 | -11/+18 |
* | | ObservableDeferred: run observers in order (#11229) | Richard van der Hoff | 2021-11-02 | 1 | -16/+18 |
* | | Handle missing Content-Type header when accessing remote media (#11200) | Shay | 2021-11-01 | 2 | -2/+12 |
* | | Add `use_float=true` to ijson calls in Synapse (#11217) | Shay | 2021-11-01 | 1 | -0/+3 |
* | | Make `check_event_allowed` module API callback not fail open (accept events) ... | reivilibre | 2021-11-01 | 2 | -4/+12 |
* | | Remove deprecated delete room admin API (#11213) | Dirk Klimpel | 2021-11-01 | 2 | -90/+53 |
* | | Support for serving server well-known files (#11211) | Richard van der Hoff | 2021-11-01 | 4 | -4/+69 |
* | | Support Client-Server API r0.6.1 (#11097) | Aaron R | 2021-11-01 | 1 | -0/+1 |
* | | Add metrics to the threadpools (#11178) | Erik Johnston | 2021-11-01 | 3 | -1/+48 |
* | | Stop synapse from saving messages in device_inbox for hidden devices. (#10097) | JohannesKleine | 2021-11-01 | 1 | -2/+6 |
* | | Fix comments referencing v1.46.0 from PR #10969. (#11212) | Dirk Klimpel | 2021-10-29 | 2 | -2/+2 |
* | | Add a module API method to retrieve state from a room (#11204) | Brendan Abolivier | 2021-10-29 | 1 | -0/+49 |
* | | Additional type hints for relations database class. (#11205) | Patrick Cloke | 2021-10-28 | 1 | -15/+23 |
* | | Add knock information in admin exported data (#11171) | Rafael Gonçalves | 2021-10-28 | 2 | -0/+36 |
* | | Fetch verify key locally rather than trying to do so over federation if origi... | Shay | 2021-10-28 | 1 | -29/+45 |
* | | Add a ModuleApi method to update a user's membership in a room (#11147) | Brendan Abolivier | 2021-10-28 | 1 | -1/+99 |
* | | Type hints for the remaining two files in `synapse.http`. (#11164) | David Robertson | 2021-10-28 | 4 | -27/+53 |
* | | Annotate `log_function` decorator (#10943) | reivilibre | 2021-10-27 | 11 | -18/+57 |
* | | Fixed config parse bug in review_recent_signups (#11191) | Samuel Philipp | 2021-10-27 | 1 | -2/+7 |
* | | Refactor `Filter` to handle fields according to data being filtered. (#11194) | Patrick Cloke | 2021-10-27 | 4 | -69/+86 |
* | | Delete messages from `device_inbox` table when deleting device (#10969) | Dirk Klimpel | 2021-10-27 | 3 | -15/+134 |
* | | Include the stable identifier for MSC3288. (#11187) | Patrick Cloke | 2021-10-27 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'origin/release-v1.46' into develop | Erik Johnston | 2021-10-27 | 3 | -2/+3 |
|\| |
|
| * | Shut down the DNS threadpool (#11190) | Sean Quah | 2021-10-27 | 1 | -0/+1 |
| * | Fix thread BG update to not seq scan event_json (#11192) | Erik Johnston | 2021-10-27 | 1 | -1/+1 |
| * | 1.46.0rc1 | Sean Quah | 2021-10-26 | 1 | -1/+1 |
* | | Implement an `on_new_event` callback (#11126) | Brendan Abolivier | 2021-10-26 | 5 | -9/+53 |
|/ |
|
* | Move DNS lookups into separate thread pool (#11177) | Erik Johnston | 2021-10-26 | 2 | -1/+148 |
* | Add a background update for updating MSC3440 relation threads. (#11181) | Patrick Cloke | 2021-10-26 | 2 | -2/+101 |
* | Document the version each module API method was added to Synapse (#11183) | Brendan Abolivier | 2021-10-26 | 1 | -11/+88 |
* | Enable changing user type via users admin API (#11174) | Jason Robinson | 2021-10-26 | 2 | -0/+21 |
* | Fix cyclic import in the module API (#11180) | Brendan Abolivier | 2021-10-25 | 1 | -2/+4 |
* | Don't set new room alias before potential 403 (#10930) | AndrewFerr | 2021-10-25 | 2 | -11/+11 |
* | Ensure that we correctly auth events returned by `send_join` (#11012) | Richard van der Hoff | 2021-10-25 | 1 | -86/+60 |
* | Fix module API's `get_user_ip_and_agents` function when run on workers (#11112) | Sean Quah | 2021-10-25 | 2 | -40/+90 |
* | Add type hints for most `HomeServer` parameters (#11095) | Sean Quah | 2021-10-22 | 57 | -143/+341 |
* | Fix synapse.config module "read" command (#11145) | Jason Robinson | 2021-10-22 | 1 | -13/+33 |
* | Add a thread relation type per MSC3440. (#11088) | Patrick Cloke | 2021-10-21 | 6 | -2/+84 |
* | Fix adding excluded users to the private room sharing tables when joining a r... | David Robertson | 2021-10-21 | 1 | -15/+13 |
* | Improve docstrings for methods related to sending EDUs to application service... | Andrew Morgan | 2021-10-21 | 6 | -23/+147 |
* | Add missing type hints to synapse.crypto. (#11146) | Patrick Cloke | 2021-10-21 | 3 | -18/+32 |
* | Fix setting a user's external_id via the admin API returns 500 and deletes us... | Dirk Klimpel | 2021-10-21 | 2 | -34/+108 |
* | Consider IP whitelist for identity server resolution (#11120) | Robert Edström | 2021-10-20 | 1 | -1/+3 |
* | Clean up `_update_auth_events_and_context_for_auth` (#11122) | Richard van der Hoff | 2021-10-20 | 1 | -114/+37 |
* | Show error when timestamp in seconds is provided to the /purge_media_cache AP... | Aaron R | 2021-10-20 | 1 | -6/+27 |
* | Merge branch 'master' into develop | Sean Quah | 2021-10-20 | 3 | -29/+1 |
|\ |
|
| * | 1.45.1 | Sean Quah | 2021-10-20 | 1 | -1/+1 |
| * | Revert change to counting of deactivated users towards the monthly active use... | Sean Quah | 2021-10-20 | 2 | -28/+0 |
* | | Add missing type hints to event fetching. (#11121) | Patrick Cloke | 2021-10-19 | 1 | -61/+81 |
* | | Merge branch 'master' into develop | David Robertson | 2021-10-19 | 1 | -1/+1 |
|\| |
|
| * | 1.45.0 | David Robertson | 2021-10-19 | 1 | -1/+1 |
* | | Move _persist_auth_tree into FederationEventHandler (#11115) | Richard van der Hoff | 2021-10-19 | 2 | -125/+119 |
* | | Rename `_auth_and_persist_fetched_events` (#11116) | Richard van der Hoff | 2021-10-19 | 1 | -14/+9 |
* | | Include rejected status when we log events. (#11008) | Richard van der Hoff | 2021-10-19 | 1 | -6/+10 |
* | | Add missing type hints to synapse.api. (#11109) | Patrick Cloke | 2021-10-18 | 8 | -99/+80 |
* | | Check auth on received events' auth_events (#11001) | Richard van der Hoff | 2021-10-18 | 1 | -2/+97 |