| Commit message (Expand) | Author | Age | Files | Lines |
* | Add custom well-known (#13035) | Jacek Kuśnierz | 2022-06-16 | 1 | -0/+22 |
* | Move some event auth checks out to a different method (#13065) | Richard van der Hoff | 2022-06-15 | 1 | -54/+113 |
* | Add more tests for room upgrades (#13074) | Sean Quah | 2022-06-15 | 1 | -5/+78 |
* | Change default `sync_response_cache_duration` (#13042) | Erik Johnston | 2022-06-15 | 1 | -1/+1 |
* | Replace pyjwt with authlib in `org.matrix.login.jwt` (#13011) | Hannes Lerchl | 2022-06-15 | 1 | -21/+23 |
* | Speed up `get_unread_event_push_actions_by_room` (#13005) | Erik Johnston | 2022-06-15 | 3 | -17/+46 |
* | Fix a long-standing bug which meant that rate limiting was not restrictive en... | reivilibre | 2022-06-15 | 1 | -11/+40 |
* | Fix typechecks against twisted trunk (#13061) | David Robertson | 2022-06-15 | 2 | -4/+5 |
* | Fix `destination_is` errors seen in sentry. (#13041) | David Robertson | 2022-06-14 | 3 | -1/+34 |
* | Move the "email unsubscribe" resource, refactor the macaroon generator & simp... | Quentin Gliech | 2022-06-14 | 5 | -17/+164 |
* | Decouple `synapse.api.auth_blocking.AuthBlocking` from `synapse.api.auth.Auth... | Quentin Gliech | 2022-06-14 | 5 | -26/+44 |
* | Uniformize spam-checker API, part 4: port other spam-checker callbacks to ret... | David Teller | 2022-06-13 | 1 | -5/+170 |
* | Replace noop background updates with DELETE. (#12954) | Patrick Cloke | 2022-06-13 | 1 | -28/+0 |
* | Merge branch 'rav/simplify_event_auth_interface' into develop | Richard van der Hoff | 2022-06-13 | 1 | -155/+202 |
|\ |
|
| * | Remove `room_version` param from `check_auth_rules_for_event` | Richard van der Hoff | 2022-06-12 | 1 | -41/+2 |
| * | EventAuthTestCase: build events for the right room version | Richard van der Hoff | 2022-06-12 | 1 | -119/+205 |
* | | Stop depending on `room_id` to be returned for children state in the hierarch... | Patrick Cloke | 2022-06-10 | 1 | -1/+1 |
* | | Type annotations for `test_v2` (#12985) | David Robertson | 2022-06-09 | 1 | -42/+83 |
* | | Move the (unstable) `dir` parameter for /relations behind an experimental fla... | Patrick Cloke | 2022-06-08 | 1 | -0/+1 |
* | | Clean up the test code for client disconnections (#12929) | Sean Quah | 2022-06-07 | 5 | -88/+88 |
* | | Test cancellation at every `await` during request handling (#12674) | Sean Quah | 2022-06-07 | 2 | -2/+550 |
* | | Consolidate the logic of delete_device/delete_devices. (#12970) | Patrick Cloke | 2022-06-07 | 1 | -2/+2 |
|/ |
|
* | Prevent local quarantined media from being claimed by media retention (#12972) | Andrew Morgan | 2022-06-07 | 1 | -13/+96 |
* | Remove remaining pieces of groups code. (#12966) | Patrick Cloke | 2022-06-06 | 1 | -2/+0 |
* | Reduce state pulled from DB due to sending typing and receipts over federatio... | Erik Johnston | 2022-06-06 | 2 | -9/+11 |
* | Do not break URL previews if an image is unreachable. (#12950) | Patrick Cloke | 2022-06-06 | 1 | -0/+35 |
* | Implement MSC3816, consider the root event for thread participation. (#12766) | Patrick Cloke | 2022-06-06 | 1 | -26/+59 |
* | Reduce the amount of state we pull from the DB (#12811) | Erik Johnston | 2022-06-06 | 5 | -16/+27 |
* | Improve URL previews for some pages (#12951) | Patrick Cloke | 2022-06-03 | 1 | -1/+36 |
* | Wait for lazy join to complete when getting current state (#12872) | Erik Johnston | 2022-06-01 | 5 | -7/+72 |
* | Remove remaining bits of groups code. (#12936) | Patrick Cloke | 2022-06-01 | 12 | -20/+0 |
* | Remove direct refeferences to PyNaCl (use signedjson instead). (#12902) | Jacek Kuśnierz | 2022-06-01 | 2 | -13/+6 |
* | Add config options for media retention (#12732) | Andrew Morgan | 2022-05-31 | 1 | -0/+238 |
* | Rename storage classes (#12913) | Erik Johnston | 2022-05-31 | 22 | -67/+115 |
* | Fix invite notifications for users without pushers (#12840) | DeepBlueV7.X | 2022-05-30 | 1 | -0/+91 |
* | Mutual rooms: Remove dependency on user directory (#12836) | Jonathan de Jong | 2022-05-30 | 1 | -2/+0 |
* | LockStore: fix acquiring a lock via `LockStore.try_acquire_lock` (#12832) | Sumner Evans | 2022-05-30 | 1 | -0/+54 |
* | Add a background job to automatically delete stale devices (#12855) | Brendan Abolivier | 2022-05-27 | 1 | -0/+43 |
* | Additional constants for EDU types. (#12884) | Patrick Cloke | 2022-05-27 | 15 | -55/+81 |
* | Merge tag 'v1.60.0rc2' into develop | Sean Quah | 2022-05-27 | 1 | -0/+41 |
|\ |
|
| * | Add an option allowing users to use their password to reauthenticate even tho... | reivilibre | 2022-05-27 | 1 | -0/+41 |
* | | Add storage and module API methods to get monthly active users and their apps... | Matt C | 2022-05-27 | 1 | -0/+83 |
* | | Remove backing code for groups/communities (#12558) | Patrick Cloke | 2022-05-26 | 2 | -21/+2 |
* | | Remove unstable APIs for /hierarchy. (#12851) | Patrick Cloke | 2022-05-26 | 1 | -10/+10 |
* | | Pull out less state when handling gaps mk2 (#12852) | Erik Johnston | 2022-05-26 | 3 | -18/+45 |
* | | Allow bigger responses to `/federation/v1/state` (#12877) | Richard van der Hoff | 2022-05-25 | 1 | -3/+3 |
* | | Fix up `state_store` naming (#12871) | Erik Johnston | 2022-05-25 | 1 | -2/+2 |
* | | Remove user-visible groups/communities code (#12553) | Patrick Cloke | 2022-05-25 | 2 | -145/+1 |
* | | Add authentication to thirdparty bridge APIs (#12746) | Will Hunt | 2022-05-24 | 1 | -0/+102 |
* | | Experimental support for MSC3772 (#12740) | Patrick Cloke | 2022-05-24 | 1 | -3/+81 |
|/ |
|
* | Prevent expired events from being filtered out when retention is disabled (#1... | Brendan Abolivier | 2022-05-23 | 2 | -8/+35 |
* | Add some type hints to tests files (#12833) | Dirk Klimpel | 2022-05-23 | 5 | -15/+18 |
* | Update EventContext `get_current_event_ids` and `get_prev_event_ids` to accep... | Shay | 2022-05-20 | 1 | -1/+1 |
* | Add a unit test for copying over arbitrary room types when upgrading a room (... | Andrew Morgan | 2022-05-19 | 1 | -1/+31 |
* | Lay some foundation work to allow workers to only subscribe to some kinds of ... | reivilibre | 2022-05-19 | 2 | -12/+115 |
* | Refactor `resolve_state_groups_for_events` to not pull out full state when no... | Shay | 2022-05-18 | 1 | -0/+13 |
* | Add some type hints to `event_federation` datastore (#12753) | Dirk Klimpel | 2022-05-18 | 1 | -0/+1 |
* | Discard null-containing strings before updating the user directory (#12762) | David Robertson | 2022-05-18 | 1 | -0/+28 |
* | Make handling of federation Authorization header (more) compliant with RFC723... | Hubert Chathi | 2022-05-18 | 1 | -1/+28 |
* | Delete events from federation_inbound_events_staging table on purge (#12770) | Mathieu Velten | 2022-05-17 | 1 | -0/+1 |
* | Remove code which updates `application_services_state.last_txn` (#12680) | Richard van der Hoff | 2022-05-17 | 2 | -31/+6 |
* | Track in memory events using weakrefs (#10533) | Erik Johnston | 2022-05-17 | 2 | -0/+26 |
* | Avoid unnecessary copies when filtering private read receipts. (#12711) | Å imon Brandner | 2022-05-16 | 1 | -38/+26 |
* | Fix room upgrades creating an empty room when auth fails (#12696) | Sean Quah | 2022-05-16 | 1 | -13/+1 |
* | Consolidate logic for parsing relations. (#12693) | Patrick Cloke | 2022-05-16 | 1 | -2/+6 |
* | Add config flags to allow for cache auto-tuning (#12701) | Shay | 2022-05-13 | 1 | -1/+57 |
* | Don't create an empty room when checking for MAU limits (#12713) | Brendan Abolivier | 2022-05-13 | 1 | -1/+10 |
* | SpamChecker metrics (#12513) | Jess Porter | 2022-05-13 | 1 | -2/+4 |
* | add default_power_level_content_override config option. (#12618) | Andy Balaam | 2022-05-12 | 1 | -0/+258 |
* | No longer permit empty body when sending receipts (#12709) | David Robertson | 2022-05-11 | 1 | -26/+4 |
* | Complain if a federation endpoint has the `@cancellable` flag (#12705) | Sean Quah | 2022-05-11 | 1 | -0/+2 |
* | Reload cache factors from disk on SIGHUP (#12673) | David Robertson | 2022-05-11 | 2 | -0/+9 |
* | Respect the `@cancellable` flag for `ReplicationEndpoint`s (#12700) | Sean Quah | 2022-05-11 | 2 | -0/+119 |
* | Respect the `@cancellable` flag for `RestServlet`s and `BaseFederationServlet... | Sean Quah | 2022-05-11 | 4 | -2/+185 |
* | Respect the `@cancellable` flag for `DirectServe{Html,Json}Resource`s (#12698) | Sean Quah | 2022-05-11 | 1 | -2/+109 |
* | Refactor `EventContext` (#12689) | Erik Johnston | 2022-05-10 | 4 | -3/+10 |
* | Stop writing to `event_reference_hashes` (#12679) | Richard van der Hoff | 2022-05-10 | 1 | -9/+0 |
* | Add helper class for testing request cancellation (#12630) | Sean Quah | 2022-05-10 | 3 | -0/+126 |
* | Add the `update_user_directory_from_worker` configuration option (superseding... | reivilibre | 2022-05-10 | 1 | -0/+27 |
* | Immediately retry any requests that have backed off when a server comes back ... | Erik Johnston | 2022-05-10 | 1 | -0/+80 |
* | Convert stringy power levels to integers on room upgrade (#12657) | David Robertson | 2022-05-07 | 2 | -2/+83 |
* | Update mypy to 0.950 and fix complaints (#12650) | David Robertson | 2022-05-06 | 1 | -5/+5 |
* | Add the `notify_appservices_from_worker` configuration option (superseding `n... | reivilibre | 2022-05-06 | 1 | -0/+288 |
* | Support MSC3266 room summaries over federation (#11507) | DeepBlueV7.X | 2022-05-05 | 1 | -0/+26 |
* | Use `private` instead of `hidden` in MSC2285 related code. (#12635) | Å imon Brandner | 2022-05-05 | 2 | -18/+18 |
* | Edits/annotations should not have any bundled aggregations calculated. (#12633) | Patrick Cloke | 2022-05-05 | 1 | -0/+31 |
* | Add `mau_appservice_trial_days` config (#12619) | Will Hunt | 2022-05-04 | 1 | -0/+74 |
* | Use `getClientAddress` instead of `getClientIP`. (#12599) | Patrick Cloke | 2022-05-04 | 6 | -26/+33 |
* | Implement changes to MSC2285 (hidden read receipts) (#12168) | Å imon Brandner | 2022-05-04 | 3 | -79/+449 |
* | Remove unstable/unspecced login types. (#12597) | Patrick Cloke | 2022-05-04 | 2 | -6/+2 |
* | Include bundled aggregations for the latest event in a thread. (#12273) | Patrick Cloke | 2022-05-04 | 1 | -1/+107 |
* | Add a consistency check on events read from the database (#12620) | Richard van der Hoff | 2022-05-03 | 1 | -22/+37 |
* | Remove unstable identifiers for MSC3069. (#12596) | Patrick Cloke | 2022-05-03 | 1 | -6/+0 |
* | Use constants for receipt types in tests. (#12582) | Å imon Brandner | 2022-04-28 | 3 | -23/+29 |
* | Fix logging of incorrect status codes for disconnected requests (#12580) | Sean Quah | 2022-04-28 | 2 | -2/+26 |
* | Prefer `make_awaitable` over `defer.succeed` in tests (#12505) | Sean Quah | 2022-04-27 | 12 | -60/+54 |
* | Add a module API to allow modules to edit push rule actions (#12406) | Brendan Abolivier | 2022-04-27 | 1 | -1/+83 |
* | Remove unused `# type: ignore`s (#12531) | David Robertson | 2022-04-27 | 5 | -21/+23 |
* | Bound ephemeral events by key (#12544) | Nick Mills-Barrett | 2022-04-26 | 1 | -0/+82 |
* | Mark remote device list updates as already handled (#12557) | Erik Johnston | 2022-04-26 | 1 | -1/+1 |
* | Handle cancellation in `EventsWorkerStore._get_events_from_cache_or_db` (#12529) | Sean Quah | 2022-04-25 | 1 | -2/+119 |
* | Misc. clean-ups to the relations code (#12519) | Patrick Cloke | 2022-04-25 | 1 | -40/+34 |
* | Update `delay_cancellation` to accept any awaitable (#12468) | Sean Quah | 2022-04-22 | 1 | -2/+31 |
* | Await un-partial-stating after a partial-state join (#12399) | Richard van der Hoff | 2022-04-21 | 2 | -0/+130 |
* | Remove unnecessary config overrides for MSC3666. (#12511) | Patrick Cloke | 2022-04-20 | 1 | -4/+0 |
* | Fix `/room/.../event/...` to return the *original* event after any edits (#12... | Richard van der Hoff | 2022-04-19 | 1 | -30/+62 |
* | Back out implementation of MSC2314 (#12474) | Richard van der Hoff | 2022-04-19 | 1 | -39/+2 |
* | Only send out device list updates for our own users (#12465) | Erik Johnston | 2022-04-14 | 2 | -4/+45 |
* | Limit `device_id` size to 512B (#12454) | Shay | 2022-04-13 | 1 | -1/+26 |
* | Prevent a sync request from removing a user's busy presence status (#12213) | David Baker | 2022-04-13 | 1 | -0/+79 |
* | Fix missing sync events during historical batch imports (#12319) | Nick Mills-Barrett | 2022-04-13 | 1 | -2/+123 |
* | Process device list updates asynchronously (#12365) | Erik Johnston | 2022-04-12 | 2 | -28/+27 |
* | Disable groups/communities by default. (#12344) | Patrick Cloke | 2022-04-12 | 1 | -0/+1 |
* | Remove references to unstable identifiers from MSC3440. (#12382) | Patrick Cloke | 2022-04-12 | 1 | -3/+1 |
* | Add missing type hints to config classes. (#12402) | Patrick Cloke | 2022-04-11 | 2 | -10/+22 |
* | Do not consider events by ignored users for bundled aggregations (#12235) | Patrick Cloke | 2022-04-11 | 1 | -5/+68 |
* | Disallow untyped defs in synapse._scripts (#12422) | David Robertson | 2022-04-11 | 1 | -31/+31 |
* | Add Module API for reading and writing global account data. (#12391) | reivilibre | 2022-04-11 | 1 | -0/+157 |
* | Optimise `_update_client_ips_batch_txn` to batch together database operations... | reivilibre | 2022-04-08 | 1 | -16/+57 |
* | Update the server notices user profile in room if changed. (#12115) | Jorge Florian | 2022-04-08 | 1 | -0/+92 |
* | Support the v1 endpoint for `/relations`. (#12403) | Patrick Cloke | 2022-04-07 | 1 | -11/+11 |
* | Generate historic pagination token for `/messages` when no `?from` token prov... | Eric Eastwood | 2022-04-06 | 1 | -1/+3 |
* | Fix edge case where a `Linearizer` could get stuck (#12358) | Sean Quah | 2022-04-05 | 1 | -4/+47 |
* | Update docstrings for `ReadWriteLock` tests (#12354) | Sean Quah | 2022-04-05 | 1 | -6/+6 |
* | Refactor and convert `Linearizer` to async (#12357) | Sean Quah | 2022-04-05 | 1 | -2/+2 |
* | Convert `Linearizer` tests from `inlineCallbacks` to async (#12353) | Sean Quah | 2022-04-05 | 1 | -91/+133 |
* | Add type hints to some tests files (#12371) | Dirk Klimpel | 2022-04-05 | 4 | -41/+57 |
* | Allow specifying the Postgres database's port when running unit tests with Po... | reivilibre | 2022-04-05 | 2 | -0/+12 |
* | Track device list updates per room. (#12321) | Erik Johnston | 2022-04-04 | 2 | -10/+27 |
* | Add type hints for `tests/unittest.py`. (#12347) | Richard van der Hoff | 2022-04-01 | 10 | -47/+96 |
* | Remove redundant `get_success` calls in test code (#12346) | Richard van der Hoff | 2022-04-01 | 12 | -121/+73 |
* | Default to `private` room visibility rather than `public` when a client does ... | reivilibre | 2022-04-01 | 3 | -6/+11 |
* | Use a sequence to generate AS transaction IDs, drop `last_txn` AS state (#12209) | Nick Mills-Barrett | 2022-04-01 | 1 | -69/+2 |
* | Move single-use methods out of `TestCase` (#12348) | Richard van der Hoff | 2022-04-01 | 3 | -27/+27 |
* | Raise an exception when getting state at an outlier (#12191) | Richard van der Hoff | 2022-04-01 | 1 | -18/+54 |
* | Optimise `_get_state_after_missing_prev_event`: use `/state` (#12040) | Richard van der Hoff | 2022-04-01 | 1 | -0/+225 |
* | Add a module callback to react to account data changes (#12327) | Brendan Abolivier | 2022-04-01 | 1 | -0/+75 |
* | Add set_user_admin function to the module API (#12341) | Amanda Graven | 2022-04-01 | 1 | -0/+14 |
* | Move MSC2654 support behind an experimental configuration flag. (#12295) | Patrick Cloke | 2022-03-31 | 1 | -0/+5 |
* | Handle outliers in `/federation/v1/event` (#12332) | Richard van der Hoff | 2022-03-31 | 1 | -0/+53 |
* | Add a callback to react to 3PID associations (#12302) | Brendan Abolivier | 2022-03-31 | 1 | -0/+41 |
* | Ensure the type of URL attributes is always str when matching against preview... | Brendan Abolivier | 2022-03-31 | 1 | -2/+41 |
* | Remove the unused and unstable `/aggregations` endpoint. (#12293) | Patrick Cloke | 2022-03-30 | 1 | -207/+0 |
* | Send device list updates to application services (MSC3202) - part 1 (#11881) | Andrew Morgan | 2022-03-30 | 3 | -20/+172 |
* | Remove references to "msc2403" (#12165) | Andrew Morgan | 2022-03-30 | 2 | -3/+1 |
* | Start application service stream token tracking from 1 (#12193) | Andrew Morgan | 2022-03-30 | 1 | -2/+2 |
* | Add a configuration to exclude rooms from sync response (#12310) | Brendan Abolivier | 2022-03-30 | 1 | -0/+62 |
* | Fix typechecker problems exposed by signedjson 1.1.2 (#12326) | David Robertson | 2022-03-29 | 2 | -8/+14 |
* | Bump `black` and `click` versions (#12320) | David Robertson | 2022-03-29 | 2 | -4/+4 |
* | Add restrictions by default to open registration in Synapse (#12091) | Shay | 2022-03-25 | 1 | -2/+20 |
* | Always allow the empty string as an avatar_url. (#12261) | David Robertson | 2022-03-25 | 2 | -0/+25 |
* | Remove unused test code. (#12291) | Patrick Cloke | 2022-03-24 | 1 | -110/+0 |
* | Do not consider events by ignored users for relations (#12285) | Patrick Cloke | 2022-03-24 | 1 | -1/+79 |
* | Optionally include account validity in MSC3720 account status responses (#12266) | Brendan Abolivier | 2022-03-24 | 1 | -1/+57 |
* | Refuse to start if DB has an unsafe locale (#12262) | Shay | 2022-03-23 | 1 | -0/+46 |
* | Allow registering admin users using the module API (#12250) | Nicolas Werner | 2022-03-23 | 1 | -0/+10 |
* | Rename shared_rooms to mutual_rooms (#12036) | Jonathan de Jong | 2022-03-23 | 1 | -15/+15 |
* | Add type hints to tests files. (#12256) | Dirk Klimpel | 2022-03-21 | 4 | -86/+100 |
* | Try to detect borked package installations. (#12244) | David Robertson | 2022-03-18 | 1 | -1/+14 |
* | Only fetch thread participation for events with threads. (#12228) | Patrick Cloke | 2022-03-18 | 2 | -244/+285 |
* | Add type hints to more tests files. (#12240) | Dirk Klimpel | 2022-03-17 | 4 | -43/+65 |
* | Merge branch 'release-v1.55' into develop | Patrick Cloke | 2022-03-16 | 1 | -0/+28 |
|\ |
|
| * | Fix bundling aggregations if unsigned is not a returned event field. (#12234) | Patrick Cloke | 2022-03-16 | 1 | -0/+28 |
* | | Handle cancellation in `DatabasePool.runInteraction()` (#12199) | Sean Quah | 2022-03-16 | 1 | -0/+58 |
* | | Refactor relations tests (#12232) | Patrick Cloke | 2022-03-16 | 1 | -406/+363 |
* | | Clean-up logic for rebasing URLs during URL preview. (#12219) | Patrick Cloke | 2022-03-16 | 1 | -43/+11 |
* | | Use the ignored_users table to test event visibility & sync. (#12225) | Patrick Cloke | 2022-03-15 | 1 | -0/+17 |
* | | Add tests for database transaction callbacks (#12198) | Sean Quah | 2022-03-15 | 1 | -1/+103 |
* | | Add type hints to some tests/handlers files. (#12224) | Dirk Klimpel | 2022-03-15 | 5 | -126/+155 |
|/ |
|
* | Add cancellation support to `@cached` and `@cachedList` decorators (#12183) | Sean Quah | 2022-03-14 | 1 | -2/+145 |
* | Add cancellation support to `ReadWriteLock` (#12120) | Sean Quah | 2022-03-14 | 1 | -58/+337 |
* | Add `delay_cancellation` utility function (#12180) | Sean Quah | 2022-03-14 | 1 | -6/+118 |
* | Add config settings for background update parameters (#11980) | Shay | 2022-03-11 | 3 | -20/+300 |
* | Add an additional HTTP pusher + push rule tests. (#12188) | Nick Mills-Barrett | 2022-03-11 | 1 | -3/+69 |
* | Add type hints to `tests/rest`. (#12208) | Dirk Klimpel | 2022-03-11 | 3 | -84/+128 |
* | Add some type hints to the tests.handlers module. (#12207) | Patrick Cloke | 2022-03-11 | 4 | -59/+71 |
* | Remove unnecessary pass statements. (#12206) | Patrick Cloke | 2022-03-11 | 1 | -1/+0 |
* | Retention test: avoid relying on state at purged events (#12202) | Richard van der Hoff | 2022-03-11 | 1 | -12/+17 |
* | Support stable identifiers for MSC3440: Threading (#12151) | Patrick Cloke | 2022-03-10 | 3 | -27/+18 |
* | Allow retrieving the relations of a redacted event. (#12130) | Patrick Cloke | 2022-03-10 | 1 | -5/+40 |
* | Rename get_tcp_replication to get_replication_command_handler. (#12192) | Patrick Cloke | 2022-03-10 | 4 | -5/+5 |
* | Remove dead code in `tests/storage/test_database.py` (#12197) | Sean Quah | 2022-03-09 | 1 | -16/+0 |
* | Add third_party module callbacks to check if a user can delete a room and dea... | Will Hunt | 2022-03-09 | 1 | -0/+121 |
* | Allow for ignoring some arguments when caching. (#12189) | Patrick Cloke | 2022-03-09 | 1 | -3/+81 |
* | Merge branch 'master' into develop | Olivier Wilkinson (reivilibre) | 2022-03-08 | 1 | -0/+19 |
|\ |
|
| * | Fix a bug introduced in 1.54.0rc1 which meant that Synapse would refuse to st... | reivilibre | 2022-03-08 | 1 | -0/+19 |
* | | Do not return allowed_room_ids from /hierarchy response. (#12175) | Patrick Cloke | 2022-03-08 | 1 | -0/+3 |
* | | Fix a bug in background updates wherein background updates are never run usin... | Shay | 2022-03-07 | 2 | -12/+10 |
* | | Invalidate caches when an event with a relation is redacted. (#12121) | Patrick Cloke | 2022-03-07 | 1 | -42/+165 |
* | | Merge remote-tracking branch 'origin/release-v1.54' into develop | Richard van der Hoff | 2022-03-04 | 1 | -2/+19 |
|\| |
|
| * | Don't impose version checks on dev extras at runtime (#12129) | David Robertson | 2022-03-03 | 1 | -2/+19 |
* | | Add test for `ObservableDeferred`'s cancellation behaviour (#12149) | Sean Quah | 2022-03-04 | 1 | -0/+28 |
* | | Remove backwards compatibility with RelationPaginationToken. (#12138) | Patrick Cloke | 2022-03-04 | 1 | -72/+1 |
* | | Spread out sending device lists to remote hosts (#12132) | Erik Johnston | 2022-03-04 | 1 | -4/+48 |
* | | Update client-visibility filtering for outlier events (#12155) | Richard van der Hoff | 2022-03-04 | 1 | -3/+73 |
* | | Rename various ApplicationServices interested methods (#11915) | Andrew Morgan | 2022-03-03 | 2 | -25/+76 |
* | | Add type hints to `tests/rest` (#12146) | Dirk Klimpel | 2022-03-03 | 7 | -86/+102 |
* | | Use the proper serialization format when bundling aggregations. (#12090) | Patrick Cloke | 2022-03-03 | 2 | -3/+4 |
* | | Remove unused mocks from `test_typing` (#12136) | David Robertson | 2022-03-02 | 1 | -31/+1 |
* | | Add type hints to `tests/rest/client` (#12108) | Dirk Klimpel | 2022-03-02 | 7 | -346/+422 |
* | | Improve and refactor the tests for relations. (#12113) | Patrick Cloke | 2022-03-02 | 1 | -208/+178 |
|/ |
|
* | Back out in-flight state caching changes. (#12126) | reivilibre | 2022-03-02 | 1 | -454/+0 |
* | Make get_room_version use cached get_room_version_id. (#11808) | lukasdenk | 2022-03-02 | 1 | -1/+4 |
* | Use importlib.metadata to read requirements (#12088) | David Robertson | 2022-03-01 | 1 | -0/+95 |
* | Fix rare error in `ReadWriteLock` when writers complete immediately (#12105) | Sean Quah | 2022-03-01 | 1 | -0/+30 |
* | Add module callbacks called for reacting to deactivation status change and pr... | Brendan Abolivier | 2022-03-01 | 1 | -2/+217 |
* | Add `stop_cancellation` utility function (#12106) | Sean Quah | 2022-03-01 | 1 | -0/+45 |
* | Order in-flight state group queries in biggest-first order (#11610) | reivilibre | 2022-03-01 | 1 | -1/+103 |
* | Faster joins: persist to database (#12012) | Richard van der Hoff | 2022-03-01 | 1 | -27/+32 |
* | Fix 'Unhandled error in Deferred' (#12089) | Richard van der Hoff | 2022-03-01 | 1 | -5/+5 |
* | Improve exception handling for concurrent execution (#12109) | Richard van der Hoff | 2022-03-01 | 1 | -2/+113 |
* | Add type hints to `tests/rest/client` (#12094) | Dirk Klimpel | 2022-02-28 | 3 | -61/+71 |
* | Remove the unstable `/spaces` endpoint. (#12073) | Patrick Cloke | 2022-02-28 | 1 | -117/+2 |
* | Add type hints to `tests/rest/client` (#12084) | Dirk Klimpel | 2022-02-28 | 10 | -136/+196 |
* | Fix `PushRuleEvaluator` and `Filter` to work on frozendicts (#12100) | Richard van der Hoff | 2022-02-28 | 2 | -0/+19 |
* | Actually fix bad debug logging rejecting device list & signing key transactio... | David Robertson | 2022-02-28 | 1 | -1/+19 |
* | Replace assertEquals and friends with non-deprecated versions. (#12092) | Patrick Cloke | 2022-02-28 | 61 | -889/+887 |
* | Add type hints to `tests/rest/client` (#12072) | Dirk Klimpel | 2022-02-24 | 10 | -102/+159 |
* | Add support for MSC3202: sending one-time key counts and fallback key usage s... | reivilibre | 2022-02-24 | 3 | -24/+233 |
* | Fix non-strings in the `event_search` table (#12037) | Sean Quah | 2022-02-24 | 1 | -2/+115 |
* | Add type hints to `tests/rest/client` (#12066) | Dirk Klimpel | 2022-02-23 | 4 | -119/+148 |
* | Remove more references to `get_datastore` (#12067) | Richard van der Hoff | 2022-02-23 | 1 | -1/+3 |
* | Remove `HomeServer.get_datastore()` (#12031) | Richard van der Hoff | 2022-02-23 | 103 | -255/+277 |
* | Implement account status endpoints (MSC3720) (#12001) | Brendan Abolivier | 2022-02-22 | 1 | -4/+200 |
* | Cap the number of in-flight requests for state from a single group (#11608) | reivilibre | 2022-02-22 | 1 | -0/+69 |
* | Fix slow performance of `/logout` in some cases where refresh tokens are in u... | reivilibre | 2022-02-22 | 1 | -2/+91 |
* | Faster joins: Support for calling `/federation/v1/state` (#12013) | Richard van der Hoff | 2022-02-22 | 2 | -0/+170 |
* | Add more tests for in-flight state query duplication. (#12033) | reivilibre | 2022-02-22 | 1 | -21/+171 |
* | Track and deduplicate in-flight requests to `_get_state_for_groups`. (#10870) | reivilibre | 2022-02-18 | 1 | -0/+133 |
* | Fix bug in `StateFilter.return_expanded()` and add some tests. (#12016) | reivilibre | 2022-02-18 | 1 | -0/+109 |
* | Use stable MSC3069 `is_guest` flag on `/whoami`. (#12021) | Travis Ralston | 2022-02-18 | 1 | -3/+6 |
* | Allow modules to set a display name on registration (#12009) | Brendan Abolivier | 2022-02-17 | 1 | -30/+93 |
* | Faster joins: parse msc3706 fields in send_join response (#12011) | Richard van der Hoff | 2022-02-17 | 1 | -0/+32 |
* | Prevent duplicate push notifications for room reads (#11835) | lukasdenk | 2022-02-17 | 1 | -65/+64 |
* | Fix incorrect `get_rooms_for_user` for remote user (#11999) | Erik Johnston | 2022-02-15 | 1 | -0/+107 |
* | Fix incorrect thread summaries when the latest event is edited. (#11992) | Patrick Cloke | 2022-02-15 | 1 | -0/+42 |
* | Add some tests for propagation of device list changes between local users (#1... | Andrew Morgan | 2022-02-15 | 2 | -1/+160 |
* | Implement MSC3706: partial state in `/send_join` response (#11967) | Richard van der Hoff | 2022-02-12 | 2 | -4/+152 |
* | Support the MSC3715 for `/relations`. (#11941) | Patrick Cloke | 2022-02-11 | 1 | -6/+31 |
* | Remove deprecated user_may_create_room_with_invites callback (#11950) | Brendan Abolivier | 2022-02-11 | 1 | -117/+2 |
* | Fix to-device being dropped in limited sync in SQLite. (#11966) | Erik Johnston | 2022-02-11 | 1 | -0/+40 |
* | Adds misc missing type hints (#11953) | Patrick Cloke | 2022-02-11 | 1 | -7/+2 |
* | Tests: replace mocked Authenticator with the real thing (#11913) | Richard van der Hoff | 2022-02-11 | 6 | -44/+116 |
* | Support the stable API endpoint for MSC3283: new settings in `/capabilities` ... | Dirk Klimpel | 2022-02-11 | 1 | -48/+21 |
* | Support pagination tokens from /sync and /messages in the relations API. (#11... | Patrick Cloke | 2022-02-10 | 1 | -14/+137 |
* | Implement a content type allow list for URL previews (#11936) | Denis Kasak | 2022-02-10 | 1 | -0/+72 |
* | Add missing type hints to synapse.replication. (#11938) | Patrick Cloke | 2022-02-08 | 2 | -3/+7 |
* | Experimental support to include bundled aggregations in search results (MSC36... | Patrick Cloke | 2022-02-08 | 1 | -1/+38 |
* | Add a callback to allow modules to deny 3PID (#11854) | Brendan Abolivier | 2022-02-08 | 1 | -1/+75 |
* | Remove optional state of `ApplicationService.is_interested`'s `store` paramet... | Andrew Morgan | 2022-02-07 | 1 | -6/+32 |