summary refs log tree commit diff
path: root/tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* Correctly create power level event during initial room creation (#14361)Shay2022-11-071-2/+2
* Do not reject `/sync` requests with unrecognised filter fields (#14369)Sean Quah2022-11-071-2/+19
* Fix /refresh endpoint version (#14364)Tulir Asokan2022-11-041-8/+8
* Implement MSC3912: Relation-based redactions (#14260)Brendan Abolivier2022-11-032-4/+306
* Run trial tests against Python 3.11 (#13812)David Robertson2022-11-011-0/+11
* Fix dehydrated device REST checks (#14336)David Robertson2022-10-311-0/+34
* Support OIDC backchannel logouts (#11414)Quentin Gliech2022-10-314-30/+448
* Avoid incrementing bg process utime/stime counters by negative durations (#14...David Robertson2022-10-313-2/+27
* Merge branch 'master' into developOlivier Wilkinson (reivilibre)2022-10-282-6/+56
|\
| * Fix room creation being rate limited too aggressively since Synapse v1.69.0. ...reivilibre2022-10-281-3/+51
| * Fix incorrectly sending authentication tokens to application service as heade...David Robertson2022-10-261-3/+5
* | Check appservice user interest against the local users instead of all users (...Eric Eastwood2022-10-272-10/+162
* | Fix tests for change in PostgreSQL 14 behavior change. (#14310)Patrick Cloke2022-10-271-4/+12
* | Refactor MSC3030 `/timestamp_to_event` to move away from our snowflake pull f...Eric Eastwood2022-10-261-4/+8
* | fix broken avatar checks when server_name contains a port (#13927)Ashish Kumar2022-10-261-0/+49
* | Save login tokens in database (#13844)Quentin Gliech2022-10-262-85/+78
* | Unified search query syntax using the full-text search capabilities of the un...James Salter2022-10-251-0/+213
* | Merge branch 'release-v1.70' into developOlivier Wilkinson (reivilibre)2022-10-251-33/+77
|\|
| * Properly update the threads table when thread events are redacted. (#14248)Patrick Cloke2022-10-211-33/+77
* | Refactor OIDC tests to better mimic an actual OIDC provider. (#13910)Quentin Gliech2022-10-257-455/+734
* | Implementation for MSC3664: Pushrules for relations (#11804)DeepBlueV7.X2022-10-251-1/+214
* | Remove unused `@lru_cache` decorator (#13595)Nick Mills-Barrett2022-10-251-36/+4
* | Add initial power level event to batch of bulk persisted events when creating...Shay2022-10-212-2/+2
* | Show erasure status when listing users in the Admin API (#14205)Tadeusz Sośnierz2022-10-211-1/+34
* | Use servlets for /key/ endpoints. (#14229)Patrick Cloke2022-10-202-3/+3
* | Bump flake8-bugbear from 21.3.2 to 22.9.23 (#14042)dependabot[bot]2022-10-192-5/+4
|/
* Fix MSC3030 `/timestamp_to_event` returning `outliers` that it has no idea wh...Eric Eastwood2022-10-181-0/+65
* Implementation of HTTP 307 response for MSC3886 POST endpoint (#14018)Hugh Nimmo-Smith2022-10-184-28/+120
* Avoid checking the event cache when backfilling events (#14164)Andrew Morgan2022-10-181-1/+104
* Remove `_get_events_cache` check optimisation from `_have_seen_events_dict` (...Andrew Morgan2022-10-181-12/+0
* Support filtering the /messages API by relation type (MSC3874). (#14148)Patrick Cloke2022-10-174-172/+155
* Stop getting missing `prev_events` after we already know their signature is i...Eric Eastwood2022-10-152-2/+263
* Accept threaded receipts for events related to the root event. (#14174)Patrick Cloke2022-10-141-0/+111
* Do not allow a None-limit on PaginationConfig. (#14146)Patrick Cloke2022-10-141-1/+2
* Stabilize the threads API. (#14175)Patrick Cloke2022-10-141-18/+29
* Add an API for listing threads in a room. (#13394)Patrick Cloke2022-10-131-0/+151
* Remove the experimental implementation of MSC3772. (#14094)Patrick Cloke2022-10-121-74/+2
* Fix a bug where redactions were not being sent over federation if we did not ...Shay2022-10-111-7/+11
* Making parse_server_name more consistent (#14007)Abdullah Osama2022-10-111-0/+3
* Indicate what endpoint came back with a JSON response we were unable to parse...Eric Eastwood2022-10-071-1/+3
* Be more lenient in the oEmbed response parsing. (#14089)Patrick Cloke2022-10-071-1/+102
* Always close _all_ `ijson` coroutines, even if doing so raises Exceptions (#1...David Robertson2022-10-061-0/+37
* Merge tag 'v1.69.0rc2' into developSean Quah2022-10-061-0/+74
|\
| * Fix sending events into rooms with non-integer power levels (#14073)David Robertson2022-10-061-0/+74
* | Fix handling of public rooms filter with a network tuple. (#14053)Patrick Cloke2022-10-051-10/+31
* | Use threaded receipts when fetching events for push. (#13878)Patrick Cloke2022-10-041-18/+39
* | Recursively fetch the thread for receipts & notifications. (#13824)Patrick Cloke2022-10-041-0/+100
* | Mark events as read using threaded read receipts from MSC3771. (#13877)Patrick Cloke2022-10-041-1/+188
* | Track notification counts per thread (implement MSC3773). (#13776)Patrick Cloke2022-10-042-6/+180
* | Send the appservice access token as a header. (#13996)Patrick Cloke2022-10-041-2/+6
|/
* Track when the pulled event signature fails (#13815)Eric Eastwood2022-10-032-2/+77
* Do not return unspecced original_event field when using the stable /relations...Patrick Cloke2022-10-031-5/+8
* Add query parameter `ts` to allow appservices set the `origin_server_ts` for ...lukasdenk2022-10-031-2/+117
* Skip filtering during push if there are no push actions (#13992)Erik Johnston2022-09-301-2/+2
* Update mypy and mypy-zope, attempt 3 (#13993)David Robertson2022-09-302-4/+7
* Revert "Update mypy and mypy-zope (#13925)"David Robertson2022-09-302-7/+3
* Update mypy and mypy-zope (#13925)David Robertson2022-09-302-3/+7
* Speed up calculating push actions in large rooms (#13973)Erik Johnston2022-09-301-2/+80
* Fix overflows in /messages backfill calculation (#13936)David Robertson2022-09-301-12/+49
* Don't require `setuptools_rust` at runtime (#13952)David Robertson2022-09-291-2/+18
* Implement push rule evaluation in Rust. (#13838)Erik Johnston2022-09-291-11/+9
* Optimise get_rooms_for_user (drop with_stream_ordering) (#13787)Nick Mills-Barrett2022-09-291-0/+1
* Allow admins to require a manual approval process before new accounts can be ...Brendan Abolivier2022-09-296-8/+398
* Expose MSC3882 only be under an unstable endpoint. (#13868)Hugh Nimmo-Smith2022-09-291-7/+9
* Clarify that a method returns only unthreaded receipts. (#13937)Patrick Cloke2022-09-291-36/+38
* Limit and filter the number of backfill points to get from the database (#13879)Eric Eastwood2022-09-281-22/+58
* Persist CreateRoom events to DB in a batch (#13800)Shay2022-09-284-6/+20
* Prepatory work for batching events to send (#13487)Shay2022-09-281-2/+2
* Fix `have_seen_event` cache not being invalidated (#13863)Eric Eastwood2022-09-272-49/+136
* Support the stable dir parameter for /relations. (#13920)Patrick Cloke2022-09-271-4/+2
* Improve tests for get_unread_push_actions_for_user_in_range_*. (#13893)Patrick Cloke2022-09-261-16/+72
* typing: check origin server of typing event against room's servers (#13830)Mathieu Velten2022-09-261-0/+4
* Only try to backfill event if we haven't tried before recently (#13635)Eric Eastwood2022-09-231-4/+477
* Accept & store thread IDs for receipts (implement MSC3771). (#13782)Patrick Cloke2022-09-236-14/+62
* Faster Remote Room Joins: tell remote homeservers that we are unable to autho...reivilibre2022-09-231-1/+1
* Properly paginate forward in the /relations API. (#13840)Patrick Cloke2022-09-221-1/+28
* Track device IDs for pushers (#13831)Brendan Abolivier2022-09-211-5/+50
* Implementation of MSC3882 login token request (#13722)Hugh Nimmo-Smith2022-09-211-0/+132
* Support enabling/disabling pushers (from MSC3881) (#13799)Brendan Abolivier2022-09-214-17/+139
* Add cache invalidation across workers to module API (#13667)Mathieu Velten2022-09-211-0/+79
* Improve the `synapse.api.auth.Auth` mock used in unit tests. (#13809)Quentin Gliech2022-09-211-26/+10
* Port the push rule classes to Rust. (#13768)Erik Johnston2022-09-201-15/+12
* Add an admin API endpoint to find a user based on its external ID in an auth ...Quentin Gliech2022-09-161-0/+87
* Avoid putting rejected events in room state (#13723)Sean Quah2022-09-161-0/+399
* A third batch of Pydantic validation for rest/client/account.py (#13736)David Robertson2022-09-151-3/+26
* Add a `MXCUri` class to make working with mxc uri's easier. (#13162)Andrew Morgan2022-09-151-64/+38
* Keep track when we try and fail to process a pulled event (#13589)Eric Eastwood2022-09-141-0/+222
* Update event push action and receipt tables to support threads. (#13753)Patrick Cloke2022-09-141-0/+1
* Fix bug in device list caching when remote users leave rooms (#13749)Sean Quah2022-09-141-1/+7
* Require SQLite >= 3.27.0 (#13760)David Robertson2022-09-091-1/+0
* Add timestamp to user's consent (#13741)Dirk Klimpel2022-09-082-7/+27
* Fix error in `is_mine_id` when encountering a malformed ID (#13746)Sean Quah2022-09-081-1/+25
* Cancel the processing of key query requests when they time out. (#13680)reivilibre2022-09-072-1/+38
* Rename the `EventFormatVersions` enum values so that they line up with room v...reivilibre2022-09-073-4/+4
* Add Admin API to Fetch Messages Within a Particular Window (#13672)Connor Davis2022-09-071-1/+157
* Add a stub Rust crate (#12595)Erik Johnston2022-09-061-0/+11
* Remove configuration options for direct TCP replication. (#13647)Patrick Cloke2022-09-063-4/+3
* Share some metrics between the Prometheus exporter and the phone home stats (...Brendan Abolivier2022-09-051-1/+45
* Disable calculating unread counts unless the config flag is enabled. (#13694)Patrick Cloke2022-09-011-22/+20
* Remove support for unstable private read receipts (#13653)Šimon Brandner2022-09-013-83/+36
* Drop support for calling `/_matrix/client/v3/rooms/{roomId}/invite` without a...Jacek Kuśnierz2022-08-313-3/+25
* Generalise the `@cancellable` annotation so it can be used on functions other...reivilibre2022-08-314-4/+6
* Fix admin List Room API return type on sqlite (#13509)David Robertson2022-08-311-5/+14
* 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