| Commit message (Expand) | Author | Age | Files | Lines |
* | Add automatic purge after all users forget a room (#15488) | Mathieu Velten | 2023-09-15 | 8 | -427/+368 |
* | Convert `_insert_graph_receipts_txn` to `simple_upsert` (#16299) | Jason Little | 2023-09-15 | 2 | -14/+12 |
* | Only use literal strings for process names (#16315) | Erik Johnston | 2023-09-15 | 3 | -14/+10 |
* | Some minor performance fixes for task schedular (#16313) | Erik Johnston | 2023-09-14 | 4 | -34/+94 |
* | Speed up deleting to-device messages task (#16318) | Erik Johnston | 2023-09-14 | 1 | -13/+14 |
* | Refactor `get_user_by_id` (#16316) | Erik Johnston | 2023-09-14 | 11 | -96/+74 |
* | Remove a reference cycle in background process (#16314) | Erik Johnston | 2023-09-13 | 1 | -1/+20 |
* | Fix using dehydrated devices (MSC2697) & refresh tokens (#16288) | Hanadi | 2023-09-13 | 2 | -3/+24 |
* | Use StrCollection in additional places. (#16301) | Patrick Cloke | 2023-09-13 | 15 | -67/+58 |
* | Don't schedule an async task on every sync (#16312) | Erik Johnston | 2023-09-13 | 1 | -11/+26 |
* | Fix deleting device inbox when using background worker (#16311) | Erik Johnston | 2023-09-13 | 1 | -31/+31 |
* | Improve logging of replication (#16309) | Erik Johnston | 2023-09-13 | 2 | -2/+7 |
* | Bump mypy from 1.4.1 to 1.5.1. (#16300) | Patrick Cloke | 2023-09-12 | 1 | -8/+2 |
* | Stop purging tables which are slated for removal. (#16273) | Patrick Cloke | 2023-09-12 | 2 | -5/+5 |
* | Refactor storing of server keys (#16261) | Erik Johnston | 2023-09-12 | 2 | -175/+79 |
* | Add the List-Unsubscribe header for notification emails. (#16274) | Patrick Cloke | 2023-09-11 | 3 | -6/+54 |
* | Filter out down hosts when retrying fetching device lists (#16298) | Erik Johnston | 2023-09-11 | 1 | -1/+14 |
* | Improve type hints for attrs classes (#16276) | David Robertson | 2023-09-08 | 6 | -39/+36 |
* | Update ruff config (#16283) | Patrick Cloke | 2023-09-08 | 4 | -8/+1 |
* | Log values at DEBUG level with execute_values (#16281) | David Robertson | 2023-09-08 | 1 | -2/+3 |
* | Fix bug with new task scheduler using lots of CPU. (#16278) | Erik Johnston | 2023-09-08 | 1 | -21/+22 |
* | Avoid temporary storage of sensitive information. (#16272) | Patrick Cloke | 2023-09-08 | 1 | -2/+2 |
* | Reduce CPU overhead of change password endpoint (#16264) | Erik Johnston | 2023-09-08 | 1 | -58/+54 |
* | Recheck if remote device is cached before requesting it (#16252) | Erik Johnston | 2023-09-07 | 3 | -17/+34 |
* | Add `/notifications` endpoint to workers (#16265) | Erik Johnston | 2023-09-07 | 3 | -37/+39 |
* | Send the opentracing span information to appservices (#16227) | Marcel | 2023-09-06 | 1 | -8/+24 |
* | Handle "registration_enabled" parameter for CAS (#16262) | Aurélien Grimpard | 2023-09-06 | 2 | -0/+5 |
* | Merge remote-tracking branch 'origin/release-v1.92' into develop | Patrick Cloke | 2023-09-06 | 8 | -202/+10 |
|\ |
|
| * | Merge remote-tracking branch 'origin/release-v1.91' into release-v1.92 | Patrick Cloke | 2023-09-06 | 7 | -199/+6 |
| |\ |
|
| | * | Revert MSC3861 introspection cache, admin impersonation and account lock (#16... | Quentin Gliech | 2023-09-06 | 7 | -199/+6 |
| | * | Fix typo where we ended up with multiple `WorkerLocksHandler` (#16220) | Erik Johnston | 2023-09-01 | 1 | -0/+1 |
| * | | Fix incorrect docstring for Ratelimiter. (#16255) | Patrick Cloke | 2023-09-05 | 1 | -3/+4 |
* | | | Add the ability to use `G` (GiB) and `T` (TiB) suffixes in configuration opti... | reivilibre | 2023-09-06 | 1 | -3/+4 |
* | | | Allow modules to delete rooms. (#15997) | reivilibre | 2023-09-06 | 4 | -6/+40 |
* | | | Delete device messages asynchronously and in staged batches (#16240) | Mathieu Velten | 2023-09-06 | 11 | -37/+106 |
* | | | Fix appservices being unable to handle to_device messages for multiple users ... | Will Hunt | 2023-09-05 | 1 | -1/+1 |
* | | | Add MSC4040 `matrix-fed` service lookups (#16137) | Travis Ralston | 2023-09-05 | 1 | -5/+24 |
* | | | Fix bug where we kept re-requesting a remote server's key repeatedly. (#16257) | Erik Johnston | 2023-09-05 | 1 | -6/+11 |
* | | | Time out busy presence status & test multi-device busy (#16174) | Patrick Cloke | 2023-09-05 | 1 | -1/+18 |
* | | | Track presence state per-device and combine to a user state. (#16066) | Patrick Cloke | 2023-09-05 | 2 | -51/+271 |
* | | | Bump twisted from 22.10.0 to 23.8.0 (#16235) | dependabot[bot] | 2023-09-05 | 3 | -9/+5 |
|/ / |
|
* | | Don't wake up destination transaction queue if they're not due for retry. (#1... | Erik Johnston | 2023-09-04 | 11 | -67/+161 |
* | | Add last_seen_ts to the admin users API (#16218) | Mathieu Velten | 2023-09-04 | 6 | -2/+16 |
* | | Don't reset retry timers on "valid" error codes (#16221) | Erik Johnston | 2023-09-04 | 3 | -3/+27 |
* | | Cache device resync requests over replication (#16241) | David Robertson | 2023-09-04 | 1 | -1/+1 |
* | | Fix typo where we ended up with multiple `WorkerLocksHandler` (#16220) | Erik Johnston | 2023-09-01 | 1 | -0/+1 |
* | | Log the details of background update failures (#16212) | David Robertson | 2023-09-01 | 1 | -2/+2 |
* | | Gracefully handle failing to thumbnail images (#16211) | Erik Johnston | 2023-08-30 | 2 | -1/+9 |
* | | Fix rare bug that broke looping calls (#16210) | Erik Johnston | 2023-08-30 | 1 | -14/+22 |
* | | Stop writing to the event_txn_id table (#16175) | Patrick Cloke | 2023-08-30 | 4 | -84/+21 |
* | | Describe which rate limiter was hit in logs (#16135) | David Robertson | 2023-08-30 | 14 | -92/+150 |
* | | Track currently syncing users by device for presence (#16172) | Patrick Cloke | 2023-08-29 | 3 | -63/+128 |
* | | Bump mypy-zope & mypy. (#16188) | Patrick Cloke | 2023-08-29 | 4 | -14/+32 |
* | | Bump ruff from 0.0.277 to 0.0.286 (#16198) | dependabot[bot] | 2023-08-29 | 17 | -33/+47 |
* | | Support IPv6-only SMTP servers (#16155) | Evilham | 2023-08-29 | 1 | -17/+11 |
* | | Fix inaccurate error message while trying to ban or unban a user with the sam... | Chen Zhang | 2023-08-29 | 1 | -1/+7 |
* | | Pass the device ID around in the presence handler (#16171) | Patrick Cloke | 2023-08-28 | 9 | -19/+63 |
* | | Combine logic about not overriding BUSY presence. (#16170) | Patrick Cloke | 2023-08-28 | 2 | -97/+68 |
* | | Task scheduler: add replication notify for new task to launch ASAP (#16184) | Mathieu Velten | 2023-08-28 | 3 | -49/+73 |
* | | Prepare unit tests for Python 3.12 (#16099) | V02460 | 2023-08-25 | 1 | -0/+1 |
* | | Validate input to POST /key/v2/query endpoint. (#16183) | Patrick Cloke | 2023-08-25 | 1 | -10/+29 |
* | | Send proper JSON POST data to /publicRooms (#16185) | Patrick Cloke | 2023-08-25 | 1 | -10/+6 |
* | | Add configuration setting for CAS protocol version (#15816) | Aurélien Grimpard | 2023-08-24 | 2 | -2/+17 |
* | | Fix typechecking with twisted trunk (#16121) | David Robertson | 2023-08-24 | 3 | -26/+27 |
* | | Add `Retry-After` to M_LIMIT_EXCEEDED error responses (#16136) | Will Hunt | 2023-08-24 | 2 | -1/+18 |
* | | Stabilize support for MSC3958 (suppress notifications from edits). (#16113) | Patrick Cloke | 2023-08-23 | 2 | -6/+0 |
|/ |
|
* | Fix rare deadlock when using read/write locks (#16169) github/release-v1.91.0 release-v1.91.0 | Erik Johnston | 2023-08-23 | 2 | -37/+71 |
* | Filter out unwanted user_agents from udv. (#16124) | Neil Johnson | 2023-08-23 | 1 | -0/+5 |
* | Fix rare deadlock when using read/write locks (#16133) | Erik Johnston | 2023-08-23 | 1 | -0/+37 |
* | Reduce DB contention on worker locks (#16160) | Erik Johnston | 2023-08-23 | 1 | -0/+37 |
* | Always update `retry_last_ts` (#16164) | Erik Johnston | 2023-08-23 | 1 | -3/+3 |
* | Task scheduler: mark task as active if we are scheduling ASAP (#16165) | Mathieu Velten | 2023-08-23 | 2 | -2/+4 |
* | Properly update retry_last_ts when hitting the maximum retry interval (#16156) | DeepBlueV7.X | 2023-08-23 | 1 | -1/+3 |
* | Only lock when we're backfilling (#16159) | Erik Johnston | 2023-08-23 | 2 | -146/+156 |
* | Increase perf of read/write locks (#16149) | Erik Johnston | 2023-08-23 | 1 | -0/+30 |
* | Fix perf of `wait_for_stream_positions` (#16148) | Erik Johnston | 2023-08-22 | 1 | -7/+12 |
* | Disable `m.3pid_changes` capability when MSC3861 is enabled. (#16134) | Mathieu Velten | 2023-08-22 | 2 | -1/+16 |
* | Add an admin endpoint to allow authorizing server to signal token revocations... | Shay | 2023-08-22 | 7 | -0/+127 |
* | Disallow user_consent where experimental MSC3861 is enabled (#16127) | Hugh Nimmo-Smith | 2023-08-22 | 1 | -0/+7 |
* | Add `client_secret_path` as alternative for `client_secret` for OIDC config (... | Maximilian Bosch | 2023-08-21 | 1 | -1/+15 |
* | Implements a task scheduler for resumable potentially long running tasks (#15... | Mathieu Velten | 2023-08-21 | 8 | -1/+644 |
* | Speed up state res in rare case we don't have all events (#16116) | Erik Johnston | 2023-08-18 | 1 | -23/+161 |
* | MSC3861: allow impersonation by an admin using a query param (#16132) | Mathieu Velten | 2023-08-18 | 1 | -3/+22 |
* | Allow filtering for admins in the list accounts admin API (#16114) | Alexander Fechler | 2023-08-18 | 2 | -0/+13 |
* | Add response time metrics for introspection requests (#16131) | Erik Johnston | 2023-08-18 | 1 | -7/+27 |
* | Add cache to `get_server_keys_json_for_remote` (#16123) | Erik Johnston | 2023-08-18 | 3 | -63/+120 |
* | Cache token introspection response from OIDC provider (#16117) | Shay | 2023-08-17 | 1 | -2/+38 |
* | Fix database performance of read/write worker locks (#16061) | Erik Johnston | 2023-08-17 | 1 | -52/+35 |
* | Override global statement timeout when creating indexes in Postgres (#16085) | Shay | 2023-08-17 | 1 | -0/+12 |
* | Disable caching in /sync corner case (#16080) | Matthew Ma | 2023-08-17 | 1 | -10/+10 |
* | Rename pagination&purge locks and add comments explaining them (#16112) | Mathieu Velten | 2023-08-16 | 7 | -19/+28 |
* | Attempt to fix twisted trunk (#16115) | David Robertson | 2023-08-15 | 1 | -1/+3 |
* | Run pyupgrade for python 3.7 & 3.8. (#16110) | Patrick Cloke | 2023-08-15 | 21 | -71/+62 |
* | Allow customizing IdP name and icon for SAML and CAS (#16094) | Gabriel Rodríguez | 2023-08-11 | 4 | -10/+22 |
* | Add linearizer on user ID to push rule PUT/DELETE requests (#16052) | Nick Mills-Barrett | 2023-08-11 | 1 | -6/+22 |
* | Fix the type annotation on `run_db_interaction` in the Module API. (#16089) | reivilibre | 2023-08-10 | 1 | -2/+2 |
* | Clean-up presence code (#16092) | Patrick Cloke | 2023-08-10 | 1 | -94/+75 |
* | Implements admin API to lock an user (MSC3939) (#15870) | Mathieu Velten | 2023-08-10 | 13 | -10/+144 |
* | Support MSC3814: Dehydrated Devices Part 2 (#16010) | Shay | 2023-08-08 | 5 | -90/+174 |
* | Allow modules to schedule delayed background calls. (#15993) | reivilibre | 2023-08-08 | 1 | -0/+41 |
* | Remove old rows from the `cache_invalidation_stream_by_instance` table automa... | reivilibre | 2023-08-08 | 1 | -0/+130 |
* | Fix endpoint improperly declaring support for MSC3814 (#16068) | Shay | 2023-08-07 | 1 | -10/+8 |
* | Drop backwards compat hack for event serialization (#16069) | Shay | 2023-08-07 | 1 | -11/+1 |
* | Fix deletion for Dehydrated Devices (#16046) | Shay | 2023-08-04 | 2 | -4/+26 |
* | Stabilize support for MSC3970: updated transaction semantics (scope to `devic... | Patrick Cloke | 2023-08-04 | 8 | -59/+47 |
* | Move support for application service query parameter authorization behind a c... | Shay | 2023-08-03 | 2 | -9/+33 |
* | Allow config of the backoff algorithm for the federation client. (#15754) | Mathieu Velten | 2023-08-03 | 2 | -13/+34 |
* | Allow modules to check whether the current worker is configured to run backgr... | reivilibre | 2023-08-03 | 1 | -0/+12 |
* | Add forward-compatibility for the redacts property (MSC2174). (#16013) | Patrick Cloke | 2023-08-02 | 1 | -8/+10 |
* | Properly setup the additional sequences in the portdb script. (#16043) | Patrick Cloke | 2023-08-01 | 1 | -3/+15 |
* | Trim whitespace when setting display names (#16031) | Mohit Rathee | 2023-08-01 | 1 | -1/+1 |
* | Add metrics tracking for eviction to ResponseCache (#16028) | Jason Little | 2023-08-01 | 1 | -2/+8 |
* | Combine duplicated code for calculating an event ID from a txn ID (#16023) | Patrick Cloke | 2023-07-31 | 2 | -32/+35 |
* | Add ability to wait for locks and add locks to purge history / room deletion ... | Erik Johnston | 2023-07-31 | 12 | -106/+654 |
* | Clarify comment on key uploads over replication (#16016) | Shay | 2023-07-27 | 1 | -2/+2 |
* | Fix 404 on /profile when the display name is empty but not the avatar (#16012) | Mathieu Velten | 2023-07-27 | 1 | -1/+1 |
* | Remove support for legacy application service paths (#15964) | Shay | 2023-07-26 | 1 | -71/+11 |
* | Inline SQL queries using boolean parameters (#15525) | Anshul Madnawat | 2023-07-26 | 7 | -25/+23 |
* | Bump DB version to 79 since synapse v1.88 was already there (#15998) | Mathieu Velten | 2023-07-26 | 6 | -16/+21 |
* | Support MSC3814: Dehydrated Devices (#15929) | Shay | 2023-07-24 | 4 | -9/+356 |
* | Resync stale devices in background (#15975) | Erik Johnston | 2023-07-24 | 1 | -1/+8 |
* | Properly handle redactions of creation events (#15973) | Shay | 2023-07-23 | 1 | -3/+5 |
* | Actually stop reading from column `user_id` of tables `profiles` (#15955) | Shay | 2023-07-23 | 3 | -11/+10 |
* | 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 |