| Commit message (Expand) | Author | Age | Files | Lines |
* | Update `delay_cancellation` to accept any awaitable (#12468) | Sean Quah | 2022-04-22 | 2 | -12/+43 |
* | MSC3202: Fix device_unused_fallback_keys -> device_unused_fallback_key_types ... | Will Hunt | 2022-04-22 | 2 | -2/+2 |
* | Await un-partial-stating after a partial-state join (#12399) | Richard van der Hoff | 2022-04-21 | 5 | -4/+156 |
* | Dump setuptools; correct pyproject version number (#12478) | David Robertson | 2022-04-20 | 2 | -152/+3 |
* | Fix Jinja templating error when generating thumbnail URLs. (#12510) | Patrick Cloke | 2022-04-20 | 1 | -1/+1 |
* | Implement MSC2815: allow room moderators to view redacted event content (#12427) | Tulir Asokan | 2022-04-20 | 6 | -3/+99 |
* | Fix returned count of delete extremities admin API (#12496) | Erik Johnston | 2022-04-19 | 1 | -3/+5 |
* | Fix `/room/.../event/...` to return the *original* event after any edits (#12... | Richard van der Hoff | 2022-04-19 | 2 | -9/+16 |
* | Implement MSC3383: include destination in X-Matrix auth header (#11398) | Jan Christian Grünhage | 2022-04-19 | 2 | -10/+41 |
* | Merge branch 'master' into develop | Olivier Wilkinson (reivilibre) | 2022-04-19 | 1 | -1/+1 |
|\ |
|
| * | 1.57.0 | Olivier Wilkinson (reivilibre) | 2022-04-19 | 1 | -1/+1 |
* | | Back out implementation of MSC2314 (#12474) | Richard van der Hoff | 2022-04-19 | 2 | -18/+10 |
* | | Fix grammatical error in error message (#12483) | Travis Ralston | 2022-04-18 | 1 | -1/+1 |
* | | Only send out device list updates for our own users (#12465) | Erik Johnston | 2022-04-14 | 2 | -4/+10 |
* | | Limit `device_id` size to 512B (#12454) | Shay | 2022-04-13 | 1 | -0/+9 |
* | | Prevent a sync request from removing a user's busy presence status (#12213) | David Baker | 2022-04-13 | 3 | -18/+53 |
* | | Fix missing sync events during historical batch imports (#12319) | Nick Mills-Barrett | 2022-04-13 | 3 | -17/+38 |
* | | Rename Mutual Rooms `unstable_features` flag to match MSC (#12445) | Jonathan de Jong | 2022-04-13 | 1 | -1/+1 |
* | | Process device list updates asynchronously (#12365) | Erik Johnston | 2022-04-12 | 4 | -91/+12 |
* | | Remove the unstable event field for `/send_join` per MSC3083. (#12395) | Patrick Cloke | 2022-04-12 | 2 | -12/+0 |
* | | Merge branch 'release-v1.57' into develop | Erik Johnston | 2022-04-12 | 1 | -1/+1 |
|\| |
|
| * | 1.57.0rc1 | Erik Johnston | 2022-04-12 | 1 | -1/+1 |
* | | Disable groups/communities by default. (#12344) | Patrick Cloke | 2022-04-12 | 1 | -1/+1 |
* | | Resync state after partial-state join (#12394) | Richard van der Hoff | 2022-04-12 | 7 | -0/+288 |
* | | Remove references to unstable identifiers from MSC3440. (#12382) | Patrick Cloke | 2022-04-12 | 9 | -95/+19 |
|/ |
|
* | Add some type hints to datastore (#12423) | Dirk Klimpel | 2022-04-12 | 8 | -77/+122 |
* | Specify tls extra for Twisted dependency. (#12444) | Erik Johnston | 2022-04-12 | 1 | -2/+1 |
* | Remove experimental configuration flag for MSC3666. (#12436) | Patrick Cloke | 2022-04-11 | 2 | -19/+13 |
* | Add missing type hints to config classes. (#12402) | Patrick Cloke | 2022-04-11 | 47 | -140/+239 |
* | Do not consider events by ignored users for bundled aggregations (#12235) | Patrick Cloke | 2022-04-11 | 2 | -39/+357 |
* | Disallow untyped defs in synapse._scripts (#12422) | David Robertson | 2022-04-11 | 11 | -109/+186 |
* | Add Module API for reading and writing global account data. (#12391) | reivilibre | 2022-04-11 | 1 | -0/+76 |
* | Optimise `_update_client_ips_batch_txn` to batch together database operations... | reivilibre | 2022-04-08 | 2 | -35/+132 |
* | Make `synapse._scripts` pass typechecks (#12421) | David Robertson | 2022-04-08 | 4 | -38/+49 |
* | Unify HTTP query parameter type hints (#12415) | David Robertson | 2022-04-08 | 5 | -38/+42 |
* | Update the server notices user profile in room if changed. (#12115) | Jorge Florian | 2022-04-08 | 1 | -4/+55 |
* | Fix rejecting invites over federation (#12409) | Erik Johnston | 2022-04-07 | 1 | -20/+33 |
* | Fix fetching public rooms over federation (#12410) | Erik Johnston | 2022-04-07 | 1 | -1/+1 |
* | Do not add groups to sync results if disabled. (#12408) | Patrick Cloke | 2022-04-07 | 2 | -10/+10 |
* | Add opentracing spans to calls to external cache (#12380) | Erik Johnston | 2022-04-07 | 2 | -11/+23 |
* | Support the v1 endpoint for `/relations`. (#12403) | Patrick Cloke | 2022-04-07 | 1 | -1/+1 |
* | Remove support for the unstable identifier from MSC3288. (#12398) | Patrick Cloke | 2022-04-06 | 1 | -2/+0 |
* | Narrow the `importlib_metadata` dependency (#12400) | David Robertson | 2022-04-06 | 1 | -1/+1 |
* | Fix `synapse_event_persisted_position` metric (#12390) | Richard van der Hoff | 2022-04-06 | 1 | -3/+3 |
* | Update type annotations for compatiblity with prometheus_client 0.14 (#12389) | Richard van der Hoff | 2022-04-06 | 7 | -18/+66 |
* | Generate historic pagination token for `/messages` when no `?from` token prov... | Eric Eastwood | 2022-04-06 | 4 | -14/+23 |
* | Add missing dependency on importlib_metadata (#12384) | David Robertson | 2022-04-05 | 1 | -0/+3 |
* | Post 1.56.0 release tidy up (#12379) | Sean Quah | 2022-04-05 | 1 | -1/+1 |
* | Fix edge case where a `Linearizer` could get stuck (#12358) | Sean Quah | 2022-04-05 | 1 | -1/+5 |
* | Make `StreamToken` and `RoomStreamToken` methods propagate cancellations (#12... | Sean Quah | 2022-04-05 | 1 | -0/+5 |
* | Refactor and convert `Linearizer` to async (#12357) | Sean Quah | 2022-04-05 | 19 | -113/+101 |
* | Merge branch 'master' into develop | Sean Quah | 2022-04-05 | 2 | -2/+2 |
|\ |
|
| * | 1.56.0 | Sean Quah | 2022-04-05 | 1 | -1/+1 |
| * | Pin signedjson to <= 1.1.1 as a temporary workaround for #12324 | Sean Quah | 2022-04-05 | 1 | -1/+1 |
| * | Bump `black` and `click` versions (#12320) | David Robertson | 2022-04-05 | 11 | -18/+21 |
* | | Prefill more stream change caches. (#12372) | Erik Johnston | 2022-04-05 | 5 | -61/+91 |
* | | Fix a spec compliance issue where requests to the `/publicRooms` federation A... | reivilibre | 2022-04-05 | 1 | -2/+2 |
* | | Merge tag 'v1.56.0rc1' into develop | Richard van der Hoff | 2022-04-05 | 1 | -1/+1 |
|\| |
|
| * | 1.56.0rc1 | Brendan Abolivier | 2022-03-29 | 1 | -1/+1 |
* | | Explain how to decipher live and historic pagination tokens (#12317) | Eric Eastwood | 2022-04-05 | 1 | -11/+85 |
* | | Allow non-member state sent in room batch to resolve for historic events (MSC... | Eric Eastwood | 2022-04-04 | 1 | -26/+12 |
* | | Prefill the device_list_stream_cache (#12367) | Erik Johnston | 2022-04-04 | 2 | -2/+22 |
* | | Track device list updates per room. (#12321) | Erik Johnston | 2022-04-04 | 8 | -37/+362 |
* | | Default to `private` room visibility rather than `public` when a client does ... | reivilibre | 2022-04-01 | 1 | -1/+3 |
* | | Use a sequence to generate AS transaction IDs, drop `last_txn` AS state (#12209) | Nick Mills-Barrett | 2022-04-01 | 3 | -44/+67 |
* | | Move `update_client_ip` background job from the main process to the backgroun... | reivilibre | 2022-04-01 | 9 | -153/+159 |
* | | Raise an exception when getting state at an outlier (#12191) | Richard van der Hoff | 2022-04-01 | 2 | -4/+32 |
* | | Optimise `_get_state_after_missing_prev_event`: use `/state` (#12040) | Richard van der Hoff | 2022-04-01 | 2 | -9/+42 |
* | | Add a module callback to react to account data changes (#12327) | Brendan Abolivier | 2022-04-01 | 2 | -1/+66 |
* | | Add set_user_admin function to the module API (#12341) | Amanda Graven | 2022-04-01 | 1 | -0/+11 |
* | | Move MSC2654 support behind an experimental configuration flag. (#12295) | Patrick Cloke | 2022-03-31 | 2 | -1/+6 |
* | | Handle outliers in `/federation/v1/event` (#12332) | Richard van der Hoff | 2022-03-31 | 1 | -106/+128 |
* | | Add more type hints to the main state store. (#12267) | Patrick Cloke | 2022-03-31 | 2 | -9/+15 |
* | | Add a callback to react to 3PID associations (#12302) | Brendan Abolivier | 2022-03-31 | 3 | -0/+32 |
* | | Remove an unnecessary class from the relations code. (#12338) | Patrick Cloke | 2022-03-31 | 3 | -74/+31 |
* | | Ensure the type of URL attributes is always str when matching against preview... | Brendan Abolivier | 2022-03-31 | 1 | -2/+7 |
* | | Remove the unused and unstable `/aggregations` endpoint. (#12293) | Patrick Cloke | 2022-03-30 | 4 | -271/+16 |
* | | Send device list updates to application services (MSC3202) - part 1 (#11881) | Andrew Morgan | 2022-03-30 | 11 | -62/+317 |
* | | Start application service stream token tracking from 1 (#12193) | Andrew Morgan | 2022-03-30 | 2 | -2/+3 |
* | | Disable proactive sends for remote joins (#12330) | Richard van der Hoff | 2022-03-30 | 1 | -0/+6 |
* | | Add a configuration to exclude rooms from sync response (#12310) | Brendan Abolivier | 2022-03-30 | 4 | -21/+66 |
* | | Fix typechecker problems exposed by signedjson 1.1.2 (#12326) | David Robertson | 2022-03-29 | 5 | -17/+20 |
* | | Room batch: fix up handling of unknown prev_event_ids (#12316) | Richard van der Hoff | 2022-03-29 | 1 | -8/+13 |
* | | Update `LoggingTransaction.call_after` and `call_on_exception` docstrings (#1... | Sean Quah | 2022-03-29 | 1 | -3/+20 |
* | | Bump `black` and `click` versions (#12320) | David Robertson | 2022-03-29 | 11 | -18/+21 |
|/ |
|
* | Remove unused `auth_event_ids` argument plumbing (#12304) | Eric Eastwood | 2022-03-29 | 2 | -27/+0 |
* | Exclude outliers in `on_backfill_request` (#12314) | Richard van der Hoff | 2022-03-28 | 1 | -3/+9 |
* | Add some type hints to datastore. (#12255) | Dirk Klimpel | 2022-03-28 | 8 | -39/+60 |
* | Un-revert Jinja2 fix (#12313) | Brendan Abolivier | 2022-03-28 | 2 | -6/+9 |
* | Allow modules to store already existing 3PID associations (#12195) | Brendan Abolivier | 2022-03-28 | 1 | -1/+26 |
* | Improve type annotations for `execute_values`. (#12311) | reivilibre | 2022-03-28 | 1 | -10/+7 |
* | Add restrictions by default to open registration in Synapse (#12091) | Shay | 2022-03-25 | 2 | -1/+30 |
* | Add cache for `get_membership_from_event_ids` (#12272) | Erik Johnston | 2022-03-25 | 5 | -22/+71 |
* | Enhance logging for inbound federation events (#12301) | Richard van der Hoff | 2022-03-25 | 1 | -1/+1 |
* | Refactor `create_new_client_event` to use a new parameter, `state_event_ids`,... | Eric Eastwood | 2022-03-25 | 4 | -65/+164 |
* | Always allow the empty string as an avatar_url. (#12261) | David Robertson | 2022-03-25 | 1 | -0/+6 |
* | Merge branch 'master' into develop | Richard van der Hoff | 2022-03-24 | 3 | -8/+7 |
|\ |
|
| * | 1.55.2 | Richard van der Hoff | 2022-03-24 | 1 | -1/+1 |
| * | Pin Jinja to <3.1.0 (#12297) | Andrew Morgan | 2022-03-24 | 1 | -1/+2 |
| * | Revert "Replace instances of deprecated `Jinja2.Markup` with `markupsafe.Mark... | Andrew Morgan | 2022-03-24 | 2 | -6/+4 |
* | | Merge branch 'master' into develop | Andrew Morgan | 2022-03-24 | 3 | -5/+7 |
|\| |
|
| * | 1.55.1 | Andrew Morgan | 2022-03-24 | 1 | -1/+1 |
| * | Replace instances of deprecated `Jinja2.Markup` with `markupsafe.Markup` (#12... | Andrew Morgan | 2022-03-24 | 2 | -4/+6 |
* | | Do not consider events by ignored users for relations (#12285) | Patrick Cloke | 2022-03-24 | 1 | -1/+8 |
* | | Optionally include account validity in MSC3720 account status responses (#12266) | Brendan Abolivier | 2022-03-24 | 2 | -0/+15 |
* | | Refuse to start if DB has an unsafe locale (#12262) | Shay | 2022-03-23 | 2 | -15/+36 |
* | | Use psycopg2 type stubs (#12269) | David Robertson | 2022-03-23 | 2 | -4/+12 |
* | | Remove mutual_rooms `update_user_directory` check, and add extra documentatio... | Jonathan de Jong | 2022-03-23 | 1 | -4/+6 |
* | | Allow registering admin users using the module API (#12250) | Nicolas Werner | 2022-03-23 | 1 | -0/+4 |
* | | Rename shared_rooms to mutual_rooms (#12036) | Jonathan de Jong | 2022-03-23 | 3 | -10/+11 |
* | | Merge branch 'master' into develop | Andrew Morgan | 2022-03-22 | 4 | -7/+7 |
|\| |
|
| * | 1.55.0 | Andrew Morgan | 2022-03-22 | 1 | -1/+1 |
| * | Tweak copy for sso account details template (#12265) | Michael Telatynski | 2022-03-22 | 3 | -6/+6 |
* | | Merge branch 'release-v1.55' into develop | David Robertson | 2022-03-21 | 1 | -1/+1 |
|\| |
|
| * | Reword 'Choose your user name' as 'Choose your account name' in the SSO regis... | reivilibre | 2022-03-21 | 1 | -1/+1 |
* | | Make it possible to enable compression for the metrics HTTP resource (#12258) | Nick Mills-Barrett | 2022-03-21 | 1 | -1/+4 |
* | | Return a 404 from `/state` for an outlier (#12087) | Richard van der Hoff | 2022-03-21 | 2 | -44/+24 |
* | | Try to detect borked package installations. (#12244) | David Robertson | 2022-03-18 | 1 | -1/+23 |
* | | Move get_bundled_aggregations to relations handler. (#12237) | Patrick Cloke | 2022-03-18 | 8 | -157/+172 |
* | | Only fetch thread participation for events with threads. (#12228) | Patrick Cloke | 2022-03-18 | 1 | -1/+3 |
* | | Add some type hints to datastore (#12248) | Dirk Klimpel | 2022-03-18 | 2 | -78/+116 |
* | | Correct `check_username_for_spam` annotations and docs (#12246) | David Robertson | 2022-03-18 | 6 | -12/+39 |
* | | Merge branch 'release-v1.55' into develop | Patrick Cloke | 2022-03-16 | 2 | -4/+7 |
|\| |
|
| * | Fix bundling aggregations if unsigned is not a returned event field. (#12234) | Patrick Cloke | 2022-03-16 | 1 | -3/+6 |
| * | 1.55.0rc1 | David Robertson | 2022-03-15 | 1 | -1/+1 |
* | | Handle cancellation in `DatabasePool.runInteraction()` (#12199) | Sean Quah | 2022-03-16 | 1 | -24/+37 |
* | | Add a relations handler to avoid duplication. (#12227) | Patrick Cloke | 2022-03-16 | 4 | -69/+133 |
* | | Add some missing type hints to cache datastore. (#12216) | Patrick Cloke | 2022-03-16 | 1 | -21/+36 |
* | | Fix dead link in spam checker warning (#12231) | David Robertson | 2022-03-16 | 1 | -2/+2 |
* | | Clean-up logic for rebasing URLs during URL preview. (#12219) | Patrick Cloke | 2022-03-16 | 2 | -48/+14 |
* | | Use the ignored_users table to test event visibility & sync. (#12225) | Patrick Cloke | 2022-03-15 | 4 | -47/+44 |
|/ |
|
* | Add cancellation support to `@cached` and `@cachedList` decorators (#12183) | Sean Quah | 2022-03-14 | 1 | -0/+11 |
* | Add cancellation support to `ReadWriteLock` (#12120) | Sean Quah | 2022-03-14 | 2 | -35/+44 |
* | Fix broken background updates when using sqlite with `enable_search` off (#12... | Sean Quah | 2022-03-14 | 1 | -6/+7 |
* | Add `delay_cancellation` utility function (#12180) | Sean Quah | 2022-03-14 | 1 | -6/+42 |
* | Deprecate the groups/communities endpoints and add an experimental configurat... | Patrick Cloke | 2022-03-12 | 5 | -7/+20 |
* | Add config settings for background update parameters (#11980) | Shay | 2022-03-11 | 4 | -14/+97 |
* | Implement a Jinja2 filter to extract localparts from email addresses (#12212) | Brendan Abolivier | 2022-03-11 | 3 | -1/+13 |
* | Improve code documentation for the typing stream over replication. (#12211) | reivilibre | 2022-03-11 | 4 | -6/+19 |
* | Add an additional HTTP pusher + push rule tests. (#12188) | Nick Mills-Barrett | 2022-03-11 | 3 | -25/+25 |
* | Update the SSO username picker template to comply with SIWA guidelines (#12210) | Brendan Abolivier | 2022-03-11 | 5 | -9/+34 |
* | Remove unnecessary pass statements. (#12206) | Patrick Cloke | 2022-03-11 | 9 | -14/+0 |
* | fix misleading comment in `check_events_for_spam` (#12203) | Shay | 2022-03-10 | 1 | -2/+2 |
* | Remove workaround introduced in Synapse v1.50.0rc1 for Mjolnir compatibility.... | reivilibre | 2022-03-10 | 1 | -7/+0 |
* | Support stable identifiers for MSC3440: Threading (#12151) | Patrick Cloke | 2022-03-10 | 9 | -54/+90 |
* | Allow retrieving the relations of a redacted event. (#12130) | Patrick Cloke | 2022-03-10 | 4 | -77/+80 |
* | Rename get_tcp_replication to get_replication_command_handler. (#12192) | Patrick Cloke | 2022-03-10 | 10 | -14/+14 |
* | Add third_party module callbacks to check if a user can delete a room and dea... | Will Hunt | 2022-03-09 | 5 | -1/+89 |
* | Allow for ignoring some arguments when caching. (#12189) | Patrick Cloke | 2022-03-09 | 2 | -18/+60 |
* | Remove some unused variables/parameters. (#12187) | Patrick Cloke | 2022-03-09 | 1 | -9/+5 |
* | Retry some http replication failures (#12182) | Nick Mills-Barrett | 2022-03-09 | 1 | -11/+36 |
* | Skip attempt to get state at backwards-extremities (#12173) | Richard van der Hoff | 2022-03-09 | 1 | -57/+3 |
* | Use `ParamSpec` in type hints for `synapse.logging.context` (#12150) | Sean Quah | 2022-03-08 | 4 | -25/+36 |
* | Merge branch 'master' into develop | Olivier Wilkinson (reivilibre) | 2022-03-08 | 2 | -2/+3 |
|\ |
|
| * | 1.54.0 | Olivier Wilkinson (reivilibre) | 2022-03-08 | 1 | -1/+1 |
| * | Fix a bug introduced in 1.54.0rc1 which meant that Synapse would refuse to st... | reivilibre | 2022-03-08 | 1 | -1/+2 |
* | | Add experimental environment variable to enable asyncio reactor (#12135) | Erik Johnston | 2022-03-08 | 1 | -0/+21 |
* | | Do not return allowed_room_ids from /hierarchy response. (#12175) | Patrick Cloke | 2022-03-08 | 1 | -2/+13 |
* | | Fix incorrect type hints for txredis. (#12042) | Patrick Cloke | 2022-03-08 | 3 | -7/+7 |
* | | Fix a bug in background updates wherein background updates are never run usin... | Shay | 2022-03-07 | 1 | -3/+5 |
* | | Invalidate caches when an event with a relation is redacted. (#12121) | Patrick Cloke | 2022-03-07 | 2 | -5/+35 |
* | | Merge remote-tracking branch 'origin/release-v1.54' into develop | Richard van der Hoff | 2022-03-04 | 4 | -12/+71 |
|\| |
|
| * | Relax version guard for packaging (#12166) | David Robertson | 2022-03-04 | 1 | -2/+2 |
| * | Don't impose version checks on dev extras at runtime (#12129) | David Robertson | 2022-03-03 | 1 | -7/+54 |
| * | Correctly register deactivation and profile update module callbacks (#12141) | Brendan Abolivier | 2022-03-03 | 2 | -3/+15 |
* | | Reduce to-device queries for /sync. (#12163) | Erik Johnston | 2022-03-04 | 1 | -0/+3 |
* | | Add type hints for `ObservableDeferred` attributes (#12159) | Sean Quah | 2022-03-04 | 1 | -3/+11 |
* | | Remove backwards compatibility with RelationPaginationToken. (#12138) | Patrick Cloke | 2022-03-04 | 2 | -72/+14 |
* | | Move synctl into `synapse._scripts` and expose as an entrypoint (#12140) | David Robertson | 2022-03-04 | 1 | -0/+360 |
* | | Spread out sending device lists to remote hosts (#12132) | Erik Johnston | 2022-03-04 | 5 | -12/+30 |
* | | Update client-visibility filtering for outlier events (#12155) | Richard van der Hoff | 2022-03-04 | 1 | -1/+16 |
* | | Fix type of `events` in `StateGroupStorage` and `StateHandler` (#12156) | Richard van der Hoff | 2022-03-04 | 2 | -7/+7 |
* | | Avoid generating state groups for local out-of-band leaves (#12154) | Richard van der Hoff | 2022-03-03 | 1 | -1/+1 |
* | | Rename various ApplicationServices interested methods (#11915) | Andrew Morgan | 2022-03-03 | 5 | -51/+98 |
* | | Use the proper serialization format when bundling aggregations. (#12090) | Patrick Cloke | 2022-03-03 | 7 | -140/+125 |
* | | Limit the size of the aggregation_key (#12101) | Erik Johnston | 2022-03-03 | 1 | -0/+3 |
* | | Merge tag 'v1.54.0rc1' into develop | Olivier Wilkinson (reivilibre) | 2022-03-02 | 1 | -1/+1 |
|\| |
|
| * | 1.54.0rc1 | Olivier Wilkinson (reivilibre) | 2022-03-02 | 1 | -1/+1 |
* | | Check if instances are lists, not sequences. (#12128) | Patrick Cloke | 2022-03-02 | 2 | -5/+5 |
* | | Move scripts directory inside synapse, exposing as setuptools entry_points (#... | David Robertson | 2022-03-02 | 9 | -1/+1852 |
|/ |
|
* | Back out in-flight state caching changes. (#12126) | reivilibre | 2022-03-02 | 1 | -218/+25 |
* | Make get_room_version use cached get_room_version_id. (#11808) | lukasdenk | 2022-03-02 | 1 | -14/+13 |
* | Use importlib.metadata to read requirements (#12088) | David Robertson | 2022-03-01 | 11 | -115/+141 |
* | Fix rare error in `ReadWriteLock` when writers complete immediately (#12105) | Sean Quah | 2022-03-01 | 1 | -1/+4 |
* | Add module callbacks called for reacting to deactivation status change and pr... | Brendan Abolivier | 2022-03-01 | 4 | -5/+86 |
* | Add `stop_cancellation` utility function (#12106) | Sean Quah | 2022-03-01 | 1 | -0/+19 |
* | Order in-flight state group queries in biggest-first order (#11610) | reivilibre | 2022-03-01 | 1 | -3/+27 |
* | Faster joins: persist to database (#12012) | Richard van der Hoff | 2022-03-01 | 10 | -5/+264 |
* | Fix 'Unhandled error in Deferred' (#12089) | Richard van der Hoff | 2022-03-01 | 1 | -32/+32 |
* | Improve exception handling for concurrent execution (#12109) | Richard van der Hoff | 2022-03-01 | 3 | -25/+37 |
* | Remove the unstable `/spaces` endpoint. (#12073) | Patrick Cloke | 2022-02-28 | 5 | -683/+43 |
* | Move experimental support for MSC3440 to /versions. (#12099) | Patrick Cloke | 2022-02-28 | 2 | -3/+2 |
* | Fix `PushRuleEvaluator` and `Filter` to work on frozendicts (#12100) | Richard van der Hoff | 2022-02-28 | 2 | -6/+7 |
* | Actually fix bad debug logging rejecting device list & signing key transactio... | David Robertson | 2022-02-28 | 1 | -1/+1 |
* | Properly failover for unknown endpoints from Conduit/Dendrite. (#12077) | Patrick Cloke | 2022-02-28 | 1 | -9/+13 |
* | Ensure that `get_datastores().main` is typed (#12070) | Sean Quah | 2022-02-25 | 1 | -1/+2 |
* | Minor typing fixes for `synapse/storage/persist_events.py` (#12069) | Sean Quah | 2022-02-25 | 2 | -23/+25 |
* | Add support for MSC3202: sending one-time key counts and fallback key usage s... | reivilibre | 2022-02-24 | 7 | -14/+294 |
* | Fix non-strings in the `event_search` table (#12037) | Sean Quah | 2022-02-24 | 3 | -9/+57 |
* | Add logging to `/sync` for debugging #11916 (#12068) | Erik Johnston | 2022-02-23 | 1 | -0/+9 |
* | Remove more references to `get_datastore` (#12067) | Richard van der Hoff | 2022-02-23 | 2 | -5/+2 |
* | Remove `HomeServer.get_datastore()` (#12031) | Richard van der Hoff | 2022-02-23 | 124 | -243/+246 |
* | Remove excess condition on `knock->leave` check (#11900) | Travis Ralston | 2022-02-22 | 1 | -3/+3 |
* | Better error message when failing to request from another process (#12060) | Erik Johnston | 2022-02-22 | 1 | -1/+3 |
* | Implement account status endpoints (MSC3720) (#12001) | Brendan Abolivier | 2022-02-22 | 9 | -2/+310 |
* | Cap the number of in-flight requests for state from a single group (#11608) | reivilibre | 2022-02-22 | 1 | -0/+16 |
* | Use room version 9 as the default room version (per MSC3589). (#12058) | Patrick Cloke | 2022-02-22 | 1 | -1/+1 |
* | Run `_handle_queued_pdus` as a background process (#12041) | Richard van der Hoff | 2022-02-22 | 1 | -2/+4 |
* | Fix slow performance of `/logout` in some cases where refresh tokens are in u... | reivilibre | 2022-02-22 | 2 | -2/+44 |
* | Merge remote-tracking branch 'origin/master' into develop | Erik Johnston | 2022-02-22 | 1 | -1/+1 |
|\ |
|
| * | 1.53.0 v1.53.0 | Erik Johnston | 2022-02-22 | 1 | -1/+1 |
* | | Faster joins: Support for calling `/federation/v1/state` (#12013) | Richard van der Hoff | 2022-02-22 | 4 | -17/+206 |
* | | Fetch images when previewing Twitter URLs. (#11985) | AndrewRyanChama | 2022-02-22 | 2 | -4/+10 |
* | | Use v3 endpoints for fallback auth (Matrix 1.1) (#12019) | Travis Ralston | 2022-02-22 | 1 | -4/+4 |
* | | remote join processing: get create event from state, not auth_chain (#12039) | Richard van der Hoff | 2022-02-21 | 3 | -5/+7 |
* | | Minor typing fixes (#12034) | Richard van der Hoff | 2022-02-21 | 3 | -16/+18 |
* | | Add type hints to `synapse/storage/databases/main` (#11984) | Dirk Klimpel | 2022-02-21 | 5 | -50/+78 |
* | | Advertise Matrix 1.2 in `/_matrix/client/versions` (#12022) | Travis Ralston | 2022-02-21 | 1 | -0/+1 |
* | | Document why auth providers aren't validated in the admin API. (#12004) | Patrick Cloke | 2022-02-18 | 2 | -1/+26 |
* | | Track and deduplicate in-flight requests to `_get_state_for_groups`. (#10870) | reivilibre | 2022-02-18 | 1 | -25/+178 |
* | | Upgrade mypy to version 0.931 (#12030) | Sean Quah | 2022-02-18 | 6 | -13/+21 |
* | | Fix bug in `StateFilter.return_expanded()` and add some tests. (#12016) | reivilibre | 2022-02-18 | 1 | -1/+7 |
* | | Advertise Matrix 1.1 in `/_matrix/client/versions` (#12020) | Travis Ralston | 2022-02-18 | 1 | -0/+1 |
* | | Use stable MSC3069 `is_guest` flag on `/whoami`. (#12021) | Travis Ralston | 2022-02-18 | 1 | -0/+2 |
* | | Fix 500 error with Postgres when looking backwards with the MSC3030 `/timesta... | Eric Eastwood | 2022-02-18 | 1 | -1/+1 |
* | | Remove unstable MSC3283 flags (#12018) | Erik Johnston | 2022-02-17 | 2 | -17/+0 |
* | | Allow modules to set a display name on registration (#12009) | Brendan Abolivier | 2022-02-17 | 3 | -0/+70 |
* | | Faster joins: parse msc3706 fields in send_join response (#12011) | Richard van der Hoff | 2022-02-17 | 4 | -33/+107 |
* | | Remove support for the legacy structured logging configuration. (#12008) | Patrick Cloke | 2022-02-17 | 2 | -167/+8 |
* | | `send_join` response: get create event from `state`, not `auth_chain` (#12005) | Richard van der Hoff | 2022-02-17 | 1 | -1/+1 |
* | | Prevent duplicate push notifications for room reads (#11835) | lukasdenk | 2022-02-17 | 1 | -1/+6 |
* | | Fix a typo in a comment. | Patrick Cloke | 2022-02-16 | 1 | -1/+1 |
* | | Limit concurrent AS joins (#11996) | Brendan Abolivier | 2022-02-16 | 1 | -19/+27 |
* | | Optimise calculating device_list changes in `/sync`. (#11974) | Erik Johnston | 2022-02-15 | 3 | -15/+125 |
* | | `_auth_and_persist_outliers`: drop events we have already seen (#11994) | Richard van der Hoff | 2022-02-15 | 1 | -24/+20 |
* | | Track cache invalidations (#12000) | Erik Johnston | 2022-02-15 | 3 | -1/+9 |
* | | Fix incorrect `get_rooms_for_user` for remote user (#11999) | Erik Johnston | 2022-02-15 | 1 | -11/+16 |
* | | Refactor search code to reduce function size. (#11991) | Patrick Cloke | 2022-02-15 | 2 | -226/+434 |
* | | Fix incorrect thread summaries when the latest event is edited. (#11992) | Patrick Cloke | 2022-02-15 | 3 | -31/+64 |
* | | Merge tag 'v1.53.0rc1' into develop | Sean Quah | 2022-02-15 | 1 | -1/+1 |
|\| |
|
| * | 1.53.0rc1 | Sean Quah | 2022-02-15 | 1 | -1/+1 |
* | | Add some tests for propagation of device list changes between local users (#1... | Andrew Morgan | 2022-02-15 | 1 | -2/+2 |
|/ |
|
* | Revert "Pin to frozendict<2.1.2 (#11625)" and allow frozendict>2.1.2 (#11969) | Pascal Bach | 2022-02-14 | 1 | -1/+1 |
* | Fix M_WRONG_ROOM_KEYS_VERSION error not including `current_version` field (#1... | Michael Telatynski | 2022-02-14 | 1 | -0/+3 |
* | remove empty file, reword/rename newsfragment, and add line to upgrade doc | H. Shay | 2022-02-14 | 1 | -0/+0 |
* | Require that modules register their callbacks using keyword arguments. (#11975) | Patrick Cloke | 2022-02-14 | 1 | -0/+6 |
* | Use version string helper from matrix-common (#11979) | David Robertson | 2022-02-14 | 10 | -106/+33 |
* | Notify users, rather than rooms, of device list updates (#11905) | Andrew Morgan | 2022-02-12 | 1 | -5/+3 |
* | Implement MSC3706: partial state in `/send_join` response (#11967) | Richard van der Hoff | 2022-02-12 | 4 | -17/+109 |
* | Enable cache time-based expiry by default (#11849) | Shay | 2022-02-11 | 2 | -7/+33 |