summary refs log tree commit diff
path: root/tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix that user cannot `/forget` rooms after the last member has left (#13546)Dirk Klimpel2022-08-302-4/+93
* Update `get_users_in_room` mis-use to get hosts with dedicated `get_current_h...Eric Eastwood2022-08-241-5/+12
* Directly lookup local membership instead of getting all members in a room fir...Eric Eastwood2022-08-241-6/+6
* Add experimental configuration option to allow disabling legacy Prometheus me...reivilibre2022-08-241-0/+36
* Drop support for delegating email validation, round 2 (#13596)David Robertson2022-08-231-1/+1
* Fix that sending server notices fail if avatar is `None` (#13566)Dirk Klimpel2022-08-232-3/+62
* `synapse.api.auth.Auth` cleanup: make permission-related methods use `Request...Quentin Gliech2022-08-224-9/+17
* Implement MSC3852: Expose `last_seen_user_agent` to users for their own devic...Andrew Morgan2022-08-192-1/+106
* Register homeserver modules when creating test homeserver (#13558)Andrew Morgan2022-08-194-22/+14
* Reduce the number of tests using TCP replication. (#13543)Patrick Cloke2022-08-195-77/+35
* Fix validation problem that occurs when a user tries to deactivate their acco...reivilibre2022-08-191-0/+15
* Fix a bug in the `/event_reports` Admin API which meant that the total count ...reivilibre2022-08-171-0/+27
* Add forgotten status to Room Details API (#13503)Dirk Klimpel2022-08-172-0/+71
* Make push rules use proper structures. (#13522)Erik Johnston2022-08-161-16/+17
* Use Pydantic to systematically validate a first batch of endpoints in `synaps...David Robertson2022-08-152-5/+58
* Revert "Update locked versions of mypy and mypy-zope (#13521)"David Robertson2022-08-151-1/+3
* Update locked versions of mypy and mypy-zope (#13521)David Robertson2022-08-151-3/+1
* Use literals in place of `HTTPStatus` constants in tests (#13488)Dirk Klimpel2022-08-1011-447/+176
* Allow use of both `@trace` and `@tag_args` stacked on the same function (#13453)Eric Eastwood2022-08-091-0/+83
* Use literals in place of `HTTPStatus` constants in tests (#13479)Dirk Klimpel2022-08-0911-141/+140
* Strengthen tests about deleted old push actions. (#13471)Patrick Cloke2022-08-091-0/+15
* Use literals in place of `HTTPStatus` constants in tests (#13469)Dirk Klimpel2022-08-0812-331/+328
* Support stable identifiers for MSC2285: private read receipts. (#13273)Šimon Brandner2022-08-053-52/+119
* Use literals in place of `HTTPStatus` constants in tests (#13463)Dirk Klimpel2022-08-0517-191/+171
* Update module API "update room membership" method to allow for remote joins (...Matt C2022-08-051-0/+29
* Add module API method to create a room (#13429)Matt C2022-08-041-0/+51
* Fix rooms not being properly excluded from incremental sync (#13408)Brendan Abolivier2022-08-041-0/+21
* Return 404 or member list when getting joined_members after leaving (#13374)andrew do2022-08-031-0/+15
* Add module API method to resolve a room alias to a room ID (#13428)Matt C2022-08-031-0/+19
* Faster Room Joins: don't leave a stuck room partial state flag if the join fa...reivilibre2022-08-011-1/+121
* Refactor `_resolve_state_at_missing_prevs` to return an `EventContext` (#13404)Sean Quah2022-08-011-4/+11
* Merge tag 'v1.64.0rc2' into developRichard van der Hoff2022-07-291-1/+1
|\
| * Revert "Drop support for delegating email validation (#13192)" (#13406)3nprob2022-07-291-1/+1
* | Use stable prefixes for MSC3827: filtering of `/publicRooms` by room type (#1...Šimon Brandner2022-07-271-3/+2
* | Add missing type hints for tests.unittest. (#13397)Patrick Cloke2022-07-275-52/+65
* | Implement MSC3848: Introduce errcodes for specific event sending failures (#1...Will Hunt2022-07-271-2/+3
* | Make minor clarifications to the error messages given when we fail to join a ...reivilibre2022-07-271-1/+4
* | Faster room joins: avoid blocking when pulling events with missing prevs (#13...Sean Quah2022-07-263-1/+9
|/
* Support Implicit TLS for sending emails (#13317)Jan Schär2022-07-251-1/+56
* Remove old empty/redundant slaved stores. (#13349)Nick Mills-Barrett2022-07-212-72/+26
* Make DictionaryCache have better expiry properties (#13292)Erik Johnston2022-07-212-9/+36
* Add missing types to opentracing. (#13345)Patrick Cloke2022-07-211-9/+21
* Update `get_pdu` to return the original, pristine `EventBase` (#13320)Eric Eastwood2022-07-201-12/+113
* Validate federation destinations and log an error if server name is invalid. ...Shay2022-07-201-2/+2
* Merge remote-tracking branch 'origin/master' into developErik Johnston2022-07-201-0/+85
|\
| * Don't include appservice users when calculating push rules (#13332)Erik Johnston2022-07-201-0/+85
* | Rate limit joins per-room (#13276)David Robertson2022-07-196-6/+358
* | Update expected DB query count when creating a room (#13307)Andrew Morgan2022-07-181-2/+2
* | Remove unnecessary `json.dumps` from tests (#13303)Dirk Klimpel2022-07-1712-200/+142
* | Use HTTPStatus constants in place of literals in tests. (#13297)Dirk Klimpel2022-07-158-238/+307
* | Provide more info why we don't have any thumbnails to serve (#13038)Eric Eastwood2022-07-151-8/+62
* | Don't pull out the full state when storing state (#13274)Erik Johnston2022-07-152-2/+6
* | Use a real room in the notification rotation tests. (#13260)Patrick Cloke2022-07-151-116/+79
* | Fix a bug which could lead to incorrect state (#13278)Erik Johnston2022-07-151-1/+41
* | Async get event cache prep (#13242)Nick Mills-Barrett2022-07-153-6/+6
* | Federation Sender & Appservice Pusher Stream Optimisations (#13251)Nick Mills-Barrett2022-07-151-8/+8
* | Rip out auth-event reconciliation code (#12943)Richard van der Hoff2022-07-143-154/+5
* | Don't pull out state in `compute_event_context` for unconflicted state (#13267)Erik Johnston2022-07-141-55/+0
* | Allow rate limiters to passively record actions they cannot limit (#13253)David Robertson2022-07-131-0/+74
* | Add support for room version 10 (#13220)Shay2022-07-131-1/+40
* | Optimise room creation event lookups part 2 (#13224)Nick Mills-Barrett2022-07-131-4/+4
* | Fix "add user" admin api error when request contains a "msisdn" threepid (#13...Thomas Weston2022-07-131-0/+35
* | Rename test case method to `add_hashes_and_signatures_from_other_server` (#13...David Robertson2022-07-126-18/+13
* | Drop support for delegating email validation (#13192)Richard van der Hoff2022-07-121-1/+1
* | expose whether a room is a space in the Admin API (#13208)andrew do2022-07-121-3/+10
|/
* Don't pull out the full state when calculating push actions (#13078)Erik Johnston2022-07-111-2/+2
* Reduce event lookups during room creation by passing known event IDs (#13210)Nick Mills-Barrett2022-07-111-0/+15
* Uniformize spam-checker API, part 5: expand other spam-checker callbacks to r...David Teller2022-07-113-10/+249
* Fix notification count after a highlighted message (#13223)Erik Johnston2022-07-081-0/+7
* Remove obsolete RoomEventsStoreTestCase (#13200)Petr Vaněk2022-07-071-69/+0
* Faster room joins: fix race in recalculation of current room state (#13151)Sean Quah2022-07-071-0/+2
* Type `tests.utils` (#13028)David Robertson2022-07-051-44/+92
* annotate tests.server.FakeChannel (#13136)David Robertson2022-07-046-26/+35
* Merge tag 'v1.62.0rc3' into developAndrew Morgan2022-07-041-5/+5
|\
| * Fix stuck notification counts on small servers (#13168)Erik Johnston2022-07-041-5/+5
* | Remove tests/utils.py from mypy's exclude list (#13159)Andrew Morgan2022-07-042-3/+2
* | Skip waiting for full state for incoming events (#13144)Richard van der Hoff2022-07-011-1/+3
* | Merge remote-tracking branch 'origin/release-v1.62' into developPatrick Cloke2022-06-301-7/+5
|\|
| * Fix unread counts on large servers (#13140)Erik Johnston2022-06-301-7/+5
* | More type hints for `synapse.logging` (#13103)Patrick Cloke2022-06-301-1/+1
* | Implement MSC3827: Filtering of `/publicRooms` by room type (#13031)Šimon Brandner2022-06-292-3/+158
* | Improve performance of getting unread counts in rooms (#13119)Erik Johnston2022-06-291-0/+2
|/
* Merge branch 'master' into developAndrew Morgan2022-06-281-0/+17
|\
| * Merge pull request from GHSA-22p3-qrh9-cx32reivilibre2022-06-281-0/+17
* | Fix serialization errors when rotating notifications (#13118)Erik Johnston2022-06-281-5/+30
* | Extra type annotations in `test_server` (#13124)David Robertson2022-06-281-37/+44
* | Add Cross-Origin-Resource-Policy header to thumbnail and download media endpo...Robert Long2022-06-271-0/+20
* | validate room alias before interacting with the room directory (#13106)santhoshivan232022-06-221-0/+13
* | Fix inconsistencies in event validation (#13088)Richard van der Hoff2022-06-173-5/+96
* | Fix inconsistencies in event validation for `m.room.create` events (#13087)Richard van der Hoff2022-06-171-2/+43
* | Add type hints to event push actions tests. (#13099)Patrick Cloke2022-06-171-11/+17
* | Simplify the alias deletion logic as an application service. (#13093)Quentin Gliech2022-06-171-0/+34
* | Improve URL previews for sites with only Twitter card information. (#13056)Patrick Cloke2022-06-161-0/+41
* | Add custom well-known (#13035)Jacek Kuśnierz2022-06-161-0/+22
* | Move some event auth checks out to a different method (#13065)Richard van der Hoff2022-06-151-54/+113
* | Add more tests for room upgrades (#13074)Sean Quah2022-06-151-5/+78
* | Change default `sync_response_cache_duration` (#13042)Erik Johnston2022-06-151-1/+1
* | Replace pyjwt with authlib in `org.matrix.login.jwt` (#13011)Hannes Lerchl2022-06-151-21/+23
* | Speed up `get_unread_event_push_actions_by_room` (#13005)Erik Johnston2022-06-153-17/+46
* | Fix a long-standing bug which meant that rate limiting was not restrictive en...reivilibre2022-06-151-11/+40
* | Fix typechecks against twisted trunk (#13061)David Robertson2022-06-152-4/+5
* | Fix `destination_is` errors seen in sentry. (#13041)David Robertson2022-06-143-1/+34
* | Move the "email unsubscribe" resource, refactor the macaroon generator & simp...Quentin Gliech2022-06-145-17/+164
* | Decouple `synapse.api.auth_blocking.AuthBlocking` from `synapse.api.auth.Auth...Quentin Gliech2022-06-145-26/+44
* | Uniformize spam-checker API, part 4: port other spam-checker callbacks to ret...David Teller2022-06-131-5/+170
* | Replace noop background updates with DELETE. (#12954)Patrick Cloke2022-06-131-28/+0
* | Merge branch 'rav/simplify_event_auth_interface' into developRichard van der Hoff2022-06-131-155/+202
|\ \
| * | Remove `room_version` param from `check_auth_rules_for_event`Richard van der Hoff2022-06-121-41/+2
| * | EventAuthTestCase: build events for the right room versionRichard van der Hoff2022-06-121-119/+205
| |/
* | Stop depending on `room_id` to be returned for children state in the hierarch...Patrick Cloke2022-06-101-1/+1
* | Type annotations for `test_v2` (#12985)David Robertson2022-06-091-42/+83
* | Move the (unstable) `dir` parameter for /relations behind an experimental fla...Patrick Cloke2022-06-081-0/+1
* | Clean up the test code for client disconnections (#12929)Sean Quah2022-06-075-88/+88
* | Test cancellation at every `await` during request handling (#12674)Sean Quah2022-06-072-2/+550
* | Consolidate the logic of delete_device/delete_devices. (#12970)Patrick Cloke2022-06-071-2/+2
|/
* Prevent local quarantined media from being claimed by media retention (#12972)Andrew Morgan2022-06-071-13/+96
* Remove remaining pieces of groups code. (#12966)Patrick Cloke2022-06-061-2/+0
* Reduce state pulled from DB due to sending typing and receipts over federatio...Erik Johnston2022-06-062-9/+11
* Do not break URL previews if an image is unreachable. (#12950)Patrick Cloke2022-06-061-0/+35
* Implement MSC3816, consider the root event for thread participation. (#12766)Patrick Cloke2022-06-061-26/+59
* Reduce the amount of state we pull from the DB (#12811)Erik Johnston2022-06-065-16/+27
* Improve URL previews for some pages (#12951)Patrick Cloke2022-06-031-1/+36
* Wait for lazy join to complete when getting current state (#12872)Erik Johnston2022-06-015-7/+72
* Remove remaining bits of groups code. (#12936)Patrick Cloke2022-06-0112-20/+0
* Remove direct refeferences to PyNaCl (use signedjson instead). (#12902)Jacek Kuśnierz2022-06-012-13/+6
* Add config options for media retention (#12732)Andrew Morgan2022-05-311-0/+238
* Rename storage classes (#12913)Erik Johnston2022-05-3122-67/+115
* Fix invite notifications for users without pushers (#12840)DeepBlueV7.X2022-05-301-0/+91
* Mutual rooms: Remove dependency on user directory (#12836)Jonathan de Jong2022-05-301-2/+0
* LockStore: fix acquiring a lock via `LockStore.try_acquire_lock` (#12832)Sumner Evans2022-05-301-0/+54
* Add a background job to automatically delete stale devices (#12855)Brendan Abolivier2022-05-271-0/+43
* Additional constants for EDU types. (#12884)Patrick Cloke2022-05-2715-55/+81
* Merge tag 'v1.60.0rc2' into developSean Quah2022-05-271-0/+41
|\
| * Add an option allowing users to use their password to reauthenticate even tho...reivilibre2022-05-271-0/+41
* | Add storage and module API methods to get monthly active users and their apps...Matt C2022-05-271-0/+83
* | Remove backing code for groups/communities (#12558)Patrick Cloke2022-05-262-21/+2
* | Remove unstable APIs for /hierarchy. (#12851)Patrick Cloke2022-05-261-10/+10
* | Pull out less state when handling gaps mk2 (#12852)Erik Johnston2022-05-263-18/+45
* | Allow bigger responses to `/federation/v1/state` (#12877)Richard van der Hoff2022-05-251-3/+3
* | Fix up `state_store` naming (#12871)Erik Johnston2022-05-251-2/+2
* | Remove user-visible groups/communities code (#12553)Patrick Cloke2022-05-252-145/+1
* | Add authentication to thirdparty bridge APIs (#12746)Will Hunt2022-05-241-0/+102
* | Experimental support for MSC3772 (#12740)Patrick Cloke2022-05-241-3/+81
|/
* Prevent expired events from being filtered out when retention is disabled (#1...Brendan Abolivier2022-05-232-8/+35
* Add some type hints to tests files (#12833)Dirk Klimpel2022-05-235-15/+18
* Update EventContext `get_current_event_ids` and `get_prev_event_ids` to accep...Shay2022-05-201-1/+1
* Add a unit test for copying over arbitrary room types when upgrading a room (...Andrew Morgan2022-05-191-1/+31
* Lay some foundation work to allow workers to only subscribe to some kinds of ...reivilibre2022-05-192-12/+115
* Refactor `resolve_state_groups_for_events` to not pull out full state when no...Shay2022-05-181-0/+13
* Add some type hints to `event_federation` datastore (#12753)Dirk Klimpel2022-05-181-0/+1
* Discard null-containing strings before updating the user directory (#12762)David Robertson2022-05-181-0/+28
* Make handling of federation Authorization header (more) compliant with RFC723...Hubert Chathi2022-05-181-1/+28
* Delete events from federation_inbound_events_staging table on purge (#12770)Mathieu Velten2022-05-171-0/+1
* Remove code which updates `application_services_state.last_txn` (#12680)Richard van der Hoff2022-05-172-31/+6
* Track in memory events using weakrefs (#10533)Erik Johnston2022-05-172-0/+26
* Avoid unnecessary copies when filtering private read receipts. (#12711)Šimon Brandner2022-05-161-38/+26
* Fix room upgrades creating an empty room when auth fails (#12696)Sean Quah2022-05-161-13/+1
* Consolidate logic for parsing relations. (#12693)Patrick Cloke2022-05-161-2/+6
* Add config flags to allow for cache auto-tuning (#12701)Shay2022-05-131-1/+57
* Don't create an empty room when checking for MAU limits (#12713)Brendan Abolivier2022-05-131-1/+10
* SpamChecker metrics (#12513)Jess Porter2022-05-131-2/+4
* add default_power_level_content_override config option. (#12618)Andy Balaam2022-05-121-0/+258
* No longer permit empty body when sending receipts (#12709)David Robertson2022-05-111-26/+4
* Complain if a federation endpoint has the `@cancellable` flag (#12705)Sean Quah2022-05-111-0/+2
* Reload cache factors from disk on SIGHUP (#12673)David Robertson2022-05-112-0/+9
* Respect the `@cancellable` flag for `ReplicationEndpoint`s (#12700)Sean Quah2022-05-112-0/+119
* Respect the `@cancellable` flag for `RestServlet`s and `BaseFederationServlet...Sean Quah2022-05-114-2/+185
* Respect the `@cancellable` flag for `DirectServe{Html,Json}Resource`s (#12698)Sean Quah2022-05-111-2/+109
* Refactor `EventContext` (#12689)Erik Johnston2022-05-104-3/+10
* Stop writing to `event_reference_hashes` (#12679)Richard van der Hoff2022-05-101-9/+0
* Add helper class for testing request cancellation (#12630)Sean Quah2022-05-103-0/+126
* Add the `update_user_directory_from_worker` configuration option (superseding...reivilibre2022-05-101-0/+27
* Immediately retry any requests that have backed off when a server comes back ...Erik Johnston2022-05-101-0/+80
* Convert stringy power levels to integers on room upgrade (#12657)David Robertson2022-05-072-2/+83
* Update mypy to 0.950 and fix complaints (#12650)David Robertson2022-05-061-5/+5
* Add the `notify_appservices_from_worker` configuration option (superseding `n...reivilibre2022-05-061-0/+288
* Support MSC3266 room summaries over federation (#11507)DeepBlueV7.X2022-05-051-0/+26
* Use `private` instead of `hidden` in MSC2285 related code. (#12635)Šimon Brandner2022-05-052-18/+18
* Edits/annotations should not have any bundled aggregations calculated. (#12633)Patrick Cloke2022-05-051-0/+31
* Add `mau_appservice_trial_days` config (#12619)Will Hunt2022-05-041-0/+74
* Use `getClientAddress` instead of `getClientIP`. (#12599)Patrick Cloke2022-05-046-26/+33
* Implement changes to MSC2285 (hidden read receipts) (#12168)Šimon Brandner2022-05-043-79/+449
* Remove unstable/unspecced login types. (#12597)Patrick Cloke2022-05-042-6/+2
* Include bundled aggregations for the latest event in a thread. (#12273)Patrick Cloke2022-05-041-1/+107
* Add a consistency check on events read from the database (#12620)Richard van der Hoff2022-05-031-22/+37
* Remove unstable identifiers for MSC3069. (#12596)Patrick Cloke2022-05-031-6/+0
* Use constants for receipt types in tests. (#12582)Šimon Brandner2022-04-283-23/+29
* Fix logging of incorrect status codes for disconnected requests (#12580)Sean Quah2022-04-282-2/+26
* Prefer `make_awaitable` over `defer.succeed` in tests (#12505)Sean Quah2022-04-2712-60/+54
* Add a module API to allow modules to edit push rule actions (#12406)Brendan Abolivier2022-04-271-1/+83
* Remove unused `# type: ignore`s (#12531)David Robertson2022-04-275-21/+23
* Bound ephemeral events by key (#12544)Nick Mills-Barrett2022-04-261-0/+82
* Mark remote device list updates as already handled (#12557)Erik Johnston2022-04-261-1/+1
* Handle cancellation in `EventsWorkerStore._get_events_from_cache_or_db` (#12529)Sean Quah2022-04-251-2/+119
* Misc. clean-ups to the relations code (#12519)Patrick Cloke2022-04-251-40/+34
* Update `delay_cancellation` to accept any awaitable (#12468)Sean Quah2022-04-221-2/+31
* Await un-partial-stating after a partial-state join (#12399)Richard van der Hoff2022-04-212-0/+130
* Remove unnecessary config overrides for MSC3666. (#12511)Patrick Cloke2022-04-201-4/+0
* Fix `/room/.../event/...` to return the *original* event after any edits (#12...Richard van der Hoff2022-04-191-30/+62
* Back out implementation of MSC2314 (#12474)Richard van der Hoff2022-04-191-39/+2
* Only send out device list updates for our own users (#12465)Erik Johnston2022-04-142-4/+45
* Limit `device_id` size to 512B (#12454)Shay2022-04-131-1/+26
* Prevent a sync request from removing a user's busy presence status (#12213)David Baker2022-04-131-0/+79
* Fix missing sync events during historical batch imports (#12319)Nick Mills-Barrett2022-04-131-2/+123
* Process device list updates asynchronously (#12365)Erik Johnston2022-04-122-28/+27
* Disable groups/communities by default. (#12344)Patrick Cloke2022-04-121-0/+1
* Remove references to unstable identifiers from MSC3440. (#12382)Patrick Cloke2022-04-121-3/+1
* Add missing type hints to config classes. (#12402)Patrick Cloke2022-04-112-10/+22
* Do not consider events by ignored users for bundled aggregations (#12235)Patrick Cloke2022-04-111-5/+68
* Disallow untyped defs in synapse._scripts (#12422)David Robertson2022-04-111-31/+31
* Add Module API for reading and writing global account data. (#12391)reivilibre2022-04-111-0/+157
* Optimise `_update_client_ips_batch_txn` to batch together database operations...reivilibre2022-04-081-16/+57
* Update the server notices user profile in room if changed. (#12115)Jorge Florian2022-04-081-0/+92
* Support the v1 endpoint for `/relations`. (#12403)Patrick Cloke2022-04-071-11/+11
* Generate historic pagination token for `/messages` when no `?from` token prov...Eric Eastwood2022-04-061-1/+3
* Fix edge case where a `Linearizer` could get stuck (#12358)Sean Quah2022-04-051-4/+47
* Update docstrings for `ReadWriteLock` tests (#12354)Sean Quah2022-04-051-6/+6
* Refactor and convert `Linearizer` to async (#12357)Sean Quah2022-04-051-2/+2
* Convert `Linearizer` tests from `inlineCallbacks` to async (#12353)Sean Quah2022-04-051-91/+133
* Add type hints to some tests files (#12371)Dirk Klimpel2022-04-054-41/+57
* Allow specifying the Postgres database's port when running unit tests with Po...reivilibre2022-04-052-0/+12
* Track device list updates per room. (#12321)Erik Johnston2022-04-042-10/+27
* Add type hints for `tests/unittest.py`. (#12347)Richard van der Hoff2022-04-0110-47/+96
* Remove redundant `get_success` calls in test code (#12346)Richard van der Hoff2022-04-0112-121/+73
* Default to `private` room visibility rather than `public` when a client does ...reivilibre2022-04-013-6/+11
* Use a sequence to generate AS transaction IDs, drop `last_txn` AS state (#12209)Nick Mills-Barrett2022-04-011-69/+2
* Move single-use methods out of `TestCase` (#12348)Richard van der Hoff2022-04-013-27/+27
* Raise an exception when getting state at an outlier (#12191)Richard van der Hoff2022-04-011-18/+54
* Optimise `_get_state_after_missing_prev_event`: use `/state` (#12040)Richard van der Hoff2022-04-011-0/+225
* Add a module callback to react to account data changes (#12327)Brendan Abolivier2022-04-011-0/+75
* Add set_user_admin function to the module API (#12341)Amanda Graven2022-04-011-0/+14
* Move MSC2654 support behind an experimental configuration flag. (#12295)Patrick Cloke2022-03-311-0/+5
* Handle outliers in `/federation/v1/event` (#12332)Richard van der Hoff2022-03-311-0/+53
* Add a callback to react to 3PID associations (#12302)Brendan Abolivier2022-03-311-0/+41
* Ensure the type of URL attributes is always str when matching against preview...Brendan Abolivier2022-03-311-2/+41
* Remove the unused and unstable `/aggregations` endpoint. (#12293)Patrick Cloke2022-03-301-207/+0
* Send device list updates to application services (MSC3202) - part 1 (#11881)Andrew Morgan2022-03-303-20/+172
* Remove references to "msc2403" (#12165)Andrew Morgan2022-03-302-3/+1
* Start application service stream token tracking from 1 (#12193)Andrew Morgan2022-03-301-2/+2
* Add a configuration to exclude rooms from sync response (#12310)Brendan Abolivier2022-03-301-0/+62
* Fix typechecker problems exposed by signedjson 1.1.2 (#12326)David Robertson2022-03-292-8/+14
* Bump `black` and `click` versions (#12320)David Robertson2022-03-292-4/+4
* Add restrictions by default to open registration in Synapse (#12091)Shay2022-03-251-2/+20
* Always allow the empty string as an avatar_url. (#12261)David Robertson2022-03-252-0/+25
* Remove unused test code. (#12291)Patrick Cloke2022-03-241-110/+0
* Do not consider events by ignored users for relations (#12285)Patrick Cloke2022-03-241-1/+79
* Optionally include account validity in MSC3720 account status responses (#12266)Brendan Abolivier2022-03-241-1/+57
* Refuse to start if DB has an unsafe locale (#12262)Shay2022-03-231-0/+46
* Allow registering admin users using the module API (#12250)Nicolas Werner2022-03-231-0/+10
* Rename shared_rooms to mutual_rooms (#12036)Jonathan de Jong2022-03-231-15/+15