summary refs log tree commit diff
path: root/tests/__init__.py (unfollow)
Commit message (Expand)AuthorFilesLines
2022-06-07Test cancellation at every `await` during request handling (#12674)Sean Quah3-2/+551
2022-06-07Return the same error message from `/login` when password is incorrect and wh...Daniel Aloni2-2/+7
2022-06-07Fix Synapse git info missing in version strings (#12973)David Robertson15-38/+36
2022-06-07Reduce amount of state we pull out when attempting to send catchup PDUs. (#12...Erik Johnston2-11/+21
2022-06-07Correct typographical errors in the changelog v1.61.0rc1Olivier Wilkinson (reivilibre)1-2/+2
2022-06-071.61.0rc1Olivier Wilkinson (reivilibre)77-77/+92
2022-06-07Fix a stale comment in get_room_version_id_txn. (#12969)Patrick Cloke2-6/+2
2022-06-07Consolidate the logic of delete_device/delete_devices. (#12970)Patrick Cloke8-48/+12
2022-06-07Fix Debian changelogOlivier Wilkinson (reivilibre)1-2/+1
2022-06-07Prevent breaking old sqlite's when media retention is enabled (#12977)Andrew Morgan2-1/+2
2022-06-07Prevent local quarantined media from being claimed by media retention (#12972)Andrew Morgan6-29/+185
2022-06-06Remove remaining pieces of groups code. (#12966)Patrick Cloke8-209/+6
2022-06-06Reduce state pulled from DB due to sending typing and receipts over federatio...Erik Johnston9-16/+68
2022-06-06Do not break URL previews if an image is unreachable. (#12950)Patrick Cloke3-6/+53
2022-06-06Implement MSC3816, consider the root event for thread participation. (#12766)Patrick Cloke3-47/+97
2022-06-06Allow updating passwords using the admin api without logging out devices (#12...Jan Christian Grünhage3-2/+11
2022-06-06Reduce the amount of state we pull from the DB (#12811)Erik Johnston23-146/+161
2022-06-03Remove groups code from synapse_port_db. (#12899)Patrick Cloke3-15/+18
2022-06-03Improve URL previews for some pages (#12951)Patrick Cloke3-18/+72
2022-06-01Wait for lazy join to complete when getting current state (#12872)Erik Johnston33-82/+361
2022-06-01Fix complement tests using the wrong path (#12933)Michael Telatynski2-1/+2
2022-06-01Remove remaining bits of groups code. (#12936)Patrick Cloke19-35/+1
2022-06-01Remove direct refeferences to PyNaCl (use signedjson instead). (#12902)Jacek Kuśnierz6-20/+12
2022-06-01Fix 404 on `/sync` when the last event is a redaction of an unknown/purged ev...Richard van der Hoff6-65/+129
2022-06-01Fix potential thumbnail memory leaks. (#12932)Erik Johnston3-135/+202
2022-05-31Remove most groups datastore code. (#12895)Patrick Cloke3-1396/+7
2022-05-31Improve logging when signature checks fail (#12925)Richard van der Hoff4-65/+95
2022-05-31Remove groups replication code. (#12900)Patrick Cloke7-90/+1
2022-05-31Add config options for media retention (#12732)Andrew Morgan5-2/+353
2022-05-31Faster room joins: Resume state re-syncing after a Synapse restart (#12813)Sean Quah3-2/+53
2022-05-31Faster room joins: Try other destinations when resyncing the state of a parti...Sean Quah4-9/+94
2022-05-31Update changelogErik Johnston1-2/+2
2022-05-31Test Synapse against Complement with workers. (#12810)reivilibre3-20/+66
2022-05-31Reduce DB load of /sync when using presence (#12885)Erik Johnston2-27/+49
2022-05-31Stop reading from `event_edges.room_id`. (#12914)Richard van der Hoff4-24/+22
2022-05-311.60.0 v1.60.0Erik Johnston4-4/+18
2022-05-31Rename storage classes (#12913)Erik Johnston53-551/+708
2022-05-31Rework stream token to stop caring about groups. (#12897)Patrick Cloke3-3/+8
2022-05-31Fix import in module_api module and docs on the new check_event_for_spam sign...Brendan Abolivier8-78/+66
2022-05-31Fix M_USER_ACCOUNT_SUSPENDED error code for spec compliance (#12923)Travis Ralston3-2/+3
2022-05-30Revert "Fix M_USER_ACCOUNT_SUSPENDED error code for spec compliance (#12922)"Travis Ralston3-3/+2
2022-05-31Fix M_USER_ACCOUNT_SUSPENDED error code for spec compliance (#12922)Travis Ralston3-2/+3
2022-05-30Don't return `end` from `/messages` if there are no more events (#12903)Jacek Kuśnierz2-6/+18
2022-05-30Document the Synapse version of a new module API method (#12917)Brendan Abolivier2-1/+7
2022-05-30Uniformize spam-checker API, part 3: Expand check_event_for_spam with the abi...David Teller5-17/+43
2022-05-30demo: check if we are in a virtualenv before overriding PYTHONPATH (#12916)Mathieu Velten2-5/+7
2022-05-30Add a migration step to cleanup potential leftovers of bug 11833 (#12784)Mathieu Velten2-0/+20
2022-05-30Fix invite notifications for users without pushers (#12840)DeepBlueV7.X4-12/+96
2022-05-30Fix `get_metadata_for_events` (#12904)Richard van der Hoff2-2/+3
2022-05-30Remove unused `contrib/experiments/cursesio.py` (#12910)David Robertson2-165/+1
2022-05-30Remove `contrib/experiments/test_messaging.py` (#12911)David Robertson2-367/+1
2022-05-30Remove contrib/jitsimeetbridge (#12909)David Robertson12-5549/+8
2022-05-30Remove contrib/scripts/kick_users.py (#12908)David Robertson2-88/+1
2022-05-30Bump jsonschema stubs (#12912)David Robertson3-5/+11
2022-05-30Mutual rooms: Remove dependency on user directory (#12836)Jonathan de Jong5-58/+27
2022-05-30LockStore: fix acquiring a lock via `LockStore.try_acquire_lock` (#12832)Sumner Evans3-1/+73
2022-05-27Add a background job to automatically delete stale devices (#12855)Brendan Abolivier6-1/+135
2022-05-27Add code M_USER_ACCOUNT_SUSPENDED, as per MSC3823. (#12845)David Teller2-0/+8
2022-05-27Clean-up some receipts code (#12888)Patrick Cloke2-42/+48
2022-05-27Additional constants for EDU types. (#12884)Patrick Cloke35-96/+146
2022-05-27Remove federation client code for groups. (#12563)Patrick Cloke2-483/+1
2022-05-27Add storage and module API methods to get monthly active users and their apps...Matt C4-0/+149
2022-05-27Easy type hints in synapse.logging.opentracing (#12894)David Robertson4-57/+73
2022-05-271.60.0rc2 v1.60.0rc2Sean Quah6-5/+29
2022-05-27Close `ijson` coroutines ourselves instead of letting the GC close them (#12875)Sean Quah3-2/+19
2022-05-27Add an option allowing users to use their password to reauthenticate even tho...reivilibre6-12/+83
2022-05-27Fix room deletion (#12889)Richard van der Hoff2-9/+11
2022-05-27Refactor have_seen_events to reduce OOMs (#12886)Richard van der Hoff2-18/+25
2022-05-26Improve URL previews by not including the content of media tags in the genera...reivilibre2-1/+10
2022-05-26Remove backing code for groups/communities (#12558)Patrick Cloke13-1894/+6
2022-05-26Bump pyjwt from 2.3.0 to 2.4.0 (#12865)dependabot[bot]2-3/+4
2022-05-26Fix ambiguous column name that would prevent use of MSC2716 History Import wh...reivilibre2-1/+2
2022-05-26Remove unstable APIs for /hierarchy. (#12851)Patrick Cloke6-28/+16
2022-05-26Avoid attempting to delete push actions for remote users. (#12879)Patrick Cloke5-4/+8
2022-05-26Pull out less state when handling gaps mk2 (#12852)Erik Johnston8-127/+236
2022-05-25Allow bigger responses to `/federation/v1/state` (#12877)Richard van der Hoff4-32/+19
2022-05-25Fix up `state_store` naming (#12871)Erik Johnston15-49/+58
2022-05-25Remove user-visible groups/communities code (#12553)Patrick Cloke19-2217/+3
2022-05-25Fix caching behavior for relations push rules. (#12859)Patrick Cloke3-9/+12
2022-05-25Misc clean-up of push rules datastore (#12856)Patrick Cloke2-11/+6
2022-05-25Correct typo in changelog for #12858.David Robertson1-1/+1
2022-05-25Add the `batch_send` endpoint to generic workers (#12868)Nick Mills-Barrett4-0/+5
2022-05-25Don't create empty AS txns when the AS is down (#12869)Nick Mills-Barrett2-1/+6
2022-05-25Add the `/account/whoami` endpoint to generic workers (#12866)Nick Mills-Barrett3-1/+4
2022-05-25Fix incorrect worker-allowed path in documentation (#12867)Nick Mills-Barrett2-3/+1
2022-05-25Make sure `prev_ids` defaults to empty list (#12829)Carl Bordum Hansen2-0/+5
2022-05-25Fix typos in documentation (#12863)Dirk Klimpel4-3/+4
2022-05-24Correct annotation of `_iterate_over_text` (#12860)David Robertson2-1/+2
2022-05-24Fixes to MSC3787 implementation (#12858)David Robertson4-20/+21
2022-05-24Remove `dont_notify` from the `.m.rule.room.server_acl` rule (#12849)Šimon Brandner2-1/+2
2022-05-24Add authentication to thirdparty bridge APIs (#12746)Will Hunt3-3/+115
2022-05-24Experimental support for MSC3772 (#12740)Patrick Cloke10-6/+287
2022-05-24Update changelog v1.60.0rc1Sean Quah1-19/+19
2022-05-241.60.0rc1Sean Quah87-87/+119
2022-05-24contributing_guide.md: fix link to DCORichard van der Hoff1-2/+2
2022-05-24Pin poetry.core in Docker images (#12853)Erik Johnston2-1/+2
2022-05-23Marker events as state - MSC2716 (#12718)Eric Eastwood2-1/+26
2022-05-23Uniformize spam-checker API, part 2: check_event_for_spam (#12808)David Teller10-31/+129
2022-05-23Prevent expired events from being filtered out when retention is disabled (#1...Brendan Abolivier7-32/+71
2022-05-23add SpamChecker callback for silently dropping inbound federated events (#12744)Jess Porter5-4/+108
2022-05-23Disable 'faster room join' Complement tests when testing against Synapse with...reivilibre2-1/+9
2022-05-23Support registering Application Services when running with workers under Comp...reivilibre4-1/+31
2022-05-23Add some type hints to tests files (#12833)Dirk Klimpel7-23/+19
2022-05-23Fix Complement `TestCanRegisterAdmin` with workers, by adding Complement's sh...reivilibre2-0/+7
2022-05-23Add a windows->unix file endings commit to git blame ignore file (#12824)Andrew Morgan1-0/+3
2022-05-23Remove Caddy from the Synapse workers image used in Complement. (#12818)reivilibre7-93/+38
2022-05-23Fix media thumbnails being unusable before the index had been added in the ba...reivilibre2-0/+3
2022-05-20Send `USER_IP` commands on a different Redis channel, in order to reduce traf...reivilibre5-4/+17
2022-05-20Uniformize spam-checker API, part 1: the `Code` enum. (#12703)David Teller2-2/+10
2022-05-20Update EventContext `get_current_event_ids` and `get_prev_event_ids` to accep...Shay10-18/+65
2022-05-19Fix `RetryDestinationLimiter` re-starting finished log contexts (#12803)Sean Quah2-2/+3
2022-05-19Add a unit test for copying over arbitrary room types when upgrading a room (...Andrew Morgan3-2/+33
2022-05-19Lay some foundation work to allow workers to only subscribe to some kinds of ...reivilibre5-24/+173
2022-05-19Add detail to `cache_autotuning` config option documentation (#12776)Shay2-4/+11
2022-05-19Update configuration manual to document size-related suffixes (#12777)Shay2-0/+10
2022-05-19Properly close providers.json file stream. (#12794)Petr Vaněk2-3/+4
2022-05-19Add a unique index to `state_group_edges` to prevent duplicates being acciden...reivilibre5-0/+139
2022-05-19hash_password: raise an error if no config file is specified (#12789)Jae Lo Presti2-5/+6
2022-05-19Simplify untyped-defs config in mypy.ini (#12790)David Robertson2-156/+18
2022-05-19Implement MSC3818: copy room type on upgrade (#12786)Aminda Suomalainen2-8/+9
2022-05-19Add missing user directory search endpoint to the generic worker documentatio...Sami Olmari2-0/+11
2022-05-19openid.md: fix some linksRichard van der Hoff1-9/+9
2022-05-18Downgrade some OIDC exceptions to warnings (#12723)David Robertson2-2/+3
2022-05-18Fix federation in demo scripts. (#12783)Patrick Cloke3-6/+11
2022-05-18Skip waiting for full state if a StateFilter does not require it (#12498)Richard van der Hoff2-4/+60
2022-05-18Fix YAML parsing error in `url_preview_accept_language` (#12785)Andrew Morgan2-6/+7
2022-05-18Refactor `resolve_state_groups_for_events` to not pull out full state when no...Shay5-23/+40
2022-05-18Add documentation for cancellation of request processing (#12761)Sean Quah3-0/+394
2022-05-18Add some type hints to `event_federation` datastore (#12753)Dirk Klimpel5-65/+127
2022-05-18Do not keep going if there are 5 back-to-back background update failures. (#1...reivilibre2-0/+9
2022-05-18Give a meaningful error message when a client tries to create a room with an ...reivilibre3-0/+19
2022-05-18Switch the 'Configuration' link in the docs homepage to the config manual (#1...Andrew Morgan2-3/+4
2022-05-18Add some documentation around the `rc_invites` option to the config docs (#12...Andrew Morgan2-0/+15
2022-05-18Fixup changelog v1.59.1Brendan Abolivier1-2/+4
2022-05-181.59.1Brendan Abolivier4-2/+16
2022-05-18Discard null-containing strings before updating the user directory (#12762)David Robertson6-11/+45
2022-05-18Discard null-containing strings before updating the user directory (#12762)David Robertson6-11/+45
2022-05-18Make handling of federation Authorization header (more) compliant with RFC723...Hubert Chathi4-5/+35
2022-05-18Move methods that call add_push_rule to PushRuleStore (#12772)Adam2-51/+52
2022-05-17Suggest using docker when testing against postgres (#12765)David Robertson2-3/+29
2022-05-17Delete events from federation_inbound_events_staging table on purge (#12770)Mathieu Velten3-0/+3
2022-05-17allow `on_invalidate=None` in `@cached` methods (#12769)David Robertson3-10/+19
2022-05-17Add some type hints to datastore (#12717)Dirk Klimpel10-161/+254
2022-05-17Add a new room version for MSC3787's knock+restricted join rule (#12623)Travis Ralston6-7/+68
2022-05-17Remove code which updates `application_services_state.last_txn` (#12680)Richard van der Hoff5-55/+35
2022-05-17Fix push for m.read events (#12721)SpiritCroc2-1/+2
2022-05-17Add index to cache invalidations (#12747)Erik Johnston3-0/+27
2022-05-17Track in memory events using weakrefs (#10533)Erik Johnston4-2/+60
2022-05-17version tweak in changelog v1.59.0David Robertson1-1/+1