| Commit message (Expand) | Author | Age | Files | Lines |
* | Speed up updating state in large rooms (#15971) | Erik Johnston | 2023-07-20 | 4 | -131/+140 |
* | Don't log exceptions for every non-200 response (#15969) | Erik Johnston | 2023-07-20 | 1 | -4/+0 |
* | Reduce the amount of state we pull out (#15968) | Erik Johnston | 2023-07-20 | 3 | -12/+13 |
* | Ensure a long state res does not starve CPU (#15960) | Erik Johnston | 2023-07-19 | 1 | -1/+8 |
* | Fix bad merge of #15933 (#15958) | Erik Johnston | 2023-07-19 | 2 | -0/+0 |
* | Fix race in triggers for read/write locks. (#15933) | Erik Johnston | 2023-07-19 | 4 | -98/+134 |
* | Fix background schema updates failing over a large upgrade gap (#15887) | Shay | 2023-07-18 | 1 | -0/+70 |
* | Merge branch 'master' into develop | Olivier Wilkinson (reivilibre) | 2023-07-18 | 7 | -122/+16 |
|\ |
|
| * | Revert "Stop writing to column `user_id` of tables `profiles` and `user_filte... | Shay | 2023-07-18 | 7 | -122/+16 |
* | | Support room version 11 (#15912) | Patrick Cloke | 2023-07-18 | 15 | -271/+155 |
* | | Add a locality to a few presence metrics (#15952) | Jason Little | 2023-07-18 | 1 | -13/+24 |
* | | Re-introduce the outbound federation proxy (#15913) | Eric Eastwood | 2023-07-18 | 12 | -50/+681 |
* | | Stop accepting 'user' parameter for application service registration. (#15928) | Patrick Cloke | 2023-07-13 | 1 | -8/+4 |
* | | Remove unneeded __init__. (#15926) | Patrick Cloke | 2023-07-12 | 1 | -9/+0 |
* | | Fix running with an empty experimental features section. (#15925) | Patrick Cloke | 2023-07-12 | 1 | -1/+1 |
* | | Fix push for invites received over federation (#15820) | Erik Johnston | 2023-07-12 | 1 | -1/+36 |
* | | Mark get_user_in_directory private since only used in tests (#15884) | Mathieu Velten | 2023-07-12 | 1 | -8/+1 |
* | | Better warning in logs when we fail to fetch an alias (#15922) | Eric Eastwood | 2023-07-11 | 1 | -1/+3 |
* | | Unix Sockets for HTTP Replication (#15708) | Jason Little | 2023-07-11 | 3 | -19/+58 |
* | | Add + as an allowed character for Matrix IDs (MSC4009) (#15911) | Patrick Cloke | 2023-07-11 | 5 | -33/+11 |
|/ |
|
* | Add `Server` to Access-Control-Expose-Headers header (#15908) | Michael Telatynski | 2023-07-11 | 1 | -1/+1 |
* | Make the media `/upload` tracing less ambiguous (#15888) | Eric Eastwood | 2023-07-10 | 2 | -42/+61 |
* | Revert "Federation outbound proxy" (#15910) | Eric Eastwood | 2023-07-10 | 10 | -546/+46 |
* | Fix downgrading to previous version of Synapse (#15907) | Erik Johnston | 2023-07-10 | 3 | -4/+17 |
* | Stop writing to column `user_id` of tables `profiles` and `user_filters` (#15... | Shay | 2023-07-07 | 7 | -16/+122 |
* | Remove `worker_replication_*` deprecated settings, with helpful errors on sta... | Jason Little | 2023-07-07 | 1 | -21/+29 |
* | Update link to the clients webpage, fix #15825 (#15874) | sarthak shah | 2023-07-06 | 1 | -1/+1 |
* | Federation outbound proxy (#15773) | Eric Eastwood | 2023-07-05 | 10 | -46/+546 |
* | Remove support for Python 3.7 (#15851) | Eric Eastwood | 2023-07-05 | 2 | -6/+3 |
* | Add basic read/write lock (#15782) | Erik Johnston | 2023-07-05 | 4 | -57/+447 |
* | Add tracing to media `/upload` endpoint (#15850) | Eric Eastwood | 2023-07-05 | 6 | -0/+26 |
* | Fix could not serialize access due to concurrent `DELETE` from presence_strea... | Jason Little | 2023-07-05 | 1 | -1/+6 |
* | Add foreign key constraint to `event_forward_extremities`. (#15751) | Erik Johnston | 2023-07-05 | 6 | -7/+440 |
* | use Image.LANCZOS instead of Image.ANTIALIAS for thumbnail resize (#15876) | an0nfunc | 2023-07-05 | 1 | -1/+1 |
* | Add not_user_type param to the list accounts admin API (#15844) | Michael Weimann | 2023-07-04 | 2 | -0/+46 |
* | devices: use combined ANY clause for faster cleanup (#15861) | pacien | 2023-07-03 | 1 | -5/+9 |
* | Add a timeout that aborts any Postgres statement taking more than 1 hour. (#1... | reivilibre | 2023-07-03 | 1 | -0/+13 |
* | Fix sqlite `user_filters` upgrade (#15817) | Shay | 2023-06-27 | 3 | -3/+91 |
* | Add login spam checker API (#15838) | Erik Johnston | 2023-06-26 | 4 | -4/+142 |
* | Fix forgotten rooms missing in initial sync (#15815) | Nicolas Werner | 2023-06-21 | 1 | -0/+13 |
* | Fix harmless exception in port DB script (#15814) | Erik Johnston | 2023-06-21 | 1 | -0/+3 |
* | Allow for the configuration of max request retries and min/max retry delays i... | Mathieu Velten | 2023-06-21 | 2 | -21/+54 |
* | Switch from `matrix://` to `matrix-federation://` scheme for internal Synapse... | Eric Eastwood | 2023-06-20 | 2 | -7/+16 |
* | Remove experimental MSC2716 implementation to incrementally import history in... | Eric Eastwood | 2023-06-16 | 21 | -1582/+35 |
* | Don't always lock "user_ips" table when performing non-native upsert (#15788) | Andrew Morgan | 2023-06-16 | 1 | -1/+1 |
* | push rules: fix internal conversion from _type to value (#15781) | Mathieu Velten | 2023-06-16 | 1 | -15/+11 |
* | Regularly try to wake up dests instead of waiting for next PDU/EDU (#15743) | Mathieu Velten | 2023-06-16 | 1 | -18/+16 |
* | Fix unsafe hotserving behaviour for non-multimedia uploads. (#15680) | Josh Qou | 2023-06-15 | 1 | -3/+12 |
* | Fix joining rooms through aliases where the alias server isn't a real homeser... | Tulir Asokan | 2023-06-14 | 1 | -1/+1 |
* | Merge branch 'release-v1.86' into develop | Mathieu Velten | 2023-06-14 | 3 | -23/+10 |
|\ |
|
| * | Revert "Allow for the configuration of max request retries and min/max retry ... | Mathieu Velten | 2023-06-14 | 2 | -22/+9 |
| * | Fix empty scope when having version mismatch between workers (#15774) | Mathieu Velten | 2023-06-14 | 1 | -1/+1 |
* | | Prefill events after invalidate not before when persisting events (#15758) | Jason Little | 2023-06-14 | 3 | -5/+20 |
* | | Document `looping_call()` functionality that will wait for the given function... | Eric Eastwood | 2023-06-13 | 1 | -0/+5 |
* | | Replace `EventContext` fields `prev_group` and `delta_ids` with field `state_... | Shay | 2023-06-13 | 2 | -52/+112 |
* | | Fix MSC3983 support: only one OTK per device was returned through federation ... | Mathieu Velten | 2023-06-13 | 1 | -1/+3 |
* | | Avoid backfill when we already have messages to return (#15737) | Eric Eastwood | 2023-06-13 | 1 | -22/+115 |
* | | Fix MSC3983 support: Use the unstable /keys/claim federation endpoint if mult... | Patrick Cloke | 2023-06-13 | 1 | -1/+4 |
|/ |
|
* | Backfill in the background if we're doing it "just because" (#15710) | Eric Eastwood | 2023-06-09 | 1 | -4/+14 |
* | Allow for the configuration of max request retries and min/max retry delays i... | Shay | 2023-06-09 | 2 | -9/+22 |
* | Merge branch 'master' into develop | Erik Johnston | 2023-06-08 | 1 | -1/+1 |
|\ |
|
| * | Fix using TLS for replication (#15746) | Erik Johnston | 2023-06-08 | 1 | -1/+1 |
* | | Clear event caches when we purge history (#15609) | Erik Johnston | 2023-06-08 | 5 | -6/+178 |
* | | Quick & dirty metric for background update status (#15740) | David Robertson | 2023-06-07 | 3 | -1/+39 |
* | | Remove superfluous `room_memberships` join from background update (#15733) | Eric Eastwood | 2023-06-07 | 1 | -1/+0 |
* | | Check required power levels earlier in createRoom handler. (#15695) | Grant McLean | 2023-06-07 | 1 | -14/+62 |
* | | Merge branch 'master' into develop | Erik Johnston | 2023-06-07 | 1 | -1/+21 |
|\| |
|
| * | Fix schema delta error in 1.85 (#15739) | Erik Johnston | 2023-06-07 | 1 | -2/+14 |
| * | Fix schema delta error in 1.85 (#15738) | Erik Johnston | 2023-06-07 | 1 | -0/+8 |
* | | No need for the extra join since `membership` is built-in to `current_state_e... | Eric Eastwood | 2023-06-06 | 1 | -4/+3 |
* | | Trace functions which return `Awaitable` (#15650) | Eric Eastwood | 2023-06-06 | 1 | -11/+26 |
* | | Update error to more plainly explain we can only authorize our own events (#1... | Eric Eastwood | 2023-06-06 | 1 | -1/+1 |
* | | Add context for when/why to use the `long_retries` option when sending Federa... | Eric Eastwood | 2023-06-06 | 1 | -2/+9 |
* | | Improve performance of user directory search (#15729) | Shay | 2023-06-06 | 1 | -4/+8 |
* | | Remove some unused `server_name` fields (#15723) | Sean Quah | 2023-06-06 | 5 | -5/+0 |
* | | Stabilize support for MSC3952: Intentional mentions. (#15520) | Patrick Cloke | 2023-06-06 | 6 | -23/+4 |
* | | Some house keeping on `maybe_backfill()` functions (#15709) | Eric Eastwood | 2023-06-05 | 1 | -0/+17 |
* | | `N + 3`: Read from column `full_user_id` rather than `user_id` of tables `pro... | Shay | 2023-06-02 | 16 | -41/+225 |
* | | Add a catch-all * to the supported relation types when redacting (#15705) | Mathieu Velten | 2023-06-02 | 2 | -5/+41 |
* | | Log when events are (unexpectedly) filtered out of responses in tests (#14213) | Eric Eastwood | 2023-06-01 | 1 | -7/+7 |
* | | Merge branch 'release-v1.85' into develop | H. Shay | 2023-06-01 | 4 | -2/+53 |
|\| |
|
| * | Speed up background jobs populate_full_user_id_user_filters and populate_full... | Shay | 2023-05-31 | 2 | -2/+2 |
| * | Fix a performance issue introduced in Synapse v1.83.0 which meant that purgin... | reivilibre | 2023-05-31 | 2 | -0/+51 |
* | | Cache requests for user's devices from federation (#15675) | Erik Johnston | 2023-06-01 | 2 | -2/+69 |
* | | Implement stable support for MSC3882 to allow an existing device/session to g... | Hugh Nimmo-Smith | 2023-06-01 | 6 | -33/+75 |
* | | Add stubs package for lxml. (#15697) | Patrick Cloke | 2023-05-31 | 2 | -36/+75 |
* | | Add get_canonical_room_alias to module API (#15450) | Gabriel Féron | 2023-05-31 | 2 | -1/+28 |
* | | Add stricter mypy options (#15694) | Patrick Cloke | 2023-05-31 | 8 | -20/+18 |
* | | Enforce that an admin token also has the basic Matrix API scope | Quentin Gliech | 2023-05-30 | 1 | -5/+2 |
* | | Make the config tests spawn the homeserver only when needed | Quentin Gliech | 2023-05-30 | 1 | -12/+28 |
* | | Reject tokens with multiple device scopes | Quentin Gliech | 2023-05-30 | 1 | -6/+24 |
* | | Make OIDC scope constants | Quentin Gliech | 2023-05-30 | 1 | -10/+15 |
* | | Handle errors when introspecting tokens | Quentin Gliech | 2023-05-30 | 1 | -5/+37 |
* | | Disable incompatible Admin API endpoints | Quentin Gliech | 2023-05-30 | 2 | -8/+21 |
* | | Make AS tokens work & allow ASes to /register | Quentin Gliech | 2023-05-30 | 4 | -83/+157 |
* | | Add an admin token for MAS -> Synapse calls | Quentin Gliech | 2023-05-30 | 2 | -0/+24 |
* | | Refactor config to be an experimental feature | Hugh Nimmo-Smith | 2023-05-30 | 15 | -83/+258 |
* | | Disable account related endpoints when using OAuth delegation | Quentin Gliech | 2023-05-30 | 7 | -16/+66 |
* | | Actually enforce guest + return www-authenticate header | Hugh Nimmo-Smith | 2023-05-30 | 3 | -5/+47 |
* | | MSC2967: Check access token scope for use as user and add guest support | Hugh Nimmo-Smith | 2023-05-30 | 1 | -10/+20 |
* | | Use `name` claim as display name when registering users on the fly. | Hugh Nimmo-Smith | 2023-05-30 | 1 | -1/+8 |
* | | Record the `sub` claims as an external_id | Quentin Gliech | 2023-05-30 | 1 | -22/+37 |
* | | Handle the Synapse admin scope | Quentin Gliech | 2023-05-30 | 1 | -0/+3 |
* | | Save the scopes in the requester | Quentin Gliech | 2023-05-30 | 2 | -0/+9 |
* | | MSC2965: OIDC Provider discovery via well-known document | Quentin Gliech | 2023-05-30 | 1 | -0/+9 |
* | | Expose the public keys used for client authentication on an endpoint | Quentin Gliech | 2023-05-30 | 2 | -0/+78 |
* | | Initial MSC3964 support: delegation of auth to OIDC server | Quentin Gliech | 2023-05-30 | 3 | -1/+260 |
* | | Make the api.auth.Auth a Protocol | Quentin Gliech | 2023-05-30 | 4 | -242/+458 |
* | | Remove unused `FederationServer.__str__` override (#15690) | Sean Quah | 2023-05-30 | 1 | -3/+0 |
|/ |
|
* | Add Unix socket support for Redis connections (#15644) | Jason Little | 2023-05-26 | 4 | -23/+92 |
* | Add `MSC3820opt2` as a known room version (#15678) | Travis Ralston | 2023-05-26 | 1 | -0/+1 |
* | Set thread_id column to non-null for event_push_{actions,actions_staging,summ... | Patrick Cloke | 2023-05-26 | 8 | -223/+291 |
* | Merge branch 'master' into develop | Olivier Wilkinson (reivilibre) | 2023-05-26 | 1 | -1/+1 |
|\ |
|
| * | Fix a bug introduced in Synapse v1.84.0 where workers do not start up when no... | reivilibre | 2023-05-26 | 1 | -1/+1 |
| * | `traceback.format_exception(...)` usage that is compatible with Python 3.7 an... | Eric Eastwood | 2023-05-16 | 1 | -1/+1 |
* | | Add MSC3820 (room version 11) option 2 unstable room version. (#15666) | Travis Ralston | 2023-05-26 | 1 | -0/+24 |
* | | Process previously failed backfill events in the background (#15585) | Eric Eastwood | 2023-05-24 | 3 | -9/+119 |
* | | Add requesting user id parameter to key claim methods in `TransportLayerClien... | Shay | 2023-05-24 | 4 | -10/+23 |
* | | Speed up user directory rebuild for users some more... (#15665) | Erik Johnston | 2023-05-24 | 1 | -76/+114 |
* | | Improve type hints for cached decorator. (#15658) | Patrick Cloke | 2023-05-24 | 2 | -3/+5 |
* | | Fix `@trace` not wrapping some state methods that return coroutines correctly... | Eric Eastwood | 2023-05-23 | 1 | -7/+8 |
* | | Consolidate logic to check for deactivated users. (#15634) | Patrick Cloke | 2023-05-23 | 4 | -29/+30 |
* | | Use a custom scheme & the worker name for replication requests. (#15578) | Jason Little | 2023-05-23 | 3 | -19/+34 |
* | | Remove outdated comment in log config (#15648) | Andrew Morgan | 2023-05-22 | 1 | -3/+1 |
* | | Properly parse event_fields in filters (#15607) | Patrick Cloke | 2023-05-22 | 2 | -28/+59 |
* | | Instrument `state` and `state_group` storage related things (tracing) (#15610) | Eric Eastwood | 2023-05-19 | 5 | -0/+62 |
* | | Trace how many new events from the backfill response we need to process (#15633) | Eric Eastwood | 2023-05-19 | 1 | -0/+5 |
* | | Remove old R30 because R30v2 supercedes it (#10428) | reivilibre | 2023-05-19 | 2 | -87/+0 |
* | | Rename blacklist/whitelist internally. (#15620) | Patrick Cloke | 2023-05-19 | 13 | -129/+117 |
* | | Do not allow deactivated users to login with JWT. (#15624) | Patrick Cloke | 2023-05-19 | 3 | -65/+137 |
* | | Remove experimental configuration flags & unstable values for faster joins (#... | Patrick Cloke | 2023-05-19 | 4 | -51/+4 |
* | | Fix `HomeServer`s leaking during `trial` test runs (#15630) | Sean Quah | 2023-05-19 | 1 | -1/+5 |
* | | Handle missing previous read marker event. (#15464) | Nick Mills-Barrett | 2023-05-18 | 2 | -10/+14 |
* | | Update Mutual Rooms (MSC2666) implementation (#15621) | Jonathan de Jong | 2023-05-18 | 2 | -13/+32 |
* | | Re-type config paths in `ConfigError`s to be `StrSequence`s (#15615) | Sean Quah | 2023-05-18 | 7 | -26/+30 |
* | | Fix error message when `app_service_config_files` validation fails (#15614) | Sean Quah | 2023-05-18 | 1 | -2/+1 |
* | | Add a new admin API to create a new device for a user. (#15611) | Quentin Gliech | 2023-05-17 | 1 | -0/+29 |
* | | Apply url_preview_url_blacklist to oEmbed and pre-cached images (#15601) | Patrick Cloke | 2023-05-16 | 1 | -46/+75 |
* | | Update code to refer to "workers". (#15606) | Patrick Cloke | 2023-05-16 | 10 | -35/+22 |
* | | Add not null constraint to column `full_user_id` of tables `profiles` and `us... | Shay | 2023-05-16 | 7 | -4/+267 |
* | | `traceback.format_exception(...)` usage that is compatible with Python 3.7 an... | Eric Eastwood | 2023-05-16 | 1 | -1/+1 |
* | | Fix subscriptable type usage in Python <3.9 (#15604) | Eric Eastwood | 2023-05-16 | 1 | -2/+1 |
|/ |
|
* | Export `run_as_background_process` from the module API (#15577) | Shay | 2023-05-15 | 1 | -0/+1 |
* | Implement MSC3821 to update redaction rules (`third_party_invite.signed`) (#1... | Patrick Cloke | 2023-05-15 | 2 | -0/+50 |
* | Reject instead of erroring on invalid membership events. (#15564) | Patrick Cloke | 2023-05-15 | 1 | -6/+11 |
* | Implement MSC3389 to protect relations from redaction. (#15565) | Patrick Cloke | 2023-05-15 | 2 | -0/+29 |
* | Add an unstable feature flag for MSC3981 to the /versions endpoint (#15558) | Michael Weimann | 2023-05-15 | 1 | -0/+2 |
* | Declare support for Matrix 1.6 (#15559) | Patrick Cloke | 2023-05-12 | 3 | -1/+22 |
* | Revert "Set thread_id column to non-null for event_push_{actions,actions_stag... | Erik Johnston | 2023-05-12 | 6 | -224/+234 |
* | Print full startup/initialization error (#15569) | Eric Eastwood | 2023-05-11 | 1 | -1/+6 |
* | Add redis SSL configuration options (#15312) | Roel ter Maat | 2023-05-11 | 4 | -14/+82 |
* | Remove `worker_replication_*` settings (#15491) | Jason Little | 2023-05-11 | 2 | -28/+66 |
* | Add an unstable feature flag for MSC3391 to the /versions endpoint (#15562) | Andrew Morgan | 2023-05-11 | 1 | -0/+2 |
* | Stabilize MSC2659 support for AS ping endpoint. (#15528) | Tulir Asokan | 2023-05-09 | 5 | -15/+10 |
* | HTTP Replication Client (#15470) | Jason Little | 2023-05-09 | 4 | -3/+295 |
* | Add config option to prevent media downloads from listed domains. (#15197) | Travis Ralston | 2023-05-09 | 3 | -0/+22 |
* | Error if attempting to set m.push_rules account data, per MSC4010. (#15555) | Patrick Cloke | 2023-05-09 | 6 | -34/+93 |
* | Use account data constants in more places. (#15554) | Patrick Cloke | 2023-05-09 | 4 | -9/+12 |
* | Check appservices for devices during a /user/devices query. (#15539) | Patrick Cloke | 2023-05-05 | 1 | -0/+28 |
* | Implement MSC4009 to widen the allowed Matrix ID grammar (#15536) | Patrick Cloke | 2023-05-05 | 4 | -17/+40 |
* | Handle `DNSNotImplementedError` in SRV resolver (#15523) | Zdziszek | 2023-05-05 | 1 | -1/+4 |
* | Clean up and clarify "Create or modify Account" Admin API documentation (#15544) | Andrew Morgan | 2023-05-05 | 4 | -4/+24 |
* | Factor out an `is_mine_server_name` method (#15542) | Sean Quah | 2023-05-05 | 21 | -34/+49 |
* | Move ThirdPartyEventRules into module_api/callbacks (#15535) | Andrew Morgan | 2023-05-04 | 16 | -46/+53 |
* | Update the base rules to remove the dont_notify action. (MSC3987) (#15534) | Patrick Cloke | 2023-05-04 | 1 | -0/+2 |
* | Use oEmbed for YouTube Shorts (#15025) | Sandro | 2023-05-03 | 1 | -0/+13 |
* | Merge branch 'release-v1.83' into develop | Sean Quah | 2023-05-03 | 3 | -26/+12 |
|\ |
|
| * | Revert "Reduce the size of the HTTP connection pool for non-pushers" (#15530) v1.83.0rc1 | Sean Quah | 2023-05-03 | 3 | -26/+12 |
* | | Speed up deleting of old rows in `event_push_actions` (#15531) | Erik Johnston | 2023-05-03 | 1 | -0/+9 |
* | | Speed up rebuilding of the user directory for local users (#15529) | Erik Johnston | 2023-05-03 | 2 | -77/+171 |
* | | Set thread_id column to non-null for event_push_{actions,actions_staging,summ... | Patrick Cloke | 2023-05-03 | 6 | -234/+224 |
* | | Add config option to forget rooms automatically when users leave them (#15224) | Sean Quah | 2023-05-03 | 6 | -47/+237 |
* | | Remove references to supporting per-user flag for msc2654 (#15522) | Shay | 2023-05-02 | 1 | -1/+0 |
* | | Allow adding random delay to push (#15516) | Erik Johnston | 2023-05-02 | 2 | -2/+26 |
|/ |
|
* | Reduce the size of the HTTP connection pool for non-pushers. (#15514) | Patrick Cloke | 2023-05-02 | 3 | -12/+26 |
* | Initial implementation of MSC3981: recursive relations API (#15315) | Patrick Cloke | 2023-05-02 | 4 | -18/+65 |
* | Add an admin API endpoint to support per-user feature flags (#15344) | Shay | 2023-04-28 | 6 | -0/+226 |
* | Add support for claiming multiple OTKs at once. (#15468) | Patrick Cloke | 2023-04-27 | 9 | -74/+251 |
* | Add type hints to schema deltas (#15497) | Patrick Cloke | 2023-04-27 | 28 | -134/+131 |
* | Check databases/__init__ and main/cache with mypy. (#15496) | Patrick Cloke | 2023-04-27 | 2 | -9/+11 |
* | Disable push rule evaluation for rooms excluded from sync (#15361) | mcalinghee | 2023-04-27 | 1 | -0/+1 |
* | Add column `full_user_id` to tables `profiles` and `user_filters`. (#15458) | Shay | 2023-04-26 | 10 | -30/+129 |
* | Add a module API to send an HTTP push notification (#15387) | Mathieu Velten | 2023-04-26 | 2 | -77/+159 |
* | Add admin endpoint to query room sizes (#15482) | Erik Johnston | 2023-04-26 | 4 | -1/+145 |
* | Add unstable /keys/claim endpoint which always returns fallback keys. (#15462) | Patrick Cloke | 2023-04-25 | 7 | -23/+135 |
* | Re re introduce membership tables event stream ordering (#15356) | Nick Mills-Barrett | 2023-04-25 | 6 | -12/+162 |
* | Experimental support for MSC3970: per-device transaction IDs (#15318) | Quentin Gliech | 2023-04-25 | 10 | -48/+264 |
* | Finish type hints for federation client HTTP code. (#15465) | Patrick Cloke | 2023-04-24 | 3 | -28/+73 |
* | Remove legacy code of single user device resync api (#15418) | Alok Kumar Singh | 2023-04-21 | 4 | -121/+22 |
* | Modify StoreKeyFetcher to read from server_keys_json. (#15417) | Patrick Cloke | 2023-04-20 | 3 | -28/+103 |
* | Move Spam Checker callbacks to a dedicated file (#15453) | Andrew Morgan | 2023-04-18 | 15 | -63/+84 |
* | Switch `InstanceLocationConfig` to a pydantic `BaseModel` (#15431) | Jason Little | 2023-04-17 | 2 | -10/+70 |
* | Refactor `SimpleHttpClient` to pull out reusable methods (#15427) | Jason Little | 2023-04-14 | 1 | -56/+76 |
* | More precise type for LoggingTransaction.execute (#15432) | David Robertson | 2023-04-14 | 3 | -14/+31 |
* | Disable directory listing for `StaticResource` (#15438) | Dirk Klimpel | 2023-04-14 | 1 | -0/+10 |
* | Load `/capabilities` endpoint on workers (#15436) | Dirk Klimpel | 2023-04-14 | 2 | -1/+2 |
* | User directory background update speedup (#15435) | Erik Johnston | 2023-04-14 | 1 | -45/+44 |
* | Delete pushers after calling on_logged_out module hook on device delete (#15410) | Mathieu Velten | 2023-04-14 | 1 | -2/+4 |
* | Load `/directory/room/{roomAlias}` endpoint on workers (#15333) | Dirk Klimpel | 2023-04-14 | 3 | -6/+9 |
* | Remove registration fallback code. (#15405) | Patrick Cloke | 2023-04-13 | 9 | -227/+16 |
* | Improve robustness when handling a perspective key response by deduplicating ... | reivilibre | 2023-04-13 | 2 | -7/+25 |
* | Add comma missing from #15382. (#15429) | reivilibre | 2023-04-13 | 1 | -1/+1 |
* | Implement MSC2174: move redacts to a content property. (#15395) | Patrick Cloke | 2023-04-13 | 5 | -13/+39 |
* | Only load the SSO redirect servlet if SSO is enabled. (#15421) | Dirk Klimpel | 2023-04-13 | 1 | -1/+6 |
* | Disable loading `RefreshTokenServlet` on workers (#15428) | Dirk Klimpel | 2023-04-13 | 1 | -1/+4 |
* | Throw if the appservice config list is the wrong type (#15425) | Will Hunt | 2023-04-12 | 1 | -4/+10 |
* | Implement MSC2175: remove the creator field from create events. (#15394) | Patrick Cloke | 2023-04-06 | 7 | -24/+71 |
* | Don't keep old stream_ordering_to_exterm around (#15382) | Erik Johnston | 2023-04-06 | 2 | -10/+52 |
* | Merge remote-tracking branch 'origin/release-v1.81' into develop | Patrick Cloke | 2023-04-06 | 1 | -1/+1 |
|\ |
|
| * | Fix the 'set_device_id_for_pushers_txn' background update. (#15391) | Quentin Gliech | 2023-04-05 | 1 | -1/+1 |
* | | Implement MSC3989 to redact the origin field. (#15393) | Patrick Cloke | 2023-04-05 | 2 | -1/+41 |
* | | Delete server-side backup keys when deactivating an account. (#15181) | Shay | 2023-04-04 | 4 | -3/+133 |
|/ |
|
* | Speed up membership queries for users with forgotten rooms (#15385) | Erik Johnston | 2023-04-04 | 2 | -1/+30 |
* | Fix a rare bug where initial /syncs would fail (#15383) | Sean Quah | 2023-04-04 | 1 | -5/+19 |
* | Call appservices on modern paths, falling back to legacy paths. (#15317) | Patrick Cloke | 2023-04-03 | 2 | -46/+100 |
* | Experimental Unix socket support (#15353) | Jason Little | 2023-04-03 | 7 | -90/+238 |
* | Fix copyright year in SSO footer template (#15358) | Jason Robinson | 2023-03-31 | 1 | -2/+2 |
* | Revert pruning of old devices (#15360) | Erik Johnston | 2023-03-31 | 3 | -133/+4 |
* | Revert "Set thread_id column to non-null for event_push_{actions,actions_stag... | Olivier Wilkinson (reivilibre) | 2023-03-31 | 5 | -153/+243 |
* | Set thread_id column to non-null for event_push_{actions,actions_staging,summ... | Patrick Cloke | 2023-03-30 | 5 | -243/+153 |
* | to_device updates could be dropped when consuming the replication stream (#15... | Mathieu Velten | 2023-03-30 | 1 | -10/+4 |
* | Speed up SQLite unit test CI (#15334) | Erik Johnston | 2023-03-30 | 1 | -1/+16 |
* | Implement MSC3984 to proxy /keys/query requests to appservices. (#15321) | Patrick Cloke | 2023-03-30 | 6 | -46/+176 |
* | Fix spinloop during partial state sync when a prev event is in backoff (#15351) | Sean Quah | 2023-03-30 | 4 | -43/+69 |
* | Add the ability to enable/disable registrations when in the OIDC flow (#14978) | Warren Bailey | 2023-03-30 | 3 | -2/+21 |
* | Add some clarification to the doc/comments regarding TCP replication (#15354) | Mathieu Velten | 2023-03-30 | 2 | -32/+3 |
* | Fix missing app variable in mail subject for password resets (#15352) | Cyberes | 2023-03-30 | 1 | -1/+1 |
* | Fix registering a device on an account with lots of devices (#15348) | Erik Johnston | 2023-03-29 | 2 | -3/+8 |
* | Revert "Reintroduce membership tables event stream ordering (#15128)" (#15347) | Erik Johnston | 2023-03-29 | 5 | -130/+12 |
* | Delete stale non-e2e devices for users, take 3 (#15183) | Erik Johnston | 2023-03-29 | 3 | -4/+128 |
* | Fix joining rooms you have been unbanned from (#15323) | DeepBlueV7.X | 2023-03-29 | 2 | -53/+58 |
* | Implement MSC3983 to proxy /keys/claim queries to appservices. (#15314) | Patrick Cloke | 2023-03-28 | 6 | -28/+220 |
* | Bump ruff from 0.0.252 to 0.0.259 (#15328) | dependabot[bot] | 2023-03-28 | 7 | -12/+24 |
* | Prune old typing notifications (#15332) | Erik Johnston | 2023-03-27 | 1 | -0/+25 |
* | Load `/password_policy` endpoint on workers. (#15331) | Dirk Klimpel | 2023-03-27 | 2 | -2/+2 |
* | Add developer documentation for the Federation Sender and add a documentation... | reivilibre | 2023-03-24 | 1 | -0/+113 |
* | As an optimisation, use `TRUNCATE` on Postgres when clearing the user directo... | reivilibre | 2023-03-24 | 1 | -4/+11 |
* | Make cleaning up pushers depend on the device_id instead of the token_id (#15... | Quentin Gliech | 2023-03-24 | 10 | -33/+113 |
* | Reject mentions on the C-S API which are invalid. (#15311) | Patrick Cloke | 2023-03-24 | 2 | -16/+48 |
* | Reintroduce membership tables event stream ordering (#15128) | Nick Mills-Barrett | 2023-03-24 | 5 | -12/+130 |
* | Add a primitive helper script for listing worker endpoints. (#15243) | reivilibre | 2023-03-23 | 30 | -12/+423 |
* | Use immutabledict instead of frozendict (#15113) | David Robertson | 2023-03-22 | 11 | -48/+59 |
* | Add a check to SQLite port DB script to ensure that the sqlite database passe... | Shay | 2023-03-22 | 1 | -0/+8 |
* | Have replication clients remove _INT_STREAM_POS (#15309) | David Robertson | 2023-03-22 | 1 | -1/+1 |
* | Change the parameter `immediate` of `send_device_messages` to default to `Tru... | Shay | 2023-03-21 | 2 | -2/+2 |
* | Apply & bundle edits for non-message events. (#15295) | Patrick Cloke | 2023-03-21 | 1 | -7/+4 |
* | Revert "check sqlite database file exists before porting/#14692" (#15301) | Shay | 2023-03-21 | 1 | -1/+1 |
* | Make `POST /_matrix/client/v3/rooms/{roomId}/report/{eventId}` endpoint retur... | Andrew Morgan | 2023-03-21 | 2 | -6/+11 |
* | Make `EventHandler.get_event` return `None` when the requested event is not f... | Andrew Morgan | 2023-03-21 | 1 | -4/+5 |
* | Fix error when sending message into deleted room. (#15235) | Erik Johnston | 2023-03-21 | 1 | -2/+15 |