| Commit message (Expand) | Author | Age | Files | Lines |
* | Add helper to parse an enum from query args & use it. (#14956) | Patrick Cloke | 2023-02-01 | 3 | -6/+7 |
* | Add more user information to export-data command. (#14894) | Dirk Klimpel | 2023-02-01 | 1 | -0/+43 |
* | Fix "Re-starting finished log context" spam when creating events (#14947) | Sean Quah | 2023-01-31 | 1 | -1/+3 |
* | Prefer `type(x) is int` to `isinstance(x, int)` (#14945) | David Robertson | 2023-01-31 | 1 | -1/+1 |
* | Merge branch 'release-v1.76' into develop | David Robertson | 2023-01-27 | 1 | -7/+17 |
|\ |
|
| * | Batch look-ups to see if rooms are partial stated. (#14917) | Patrick Cloke | 2023-01-26 | 1 | -7/+17 |
* | | Use an enum for direction. (#14927) | Patrick Cloke | 2023-01-27 | 4 | -9/+25 |
* | | Use StrCollection in place of Collection[str] in (most) handlers code. (#14922) | Patrick Cloke | 2023-01-26 | 11 | -56/+40 |
* | | Fix a bug in the send_local_online_presence_to module API (#14880) | Patrick Cloke | 2023-01-25 | 1 | -6/+12 |
|/ |
|
* | Faster joins: omit partial rooms from eager syncs until the resync completes ... | David Robertson | 2023-01-23 | 2 | -20/+60 |
* | Faster joins: Update room stats and the user directory on workers when finish... | Sean Quah | 2023-01-23 | 1 | -3/+4 |
* | Enable Faster Remote Room Joins against worker-mode Synapse. (#14752) | reivilibre | 2023-01-22 | 2 | -3/+6 |
* | Faster joins: Fix incompatibility with restricted joins (#14882) | Sean Quah | 2023-01-22 | 1 | -81/+134 |
* | Faster joins: Avoid starting duplicate partial state syncs (#14844) | Sean Quah | 2023-01-20 | 1 | -8/+98 |
* | Wait for streams to catch up when processing HTTP replication. (#14820) | Erik Johnston | 2023-01-18 | 1 | -0/+4 |
* | Add an early return when handling no-op presence updates. (#14855) | Erik Johnston | 2023-01-16 | 1 | -0/+5 |
* | Implement MSC3890: Remotely silence local notifications (#14775) | Andrew Morgan | 2023-01-13 | 1 | -1/+10 |
* | Merge account data streams (#14826) | Erik Johnston | 2023-01-13 | 3 | -6/+20 |
* | Merge remote-tracking branch 'origin/release-v1.75' into develop | Richard van der Hoff | 2023-01-12 | 1 | -4/+0 |
|\ |
|
| * | Calculate rooms changed for device lists to work. (#14810) | Patrick Cloke | 2023-01-11 | 1 | -4/+0 |
* | | Faster remote room joins (worker mode): do not populate external hosts-in-roo... | reivilibre | 2023-01-11 | 1 | -5/+16 |
|/ |
|
* | Batch up replication requests to request the resyncing of remote users's devi... | reivilibre | 2023-01-10 | 4 | -66/+155 |
* | Improve /sync performance of when passing filters with empty arrays. (#14786) | Patrick Cloke | 2023-01-09 | 2 | -4/+12 |
* | Support RFC7636 PKCE in the OAuth 2.0 flow. (#14750) | Patrick Cloke | 2023-01-04 | 1 | -7/+47 |
* | Support non-OpenID compliant user info endpoints (#14753) | Patrick Cloke | 2023-01-04 | 1 | -8/+23 |
* | Add experimental support for MSC3391: deleting account data (#14714) | Andrew Morgan | 2023-01-01 | 1 | -8/+103 |
* | Actually use the picture_claim as configured in OIDC config. (#14751) | Patrick Cloke | 2022-12-29 | 1 | -1/+1 |
* | Log to-device msgids when we return them over /sync (#14724) | Richard van der Hoff | 2022-12-23 | 1 | -7/+13 |
* | Add missing type hints to tests.handlers. (#14680) | Patrick Cloke | 2022-12-16 | 1 | -1/+1 |
* | Make `handle_new_client_event` throws `PartialStateConflictError` (#14665) | Mathieu Velten | 2022-12-15 | 5 | -235/+349 |
* | Faster remote room joins: stream the un-partial-stating of events over replic... | reivilibre | 2022-12-14 | 1 | -0/+2 |
* | Use the room type from stats in hierarchy response. (#14263) | Patrick Cloke | 2022-12-13 | 1 | -9/+5 |
* | Improve validation of field size limits in events. (#14664) | reivilibre | 2022-12-13 | 1 | -0/+20 |
* | Allow selecting "prejoin" events by state keys (#14642) | David Robertson | 2022-12-13 | 1 | -11/+18 |
* | Move `StateFilter` to `synapse.types` (#14668) | David Robertson | 2022-12-12 | 9 | -9/+9 |
* | Revert the deletion of stale devices due to performance issues. (#14662) | reivilibre | 2022-12-12 | 1 | -32/+1 |
* | Limit the number of devices we delete at once (#14649) | Erik Johnston | 2022-12-09 | 1 | -1/+3 |
* | Delete stale non-e2e devices for users, take 2 (#14595) | Erik Johnston | 2022-12-09 | 1 | -1/+30 |
* | Improve logging and opentracing for to-device message handling (#14598) | Richard van der Hoff | 2022-12-06 | 3 | -24/+41 |
* | Better return type for `get_all_entities_changed` (#14604) | Erik Johnston | 2022-12-05 | 4 | -13/+17 |
* | Faster remote room joins: stream the un-partial-stating of rooms over replica... | reivilibre | 2022-12-05 | 2 | -1/+5 |
* | Properly handle unknown results for the stream change cache. (#14592) | Patrick Cloke | 2022-12-02 | 1 | -2/+2 |
* | Revert "POC delete stale non-e2e devices for users (#14038)" (#14582) | David Robertson | 2022-11-29 | 1 | -12/+1 |
* | POC delete stale non-e2e devices for users (#14038) | Erik Johnston | 2022-11-29 | 1 | -1/+12 |
* | Fix possible variable shadow in `create_new_client_event` (#14575) | Shay | 2022-11-28 | 1 | -2/+4 |
* | Use `device_one_time_keys_count` to match MSC3202 (#14565) | Andrew Ferrazzutti | 2022-11-28 | 1 | -3/+3 |
* | Include thread information when sending receipts over federation. (#14466) | Patrick Cloke | 2022-11-28 | 1 | -1/+0 |
* | Add support for handling avatar with SSO login (#13917) | Ashish Kumar | 2022-11-25 | 2 | -0/+118 |
* | Implement message forward pagination from start when no from is given, fixes ... | Benjamin Kampmann | 2022-11-24 | 1 | -0/+6 |
* | Faster joins: use servers list approximation in `assert_host_in_room` (#14515) | Mathieu Velten | 2022-11-24 | 1 | -11/+17 |
* | Add a type hint for `get_device_handler()` and fix incorrect types. (#14055) | Patrick Cloke | 2022-11-22 | 6 | -45/+104 |
* | Track unconverted device list outbound pokes using a position instead (#14516) | Sean Quah | 2022-11-22 | 1 | -3/+27 |
* | Parallelize calls to fetch bundled aggregations. (#14510) | Patrick Cloke | 2022-11-22 | 1 | -32/+51 |
* | Batch fetch bundled references (#14508) | Patrick Cloke | 2022-11-22 | 1 | -69/+59 |
* | Batch fetch bundled annotations (#14491) | Patrick Cloke | 2022-11-22 | 1 | -84/+113 |
* | Faster joins: filter out non local events when a room doesn't have its full s... | Mathieu Velten | 2022-11-21 | 1 | -5/+10 |
* | Fix an invalid comparison of `UserPresenceState` to `str` (#14393) | Andrew Morgan | 2022-11-16 | 1 | -1/+1 |
* | Remove redundant types from comments. (#14412) | Patrick Cloke | 2022-11-16 | 7 | -10/+11 |
* | Don't filter state in /context response (#14461) | Erik Johnston | 2022-11-16 | 1 | -1/+1 |
* | Include heroes in partial join responses' state (#14442) | David Robertson | 2022-11-15 | 1 | -17/+3 |
* | Quieter logging for stateres failure at missing prev events (#14346) | David Robertson | 2022-11-10 | 1 | -3/+2 |
* | Correctly create power level event during initial room creation (#14361) | Shay | 2022-11-07 | 1 | -2/+23 |
* | Bump flake8-bugbear from 22.9.23 to 22.10.27 (#14329) | dependabot[bot] | 2022-11-04 | 1 | -2/+4 |
* | Implement MSC3912: Relation-based redactions (#14260) | Brendan Abolivier | 2022-11-03 | 2 | -10/+93 |
* | Allow PUT/GET of aliases during faster join (#14292) | David Robertson | 2022-11-01 | 1 | -2/+2 |
* | Support OIDC backchannel logouts (#11414) | Quentin Gliech | 2022-10-31 | 2 | -36/+416 |
* | Prevent federation user keys query from returning device names if disallowed ... | Andrew Morgan | 2022-10-28 | 1 | -4/+33 |
* | Merge branch 'master' into develop | Olivier Wilkinson (reivilibre) | 2022-10-28 | 1 | -5/+11 |
|\ |
|
| * | Fix room creation being rate limited too aggressively since Synapse v1.69.0. ... | reivilibre | 2022-10-28 | 1 | -5/+11 |
* | | Refactor MSC3030 `/timestamp_to_event` to move away from our snowflake pull f... | Eric Eastwood | 2022-10-26 | 3 | -100/+72 |
* | | fix broken avatar checks when server_name contains a port (#13927) | Ashish Kumar | 2022-10-26 | 1 | -1/+5 |
* | | Save login tokens in database (#13844) | Quentin Gliech | 2022-10-26 | 1 | -10/+54 |
* | | Refactor OIDC tests to better mimic an actual OIDC provider. (#13910) | Quentin Gliech | 2022-10-25 | 1 | -4/+11 |
* | | Add initial power level event to batch of bulk persisted events when creating... | Shay | 2022-10-21 | 4 | -43/+18 |
* | | Show erasure status when listing users in the Admin API (#14205) | Tadeusz Sośnierz | 2022-10-21 | 1 | -0/+1 |
|/ |
|
* | Prepatory work for adding power level event to batched events (#14214) | Shay | 2022-10-18 | 4 | -16/+28 |
* | Implementation of HTTP 307 response for MSC3886 POST endpoint (#14018) | Hugh Nimmo-Smith | 2022-10-18 | 1 | -1/+1 |
* | When restarting a partial join resync, prioritise the server which actioned a... | David Robertson | 2022-10-18 | 2 | -24/+38 |
* | Avoid checking the event cache when backfilling events (#14164) | Andrew Morgan | 2022-10-18 | 1 | -13/+34 |
* | Use Pydantic when PUTting room aliases (#14179) | David Robertson | 2022-10-17 | 1 | -8/+11 |
* | Stop getting missing `prev_events` after we already know their signature is i... | Eric Eastwood | 2022-10-15 | 2 | -0/+47 |
* | Do not allow a None-limit on PaginationConfig. (#14146) | Patrick Cloke | 2022-10-14 | 8 | -36/+11 |
* | Add an API for listing threads in a room. (#13394) | Patrick Cloke | 2022-10-13 | 1 | -1/+85 |
* | Fix a bug where the joined hosts for a given event were not being properly ca... | Shay | 2022-10-12 | 2 | -45/+50 |
* | Correct field name for stripped state events when knocking. `knock_state_even... | Andrew Morgan | 2022-10-12 | 1 | -4/+16 |
* | Fix a bug where redactions were not being sent over federation if we did not ... | Shay | 2022-10-11 | 1 | -3/+6 |
* | Remove support for the unstable dir flag on relations. (#14106) | Patrick Cloke | 2022-10-07 | 1 | -17/+16 |
* | Use stable identifiers for MSC3771 & MSC3773. (#14050) | Patrick Cloke | 2022-10-07 | 2 | -13/+5 |
* | Batch up notifications after event persistence (#14033) | Shay | 2022-10-05 | 2 | -15/+14 |
* | Remove get rooms for user with stream ordering (#13991) | Nick Mills-Barrett | 2022-10-04 | 1 | -80/+69 |
* | Track notification counts per thread (implement MSC3773). (#13776) | Patrick Cloke | 2022-10-04 | 1 | -5/+35 |
* | Do not return unspecced original_event field when using the stable /relations... | Patrick Cloke | 2022-10-03 | 1 | -12/+13 |
* | Add query parameter `ts` to allow appservices set the `origin_server_ts` for ... | lukasdenk | 2022-10-03 | 1 | -0/+13 |
* | Fix twisted trunk mypy errors (#14012) | David Robertson | 2022-10-03 | 2 | -0/+6 |
* | Revert the general exception recording introduced in #13814 (#13969) | Eric Eastwood | 2022-10-03 | 1 | -10/+0 |
* | Fix `get_users_in_room` mis-use in `transfer_room_state_on_room_upgrade` (#13... | Eric Eastwood | 2022-09-30 | 1 | -2/+2 |
* | Clarifications in user directory for users who share rooms tracking (#13966) | Eric Eastwood | 2022-09-30 | 1 | -12/+24 |
* | Discourage automatic replies to Synapse's emails (#13957) | David Robertson | 2022-09-30 | 1 | -0/+13 |
* | Fix performance regression in `get_users_in_room` (#13972) | Erik Johnston | 2022-09-30 | 2 | -2/+6 |
* | Optimise get_rooms_for_user (drop with_stream_ordering) (#13787) | Nick Mills-Barrett | 2022-09-29 | 2 | -14/+6 |
* | Allow admins to require a manual approval process before new accounts can be ... | Brendan Abolivier | 2022-09-29 | 3 | -0/+24 |
* | Improve backfill robustness by trying more servers. (#13890) | reivilibre | 2022-09-29 | 1 | -2/+31 |
* | Handle local device list updates during partial join (#13934) | Erik Johnston | 2022-09-28 | 1 | -2/+82 |
* | Limit and filter the number of backfill points to get from the database (#13879) | Eric Eastwood | 2022-09-28 | 1 | -48/+61 |
* | Handle remote device list updates during partial join (#13913) | Erik Johnston | 2022-09-28 | 2 | -0/+66 |
* | fix: Push notifications for invite over federation (#13719) | Kateřina Churanová | 2022-09-28 | 2 | -3/+11 |
* | Persist CreateRoom events to DB in a batch (#13800) | Shay | 2022-09-28 | 4 | -331/+367 |
* | Prepatory work for batching events to send (#13487) | Shay | 2022-09-28 | 2 | -106/+224 |
* | Add new columns tracking when we partial-joined (#13892) | David Robertson | 2022-09-27 | 1 | -1/+13 |
* | Carry IdP Session IDs through user-mapping sessions. (#13839) | Quentin Gliech | 2022-09-27 | 1 | -0/+9 |
* | Faster room joins: Fix spurious error when joining a room (#13872) | Sean Quah | 2022-09-27 | 1 | -3/+19 |
* | typing: check origin server of typing event against room's servers (#13830) | Mathieu Velten | 2022-09-26 | 1 | -2/+5 |
* | Only try to backfill event if we haven't tried before recently (#13635) | Eric Eastwood | 2022-09-23 | 1 | -3/+1 |
* | Faster room joins: Avoid blocking `/keys/changes` (#13888) | Sean Quah | 2022-09-23 | 1 | -2/+5 |
* | Accept & store thread IDs for receipts (implement MSC3771). (#13782) | Patrick Cloke | 2022-09-23 | 1 | -2/+21 |
* | Send device list updates out to servers in partially joined rooms (#13874) | Sean Quah | 2022-09-23 | 1 | -1/+5 |
* | Faster Remote Room Joins: tell remote homeservers that we are unable to autho... | reivilibre | 2022-09-23 | 6 | -32/+45 |
* | Support enabling/disabling pushers (from MSC3881) (#13799) | Brendan Abolivier | 2022-09-21 | 1 | -2/+2 |
* | Correct documentation for map_user_attributes of OpenID Mapping Providers (#1... | Peter Scheu | 2022-09-21 | 1 | -0/+3 |
* | Remove the `complete_sso_login` method from the Module API which was deprecat... | Quentin Gliech | 2022-09-20 | 1 | -33/+1 |
* | Port the push rule classes to Rust. (#13768) | Erik Johnston | 2022-09-20 | 1 | -1/+4 |
* | Remove error spam when users query the keys of departed remote users (#13826) | Sean Quah | 2022-09-16 | 1 | -9/+12 |
* | Record any exception when processing a pulled event (#13814) | Eric Eastwood | 2022-09-15 | 1 | -0/+10 |
* | Keep track when we try and fail to process a pulled event (#13589) | Eric Eastwood | 2022-09-14 | 1 | -0/+7 |
* | Deduplicate `is_server_notices_room`. (#13780) | reivilibre | 2022-09-14 | 2 | -18/+2 |
* | Fix bug in device list caching when remote users leave rooms (#13749) | Sean Quah | 2022-09-14 | 2 | -11/+26 |
* | Re-type hint some collections in `/sync` code as read-only (#13754) | Sean Quah | 2022-09-08 | 1 | -10/+10 |
* | Add timestamp to user's consent (#13741) | Dirk Klimpel | 2022-09-08 | 1 | -0/+1 |
* | Cancel the processing of key query requests when they time out. (#13680) | reivilibre | 2022-09-07 | 2 | -16/+27 |
* | Add Admin API to Fetch Messages Within a Particular Window (#13672) | Connor Davis | 2022-09-07 | 1 | -13/+24 |
* | Remove the unspecced room_id field in the /hierarchy response. (#13506) | reivilibre | 2022-09-06 | 1 | -1/+0 |
* | Remove support for unstable private read receipts (#13653) | Šimon Brandner | 2022-09-01 | 1 | -23/+6 |
* | Drop support for calling `/_matrix/client/v3/rooms/{roomId}/invite` without a... | Jacek Kuśnierz | 2022-08-31 | 3 | -125/+43 |
* | Fix that user cannot `/forget` rooms after the last member has left (#13546) | Dirk Klimpel | 2022-08-30 | 1 | -2/+5 |
* | Optimize how we calculate `likely_domains` during backfill (#13575) | Eric Eastwood | 2022-08-30 | 2 | -51/+16 |
* | Move the execution of the retention purge_jobs to the main worker (#13632) | Brad Murray | 2022-08-26 | 1 | -4/+2 |
* | Comment about a better future where we can get the state diff between two eve... | Eric Eastwood | 2022-08-24 | 1 | -0/+8 |
* | Update `get_users_in_room` mis-use to get hosts with dedicated `get_current_h... | Eric Eastwood | 2022-08-24 | 4 | -12/+18 |
* | Directly lookup local membership instead of getting all members in a room fir... | Eric Eastwood | 2022-08-24 | 4 | -9/+19 |
* | Use dedicated `get_local_users_in_room` to find local users when calculating ... | Eric Eastwood | 2022-08-24 | 1 | -6/+3 |
* | Merge tag 'v1.66.0rc1' into develop | David Robertson | 2022-08-23 | 2 | -73/+4 |
|\ |
|
| * | Drop support for delegating email validation, round 2 (#13596) | David Robertson | 2022-08-23 | 2 | -73/+4 |
* | | Cache user IDs instead of profile objects (#13573) | Nick Mills-Barrett | 2022-08-23 | 1 | -2/+2 |
|/ |
|
* | Fix that sending server notices fail if avatar is `None` (#13566) | Dirk Klimpel | 2022-08-23 | 1 | -1/+1 |
* | Fix Prometheus metrics being negative (mixed up start/end) (#13584) | Eric Eastwood | 2022-08-23 | 2 | -1/+16 |
* | `synapse.api.auth.Auth` cleanup: make permission-related methods use `Request... | Quentin Gliech | 2022-08-22 | 10 | -54/+59 |
* | MSC2716v4 room version - remove namespace from MSC2716 event content fields (... | Eric Eastwood | 2022-08-19 | 1 | -1/+1 |
* | Implement MSC3852: Expose `last_seen_user_agent` to users for their own devic... | Andrew Morgan | 2022-08-19 | 1 | -1/+8 |
* | Avoid blocking lazy-loading `/sync`s during partial joins (#13477) | Sean Quah | 2022-08-18 | 1 | -30/+223 |
* | Time how long it takes us to do backfill processing (#13535) | Eric Eastwood | 2022-08-17 | 2 | -16/+89 |
* | Instrument the federation/backfill part of `/messages` (#13489) | Eric Eastwood | 2022-08-16 | 2 | -15/+107 |
* | Faster room joins: make `/joined_members` block whilst the room is partial st... | reivilibre | 2022-08-16 | 1 | -1/+5 |
* | Instrument `FederationStateIdsServlet` - `/state_ids` (#13499) | Eric Eastwood | 2022-08-15 | 1 | -1/+3 |
* | Merge branch 'release-v1.65' into develop | Olivier Wilkinson (reivilibre) | 2022-08-11 | 1 | -0/+1 |
|\ |
|
| * | Revert 'Remove the unspecced field in the response. (#13365)' to give more ... | reivilibre | 2022-08-11 | 1 | -0/+1 |
* | | Add some miscellaneous comments around sync (#13474) | Sean Quah | 2022-08-10 | 1 | -38/+78 |
|/ |
|
* | Support stable identifiers for MSC2285: private read receipts. (#13273) | Šimon Brandner | 2022-08-05 | 2 | -17/+30 |
* | Faster Room Joins: prevent Synapse from answering federated join requests for... | reivilibre | 2022-08-04 | 1 | -0/+17 |
* | Fix rooms not being properly excluded from incremental sync (#13408) | Brendan Abolivier | 2022-08-04 | 1 | -10/+15 |
* | Add some tracing spans to give insight into local joins (#13439) | Shay | 2022-08-03 | 2 | -33/+39 |
* | Instrument `/messages` for understandable traces in Jaeger (#13368) | Eric Eastwood | 2022-08-03 | 4 | -0/+11 |
* | Return 404 or member list when getting joined_members after leaving (#13374) | andrew do | 2022-08-03 | 1 | -2/+4 |
* | Fix error when out of servers to sync partial state with (#13432) | Sean Quah | 2022-08-02 | 1 | -2/+3 |
* | Faster Room Joins: don't leave a stuck room partial state flag if the join fa... | reivilibre | 2022-08-01 | 1 | -14/+18 |
* | Fix missing import in `federation_event` handler. (#13431) | Patrick Cloke | 2022-08-01 | 1 | -0/+1 |
* | Refactor `_resolve_state_at_missing_prevs` to return an `EventContext` (#13404) | Sean Quah | 2022-08-01 | 1 | -82/+44 |
* | Faster joins: fix rejected events becoming un-rejected during resync (#13413) | Richard van der Hoff | 2022-08-01 | 1 | -3/+26 |
* | Merge tag 'v1.64.0rc2' into develop | Richard van der Hoff | 2022-07-29 | 2 | -4/+73 |
|\ |
|
| * | Revert "Drop support for delegating email validation (#13192)" (#13406) | 3nprob | 2022-07-29 | 2 | -4/+73 |
* | | Use stable prefixes for MSC3827: filtering of `/publicRooms` by room type (#1... | Šimon Brandner | 2022-07-27 | 1 | -1/+1 |
* | | Implement MSC3848: Introduce errcodes for specific event sending failures (#1... | Will Hunt | 2022-07-27 | 3 | -5/+15 |
* | | Make minor clarifications to the error messages given when we fail to join a ... | reivilibre | 2022-07-27 | 1 | -1/+5 |
* | | Copy room serials before handling in `get_new_events_as` (#13392) | Nick Mills-Barrett | 2022-07-26 | 1 | -3/+10 |
* | | Remove the unspecced `room_id` field in the `/hierarchy` response. (#13365) | Patrick Cloke | 2022-07-26 | 1 | -1/+0 |
* | | Fix infinite loop in partial-state resync (#13353) | Richard van der Hoff | 2022-07-26 | 1 | -7/+7 |
* | | Faster room joins: avoid blocking when pulling events with missing prevs (#13... | Sean Quah | 2022-07-26 | 2 | -24/+96 |
* | | Remove unused argument for get_relations_for_event. (#13383) | Patrick Cloke | 2022-07-26 | 1 | -3/+0 |
|/ |
|
* | Support Implicit TLS for sending emails (#13317) | Jan Schär | 2022-07-25 | 1 | -10/+26 |
* | Refactor presence so we can prune user in room caches (#13313) | Erik Johnston | 2022-07-25 | 1 | -76/+36 |
* | Backfill remote event fetched by MSC3030 so we can paginate from it later (... | Eric Eastwood | 2022-07-22 | 2 | -15/+93 |
* | Skip soft fail checks for rooms with partial state (#13354) | Sean Quah | 2022-07-22 | 1 | -0/+10 |
* | Add missing types to opentracing. (#13345) | Patrick Cloke | 2022-07-21 | 3 | -14/+14 |
* | Update `get_pdu` to return the original, pristine `EventBase` (#13320) | Eric Eastwood | 2022-07-20 | 1 | -4/+18 |
* | Fix spurious warning when fetching state after a missing prev event (#13258) | Sean Quah | 2022-07-19 | 1 | -0/+3 |
* | Add type annotations to `trace` decorator. (#13328) | Patrick Cloke | 2022-07-19 | 1 | -7/+9 |
* | Rate limit joins per-room (#13276) | David Robertson | 2022-07-19 | 3 | -0/+52 |
* | Revert "Make all `process_replication_rows` methods async (#13304)" (#13312) | Erik Johnston | 2022-07-18 | 1 | -2/+2 |
* | Don't pull out full state when sending dummy events (#13310) | Erik Johnston | 2022-07-18 | 1 | -7/+1 |
* | Make all `process_replication_rows` methods async (#13304) | Nick Mills-Barrett | 2022-07-17 | 1 | -2/+2 |
* | Use state before join to determine if we `_should_perform_remote_join` (#13270) | David Robertson | 2022-07-15 | 1 | -15/+20 |
* | Federation Sender & Appservice Pusher Stream Optimisations (#13251) | Nick Mills-Barrett | 2022-07-15 | 1 | -5/+6 |
* | Rip out auth-event reconciliation code (#12943) | Richard van der Hoff | 2022-07-14 | 1 | -195/+82 |
* | Don't pull out state in `compute_event_context` for unconflicted state (#13267) | Erik Johnston | 2022-07-14 | 1 | -1/+6 |
* | Call the v2 identity service `/3pid/unbind` endpoint, rather than v1. (#13240) | Jacek Kuśnierz | 2022-07-13 | 1 | -2/+2 |
* | Optimise room creation event lookups part 2 (#13224) | Nick Mills-Barrett | 2022-07-13 | 2 | -15/+73 |
* | Drop support for calling `/_matrix/client/v3/account/3pid/bind` without an `i... | Jacek Kuśnierz | 2022-07-12 | 1 | -24/+6 |
* | Drop support for delegating email validation (#13192) | Richard van der Hoff | 2022-07-12 | 2 | -73/+4 |
* | Reduce event lookups during room creation by passing known event IDs (#13210) | Nick Mills-Barrett | 2022-07-11 | 1 | -2/+16 |
* | Uniformize spam-checker API, part 5: expand other spam-checker callbacks to r... | David Teller | 2022-07-11 | 4 | -12/+36 |
* | Fix exception when using MSC3030 to look for remote federated events before r... | Eric Eastwood | 2022-07-07 | 1 | -1/+5 |
* | Faster room joins: fix race in recalculation of current room state (#13151) | Sean Quah | 2022-07-07 | 1 | -7/+2 |
* | Use a single query in `ProfileHandler.get_profile` (#13209) | Nick Mills-Barrett | 2022-07-07 | 1 | -12/+7 |
* | Handle race between persisting an event and un-partial stating a room (#13100) | Sean Quah | 2022-07-05 | 3 | -50/+119 |
* | Fix application service not being able to join remote federated room without ... | Eric Eastwood | 2022-07-05 | 1 | -9/+23 |
* | `_process_received_pdu`: Improve exception handling (#13145) | Richard van der Hoff | 2022-07-01 | 1 | -7/+6 |
* | Don't process /send requests for users who have hit their ratelimit (#13134) | Shay | 2022-06-30 | 1 | -0/+3 |
* | Rate limiting invites per issuer (#13125) | David Teller | 2022-06-30 | 1 | -2/+18 |
* | Implement MSC3827: Filtering of `/publicRooms` by room type (#13031) | Šimon Brandner | 2022-06-29 | 2 | -3/+23 |
* | Use new `device_list_changes_in_room` table when getting device list changes ... | Erik Johnston | 2022-06-17 | 2 | -31/+57 |
* | Fix logging context misuse when we fail to persist a federation event (#13089) | Sean Quah | 2022-06-17 | 1 | -4/+2 |
* | Reduce the duplication of code that invokes the rate limiter. (#13070) | reivilibre | 2022-06-16 | 1 | -27/+3 |
* | Move some event auth checks out to a different method (#13065) | Richard van der Hoff | 2022-06-15 | 2 | -12/+23 |
* | Speed up `get_unread_event_push_actions_by_room` (#13005) | Erik Johnston | 2022-06-15 | 1 | -7/+3 |
* | Move the "email unsubscribe" resource, refactor the macaroon generator & simp... | Quentin Gliech | 2022-06-14 | 2 | -231/+9 |
* | Decouple `synapse.api.auth_blocking.AuthBlocking` from `synapse.api.auth.Auth... | Quentin Gliech | 2022-06-14 | 5 | -8/+11 |
* | Uniformize spam-checker API, part 4: port other spam-checker callbacks to ret... | David Teller | 2022-06-13 | 5 | -38/+55 |
* | Merge branch 'rav/simplify_event_auth_interface' into develop | Richard van der Hoff | 2022-06-13 | 5 | -54/+19 |
|\ |
|
| * | Remove redundant `room_version` param from `check_auth_rules_from_context` | Richard van der Hoff | 2022-06-12 | 4 | -35/+8 |
| * | Remove `room_version` param from `check_auth_rules_for_event` | Richard van der Hoff | 2022-06-12 | 2 | -13/+5 |
| * | Remove `room_version` param from `validate_event_for_room_version` | Richard van der Hoff | 2022-06-12 | 4 | -6/+6 |
* | | Faster joins: add issue links to the TODOs (#13004) | Richard van der Hoff | 2022-06-09 | 3 | -1/+15 |
* | | Return the same error message from `/login` when password is incorrect and wh... | Daniel Aloni | 2022-06-07 | 1 | -2/+6 |
* | | Consolidate the logic of delete_device/delete_devices. (#12970) | Patrick Cloke | 2022-06-07 | 1 | -31/+2 |
|/ |
|
* | Remove remaining pieces of groups code. (#12966) | Patrick Cloke | 2022-06-06 | 1 | -82/+1 |
* | Reduce state pulled from DB due to sending typing and receipts over federatio... | Erik Johnston | 2022-06-06 | 1 | -2/+5 |
* | Implement MSC3816, consider the root event for thread participation. (#12766) | Patrick Cloke | 2022-06-06 | 1 | -21/+37 |
* | Reduce the amount of state we pull from the DB (#12811) | Erik Johnston | 2022-06-06 | 8 | -15/+40 |
* | Wait for lazy join to complete when getting current state (#12872) | Erik Johnston | 2022-06-01 | 13 | -21/+63 |
* | Remove remaining bits of groups code. (#12936) | Patrick Cloke | 2022-06-01 | 1 | -1/+0 |
* | Fix 404 on `/sync` when the last event is a redaction of an unknown/purged ev... | Richard van der Hoff | 2022-06-01 | 2 | -45/+96 |
* | Faster room joins: Resume state re-syncing after a Synapse restart (#12813) | Sean Quah | 2022-05-31 | 1 | -2/+25 |
* | Faster room joins: Try other destinations when resyncing the state of a parti... | Sean Quah | 2022-05-31 | 2 | -8/+89 |
* | Merge branch 'master' into develop | Erik Johnston | 2022-05-31 | 1 | -8/+20 |
|\ |
|
| * | Fix import in module_api module and docs on the new check_event_for_spam sign... | Brendan Abolivier | 2022-05-31 | 1 | -4/+15 |
* | | Rename storage classes (#12913) | Erik Johnston | 2022-05-31 | 13 | -84/+119 |
* | | Don't return `end` from `/messages` if there are no more events (#12903) | Jacek Kuśnierz | 2022-05-30 | 1 | -6/+17 |
* | | Uniformize spam-checker API, part 3: Expand check_event_for_spam with the abi... | David Teller | 2022-05-30 | 1 | -0/+15 |
* | | Add a background job to automatically delete stale devices (#12855) | Brendan Abolivier | 2022-05-27 | 1 | -1/+29 |
* | | Additional constants for EDU types. (#12884) | Patrick Cloke | 2022-05-27 | 9 | -22/+29 |
* | | Merge tag 'v1.60.0rc2' into develop | Sean Quah | 2022-05-27 | 1 | -9/+20 |
|\| |
|
| * | Add an option allowing users to use their password to reauthenticate even tho... | reivilibre | 2022-05-27 | 1 | -9/+20 |
* | | Remove backing code for groups/communities (#12558) | Patrick Cloke | 2022-05-26 | 1 | -503/+0 |
* | | Remove unstable APIs for /hierarchy. (#12851) | Patrick Cloke | 2022-05-26 | 1 | -4/+1 |
* | | Pull out less state when handling gaps mk2 (#12852) | Erik Johnston | 2022-05-26 | 2 | -97/+121 |
* | | Fix up `state_store` naming (#12871) | Erik Johnston | 2022-05-25 | 11 | -37/+45 |
* | | Remove user-visible groups/communities code (#12553) | Patrick Cloke | 2022-05-25 | 2 | -76/+0 |
* | | Make sure `prev_ids` defaults to empty list (#12829) | Carl Bordum Hansen | 2022-05-25 | 1 | -0/+4 |
* | | Fixes to MSC3787 implementation (#12858) | David Robertson | 2022-05-24 | 1 | -1/+2 |
|/ |
|
* | Marker events as state - MSC2716 (#12718) | Eric Eastwood | 2022-05-23 | 1 | -1/+25 |
* | Uniformize spam-checker API, part 2: check_event_for_spam (#12808) | David Teller | 2022-05-23 | 1 | -5/+6 |