summary refs log tree commit diff
path: root/tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '3ee17585c' into dinsicAndrew Morgan2020-12-319-49/+111
|\
| * Make LruCache register its own metrics (#8561)Richard van der Hoff2020-10-161-2/+2
| * Merge pull request #8535 from matrix-org/rav/third_party_events_updatesRichard van der Hoff2020-10-151-4/+24
| |\
| | * guard against accidental modificationRichard van der Hoff2020-10-131-0/+20
| | * Allow ThirdPartyRules modules to replace event contentRichard van der Hoff2020-10-131-4/+4
| * | Solidify the HomeServer constructor. (#8515)Jonathan de Jong2020-10-155-20/+23
| * | Send some ephemeral events to appservices (#8437)Will Hunt2020-10-152-23/+62
* | | Merge commit '74976a8e4' into dinsicAndrew Morgan2020-12-3143-437/+1411
|\| |
| * | Merge pull request #8548 from matrix-org/rav/deferred_cacheRichard van der Hoff2020-10-154-118/+140
| |\ \
| | * | Combine the two sets of DeferredCache testsRichard van der Hoff2020-10-142-74/+75
| | * | move DeferredCache into its own moduleRichard van der Hoff2020-10-144-46/+67
| | * | Rename Cache->DeferredCacheRichard van der Hoff2020-10-143-9/+9
| | |/
| * | Merge pull request #8537 from matrix-org/rav/simplify_locally_reject_inviteRichard van der Hoff2020-10-154-5/+4
| |\ \
| | * | Simplify `_locally_reject_invite`Richard van der Hoff2020-10-133-4/+4
| | * | Remove redundant `token_id` parameter to create_eventRichard van der Hoff2020-10-131-1/+0
| | |/
| * | Add basic tests for sync/pagination with vector clock tokens. (#8488)Erik Johnston2020-10-142-1/+248
| * | Fix not sending events over federation when using sharded event persisters (#...Erik Johnston2020-10-141-3/+10
| |/
| * Move additional tasks to the background worker, part 4 (#8513)Patrick Cloke2020-10-131-34/+14
| * Fix message duplication if something goes wrong after persisting the event (#...Erik Johnston2020-10-133-3/+167
| * Make event persisters periodically announce position over replication. (#8499)Erik Johnston2020-10-121-9/+16
| * Clean-up some broken/unused code in the test framework (#8514)Patrick Cloke2020-10-092-70/+54
| * Fix threadsafety in ThreadedMemoryReactorClock (#8497)Richard van der Hoff2020-10-091-4/+32
| * Allow modules to create and send events into rooms (#8479)Andrew Morgan2020-10-092-1/+122
| * Remove the deprecated Handlers object (#8494)Patrick Cloke2020-10-0918-63/+36
| * Invalidate the cache when an olm fallback key is uploaded (#8501)Hubert Chathi2020-10-081-0/+20
| * Reduce serialization errors in MultiWriterIdGen (#8456)Erik Johnston2020-10-071-0/+1
| * Add support for MSC2697: Dehydrated devices (#8380)Hubert Chathi2020-10-071-0/+82
| * Merge pull request #8463 from matrix-org/rav/clean_up_event_handlingRichard van der Hoff2020-10-072-2/+4
| |\
| | * kill off `send_nonmember_event`Richard van der Hoff2020-10-052-2/+4
| * | Combine `SpamCheckerApi` with the more generic `ModuleApi`. (#8464)Richard van der Hoff2020-10-071-2/+2
| * | Add support for MSC2732: olm fallback keys (#8312)Hubert Chathi2020-10-061-0/+65
| * | Additional tests for third-party event rules (#8468)Richard van der Hoff2020-10-061-13/+71
| * | Merge pull request #8467 from matrix-org/rav/fix_3pevent_rulesRichard van der Hoff2020-10-061-1/+1
| |\ \
| | * | Fix third-party event modules for `check_visibility_can_be_modified` checkRichard van der Hoff2020-10-051-1/+1
| | |/
| * / Update default room version to 6 (#8461)Richard van der Hoff2020-10-051-1/+10
| |/
| * Allow ThirdPartyEventRules modules to manipulate public room state (#8292)Andrew Morgan2020-10-052-13/+74
| * Add logging on startup/shutdown (#8448)Erik Johnston2020-10-022-5/+11
| * Speed up unit tests when using PostgreSQL (#8450)Erik Johnston2020-10-021-0/+4
| * Allow background tasks to be run on a separate worker. (#8369)Patrick Cloke2020-10-022-2/+2
| * Add unit test for event persister sharding (#8433)Erik Johnston2020-10-023-22/+306
| * Add config option for always using "userinfo endpoint" for OIDC (#7658)BBBSnowball2020-10-011-2/+8
* | Allow users to click account renewal links multiple times without hitting an ...Andrew Morgan2020-12-301-17/+36
* | Support PyJWT v2.0.0. (#8986)Patrick Cloke2020-12-291-4/+12
* | Override any missing default power level keys with DINUM's defaults when crea...Andrew Morgan2020-10-291-0/+47
* | Merge commit 'f76194a02' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-211-0/+1
|\ \
| * | Reduce serialization errors in MultiWriterIdGen (#8456)Erik Johnston2020-10-071-0/+1
| |/
* | Merge commit 'cc40a59b4' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-214-73/+141
|\|
| * Make token serializing/deserializing async (#8427)Erik Johnston2020-09-302-11/+28
| * Merge pull request #8425 from matrix-org/rav/extremity_metricsRichard van der Hoff2020-09-301-8/+11
| |\
| | * Rewrite BucketCollectorRichard van der Hoff2020-09-301-8/+11
| * | Allow additional SSO properties to be passed to the client (#8413)Patrick Cloke2020-09-301-55/+105
| |/
| * Various clean ups to room stream tokens. (#8423)Erik Johnston2020-09-292-10/+8
* | Merge commit '8238b55e0' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-211-0/+18
|\|
| * Don't table scan events on worker startup (#8419)Erik Johnston2020-09-291-0/+18
* | Merge commit 'f43c66d23' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-217-12/+276
|\|
| * Filter out appservices from mau count (#8404)Will Hunt2020-09-291-1/+16
| * Only assert valid next_link params when provided (#8417)Andrew Morgan2020-09-291-0/+6
| * Fix handling of connection timeouts in outgoing http requests (#8400)Richard van der Hoff2020-09-292-6/+188
| * Add checks for postgres sequence consistency (#8402)Erik Johnston2020-09-282-4/+49
| * Create a mechanism for marking tests "logcontext clean" (#8399)Richard van der Hoff2020-09-282-1/+17
* | Merge commit '31acc5c30' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-214-75/+211
|\|
| * Fix occasional "Re-starting finished log context" from keyring (#8398)Richard van der Hoff2020-09-251-64/+56
| * Allow existing users to login via OpenID Connect. (#8345)Tdxdxoz2020-09-251-0/+35
| * Fix MultiWriteIdGenerator's handling of restarts. (#8374)Erik Johnston2020-09-241-8/+111
| * Add EventStreamPosition type (#8388)Erik Johnston2020-09-241-3/+9
* | Merge commit '2983049a7' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-211-25/+41
|\|
| * Use `async with` for ID gens (#8383)Erik Johnston2020-09-231-25/+41
* | Merge commit '4325be1a5' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-2116-15/+744
|\|
| * Fixed a bug with reactivating users with the admin API (#8362)Dirk Klimpel2020-09-221-0/+14
| * Admin API for reported events (#8217)Dirk Klimpel2020-09-221-0/+382
| * Create function to check for long names in devices (#8364)Dionysis Grigoropoulos2020-09-222-1/+12
| * Admin API for querying rooms where a user is a member (#8306)Dirk Klimpel2020-09-181-2/+94
| * Catch-up after Federation Outage (bonus): Catch-up on Synapse Startup (#8322)reivilibre2020-09-181-0/+99
| * Simplify super() calls to Python 3 syntax. (#8344)Patrick Cloke2020-09-189-9/+9
| * Allow appservice users to /login (#8320)Will Hunt2020-09-181-1/+133
| * Update test logging to be able to accept braces (#8335)Jonathan de Jong2020-09-181-2/+1
* | Merge commit '837293c31' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-205-2/+177
|\|
| * Catch-up after Federation Outage (split, 4): catch-up loop (#8272)reivilibre2020-09-152-0/+170
| * Add the topic and avatar to the room details admin API (#8305)Tulir Asokan2020-09-141-0/+2
| * Merge tag 'v1.20.0rc3' into developPatrick Cloke2020-09-113-0/+161
| |\
| * | Make `StreamToken.room_key` be a `RoomStreamToken` instance. (#8281)Erik Johnston2020-09-111-1/+4
| * | Use TLSv1.2 for fake servers in tests (#8208)Dan Callaghan2020-09-101-1/+1
* | | Merge commit '2832ef5bb' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-203-0/+161
|\ \ \ | | |/ | |/|
| * | Fix the exception that is raised when invalid JSON is encountered. (#8291)Patrick Cloke2020-09-103-0/+161
* | | Merge commit 'a3a90ee03' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-205-13/+75
|\ \ \ | | |/ | |/|
| * | Show a confirmation page during user password reset (#8004)Andrew Morgan2020-09-103-3/+45
| * | Do not error when thumbnailing invalid files (#8236)Patrick Cloke2020-09-091-10/+29
| * | Fixup pusher pool notifications (#8287)Erik Johnston2020-09-091-0/+1
| * | Revert "Fixup pusher pool notifications"Erik Johnston2020-09-091-1/+0
| * | Fixup pusher pool notificationsErik Johnston2020-09-091-0/+1
* | | Merge commit '453dfe210' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-201-0/+448
|\| |
| * | Don't remember `enabled` of deleted push rules and properly return 404 for mi...reivilibre2020-09-091-0/+448
* | | Merge commit 'e45b83411' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-201-0/+50
|\| |
| * | Add a config option for validating 'next_link' parameters against a domain wh...Andrew Morgan2020-09-081-7/+96
| * | Fix `MultiWriterIdGenerator.current_position`. (#8257)Erik Johnston2020-09-081-0/+50
* | | Merge commit 'cca03dbec' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-2012-79/+61
|\| |
| * | Allow for make_awaitable's return value to be re-used. (#8261)Patrick Cloke2020-09-0811-70/+55
| * | Rename 'populate_stats_process_rooms_2' background job back to 'populate_stat...Andrew Morgan2020-09-081-9/+6
* | | Merge commit '7586fdf1e' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-201-0/+76
|\| |
| * | Add tests for `last_successful_stream_ordering` (#8258)reivilibre2020-09-071-0/+76
* | | Merge commit '17fa4c7ca' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-2023-217/+215
|\| |
| * | Catch-up after Federation Outage (split, 1) (#8230)reivilibre2020-09-041-0/+82
| |/
| * Stop sub-classing object (#8249)Patrick Cloke2020-09-0421-48/+48
* | Merge commit '112266eaf' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-203-8/+167
|\|
| * Re-implement unread counts (again) (#8059)Brendan Abolivier2020-09-023-8/+167
* | Merge commit '0d4f614fd' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-202-3/+141
|\|
| * Add /user/{user_id}/shared_rooms/ api (#7785)Will Hunt2020-09-021-0/+138
* | Merge commit '5bf8e5f55' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-204-13/+131
|\|
| * Convert the well known resolver to async (#8214)Patrick Cloke2020-09-011-6/+18
| * Convert additional databases to async/await part 2 (#8200)Patrick Cloke2020-09-011-4/+3
| * Make MultiWriterIDGenerator work for streams that use negative stream IDs (#8...Erik Johnston2020-09-011-0/+105
| * Rename `get_e2e_device_keys` to better reflect its purpose (#8205)Richard van der Hoff2020-08-291-3/+5
* | Merge commit 'd2ac767de' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-201-2/+4
|\|
| * Convert ReadWriteLock to async/await. (#8202)Patrick Cloke2020-08-281-2/+4
* | Merge commit 'aec708517' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-201-2/+39
|\|
| * Ensure that the OpenID Connect remote ID is a string. (#8190)Patrick Cloke2020-08-281-2/+39
* | Merge commit 'e00816ad9' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-2014-130/+226
|\|
| * Do not yield on awaitables in tests. (#8193)Patrick Cloke2020-08-2714-131/+229
* | Merge commit 'b49a5b930' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-205-29/+28
|\|
| * Convert stats and related calls to async/await (#8192)Patrick Cloke2020-08-275-29/+28
* | Merge commit 'b71d4a094' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-201-2/+4
|\|
| * Convert simple_delete to async/await. (#8191)Patrick Cloke2020-08-271-2/+4
* | Merge commit '9b7ac03af' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-201-3/+49
|\|
| * Fix missing _add_persisted_position (#8179)Erik Johnston2020-08-271-3/+49
* | Merge commit '30426c706' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-202-5/+6
|\|
| * Convert additional database methods to async (select list, search, insert_man...Patrick Cloke2020-08-272-5/+6
* | Merge commit '4a739c73b' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-204-42/+44
|\|
| * Convert simple_update* and simple_select* to async (#8173)Patrick Cloke2020-08-275-43/+47
* | Merge commit 'a466b6797' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-2018-203/+418
|\|
| * Reduce run-times of tests by advancing the reactor less (#7757)Andrew Morgan2020-08-276-8/+8
| * Remove remaining is_guest argument uses from get_room_data calls (#8181)Andrew Morgan2020-08-261-10/+2
| * Do not propagate typing notifications from shadow-banned users. (#8176)Patrick Cloke2020-08-263-8/+70
| * Remove unused parameter from, and add safeguard in, get_room_data (#8174)Andrew Morgan2020-08-261-1/+1
| * Do not propagate profile changes of shadow-banned users into rooms. (#8157)Patrick Cloke2020-08-262-157/+274
| * Convert simple_select_one and simple_select_one_onecol to async (#8162)Patrick Cloke2020-08-268-40/+103
* | Merge commit '56efa9ec7' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-207-50/+373
|\|
| * Fix rate limiting unit tests. (#8167)Patrick Cloke2020-08-261-13/+14
| * Add functions to `MultiWriterIdGen` used by events stream (#8164)Erik Johnston2020-08-251-0/+36
| * Merge tag 'v1.19.1rc1' into developBrendan Abolivier2020-08-252-4/+93
| |\
| * | Stop shadow-banned users from sending non-member events. (#8142)Patrick Cloke2020-08-241-1/+54
| * | Allow capping a room's retention policy (#8104)Brendan Abolivier2020-08-241-28/+66
| * | Fix flaky shadow-ban tests. (#8152)Patrick Cloke2020-08-241-1/+3
| * | Don't fail /submit_token requests on incorrect session ID if request_token_in...Brendan Abolivier2020-08-241-0/+31
| * | Do not apply ratelimiting on joins to appservices (#8139)Will Hunt2020-08-211-0/+73
| * | Allow denying or shadow banning registrations via the spam checker (#8034)Patrick Cloke2020-08-203-7/+69
| * | Stop shadow-banned users from sending invites. (#8095)Patrick Cloke2020-08-201-0/+100
* | | Merge commit 'b79d69796' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-202-4/+93
|\ \ \ | | |/ | |/|
| * | Fix join ratelimiter breaking profile updates and idempotency (#8153)Brendan Abolivier2020-08-242-4/+93
* | | Merge commit '2df82ae45' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-201-0/+73
|\| |
| * | Do not apply ratelimiting on joins to appservices (#8139)Will Hunt2020-08-241-0/+73
* | | Merge commit 'c9c544cda' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-199-43/+56
|\ \ \ | | |/ | |/|
| * | Switch the JSON byte producer from a pull to a push producer. (#8116)Patrick Cloke2020-08-193-14/+9
| * | Remove the unused inlineCallbacks code-paths in the caching code (#8119)Patrick Cloke2020-08-191-6/+6
| * | Separate `get_current_token` into two. (#8113)Erik Johnston2020-08-191-8/+8
| * | Convert events worker database to async/await. (#8071)Patrick Cloke2020-08-182-4/+5
* | | Merge commit '3c01724b3' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-192-4/+0
|\| |
| * | Remove : from allowed client_secret chars (#8101)Andrew Morgan2020-08-181-3/+0
| * | Iteratively encode JSON responses to avoid blocking the reactor. (#8013)Patrick Cloke2020-08-181-1/+0
* | | Merge commit '050e20e7c' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-197-29/+54
|\| |
| * | Convert some of the general database methods to async (#8100)Patrick Cloke2020-08-177-30/+44
* | | Merge commit 'e04e465b4' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-198-41/+110
|\| |
| * | Use the default templates when a custom template file cannot be found (#8037)Andrew Morgan2020-08-171-0/+82
| * | Convert stream database to async/await. (#8074)Patrick Cloke2020-08-172-34/+17
| * | Add a shadow-banned flag to users. (#8092)Patrick Cloke2020-08-145-7/+11
* | | Merge commit 'dd8f28bd3' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-191-10/+20
|\| |
| * | Fix unawaited coroutine error in tests. (#8072)Patrick Cloke2020-08-131-10/+20
| |/
* | Merge commit 'fbe930dad' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-191-1/+17
|\|
| * Convert the roommember database to async/await. (#8070)Patrick Cloke2020-08-121-1/+17
* | Merge commit '5ecc8b582' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-193-23/+39
|\|
| * Convert devices database to async/await. (#8069)Patrick Cloke2020-08-123-23/+39
* | Merge commit '5dd73d029' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-191-1/+3
|\|
| * Add type hints to handlers.message and events.builder (#8067)Erik Johnston2020-08-121-1/+3
* | Merge commit 'd68e10f30' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-191-1/+2
|\|
| * Convert account data, device inbox, and censor events databases to async/awai...Patrick Cloke2020-08-121-1/+2
* | Merge commit 'a3a59bab7' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-191-12/+12
|\|
| * Convert appservice, group server, profile and more databases to async (#8066)Patrick Cloke2020-08-121-12/+12
* | Merge commit '04faa0bfa' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-191-1/+4
|\|
| * Convert tags and metrics databases to async/await (#8062)Patrick Cloke2020-08-111-1/+4
* | Merge commit 'a0acdfa9e' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-193-13/+24
|\|
| * Converts event_federation and registration databases to async/await (#8061)Patrick Cloke2020-08-113-13/+24
* | Merge commit 'db131b6b2' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-191-0/+4
|\|
| * Add an assertion on prev_events in create_new_client_event (#8041)Richard van der Hoff2020-08-101-0/+4
* | Merge commit '7f837959e' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-195-20/+47
|\|
| * Convert directory, e2e_room_keys, end_to_end_keys, monthly_active_users datab...Patrick Cloke2020-08-074-18/+45
| * Convert additional database stores to async/await (#8045)Patrick Cloke2020-08-071-2/+2
* | Merge commit '7620912d8' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-191-0/+34
|\|
| * Add health check endpoint (#8048)Erik Johnston2020-08-071-0/+34
* | Merge commit '2ffd6783c' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-192-175/+2
|\|
| * Revert #7736 (#8039)Brendan Abolivier2020-08-062-175/+2
* | Merge commit 'fe6cfc80e' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-191-33/+11
|\|
| * Convert some util functions to async (#8035)Patrick Cloke2020-08-061-33/+11
* | Merge commit 'd4a7829b1' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-199-68/+93
|\|
| * Convert synapse.api to async/await (#8031)Patrick Cloke2020-08-069-68/+93
* | Merge commit '66f24449d' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-191-1/+1
|\|
| * Improve performance of the register endpoint (#8009)Patrick Cloke2020-08-061-1/+1
* | Merge commit 'a7bdf98d0' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-1617-125/+129
|\|
| * Rename database classes to make some sense (#8033)Erik Johnston2020-08-0517-125/+129
* | Merge commit 'e19de43eb' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-161-1/+1
|\|
| * Convert streams to async. (#8014)Patrick Cloke2020-08-041-1/+1
* | Merge commit '5d92a1428' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-162-7/+63
|\|
| * Prevent join->join membership transitions changing member count (#7977)Andrew Morgan2020-08-032-7/+63
* | Merge commit '681250980' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-161-3/+42
|\|
| * Implement handling of HTTP HEAD requests. (#7999)Patrick Cloke2020-08-031-3/+42
* | Merge commit '2a89ce8cd' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-161-23/+16
|\|
| * Convert the crypto module to async/await. (#8003)Patrick Cloke2020-08-031-23/+16
* | Merge commit '394be6a0e' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-161-0/+4
|\|
| * Merge branch 'develop' of github.com:matrix-org/synapse into erikj/add_rate_l...Erik Johnston2020-07-3125-170/+595
| |\
| * | Add ratelimiting on joinsErik Johnston2020-07-311-0/+4
* | | Merge commit 'c978f6c45' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-1610-52/+71
|\ \ \ | | |/ | |/|
| * | Convert federation client to async/await. (#7975)Patrick Cloke2020-07-3010-52/+71
* | | Merge commit '4cce8ef74' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-163-38/+75
|\| |
| * | Convert appservice to async. (#7973)Patrick Cloke2020-07-303-38/+75
* | | Merge commit 'b3a97d6da' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-163-19/+29
|\| |
| * | Convert some of the data store to async. (#7976)Patrick Cloke2020-07-303-19/+29
* | | Merge commit '3950ae51e' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-1613-67/+426
|\| |
| * | Re-implement unread counts (#7736)Brendan Abolivier2020-07-292-2/+175
| * | Convert storage layer to async/await. (#7963)Patrick Cloke2020-07-285-45/+63
| * | Add an option to disable purge in delete room admin API (#7964)Dirk Klimpel2020-07-281-2/+55
| * | Option to allow server admins to join complex rooms (#7902)lugino-emeritus2020-07-281-0/+109
| * | Convert a synapse.events to async/await. (#7949)Patrick Cloke2020-07-272-8/+10
| * | Convert groups and visibility code to async / await. (#7951)Patrick Cloke2020-07-271-6/+6
| * | Convert push to async/await. (#7948)Patrick Cloke2020-07-272-4/+8
| |/
* | Remember mappings when we bind a 3pid using the internal sydent bind API (#66)Andrew Morgan2020-10-141-0/+6
* | "Freeze" a room when the last admin of that room leaves (#59)Andrew Morgan2020-10-131-1/+130
* | Allow modules to create and send events into rooms (#8479)Andrew Morgan2020-10-123-86/+262
* | Swap method calls in RoomAccessTestCase.test_change_rules (#64)Andrew Morgan2020-09-181-5/+6
* | Make all rooms noisy by default (#60)Mathieu Velten2020-09-181-6/+6
* | Make AccessRules use the public rooms directory instead of checking a room's ...Andrew Morgan2020-09-183-55/+285
* | Override the power levels defaults, enforce mod requirement for invites, admi...Andrew Morgan2020-09-111-5/+52
* | RoomAccessRules cleanup (#62)Andrew Morgan2020-09-101-34/+27
* | Add a config option for validating 'next_link' parameters against a domain wh...Andrew Morgan2020-09-091-7/+96
* | Merge commit 'f88c48f3b' into anoa/dinsic_release_1_18_xAndrew Morgan2020-08-039-1570/+1665
|\|
| * Convert tests/rest/admin/test_room.py to unix file endings (#7953)Andrew Morgan2020-07-271-1447/+1447
| * Support oEmbed for media previews. (#7920)Patrick Cloke2020-07-271-8/+134
| * Convert state resolution to async/await (#7942)Patrick Cloke2020-07-245-50/+73
| * Convert more of the media code to async/await (#7873)Patrick Cloke2020-07-241-1/+4
| * Return an empty body for OPTIONS requests. (#7886)Patrick Cloke2020-07-241-6/+6
| * Downgrade warning on client disconnect to INFO (#7928)Richard van der Hoff2020-07-241-58/+1
* | Merge commit '68cd93582' into anoa/dinsic_release_1_18_xAndrew Morgan2020-08-032-37/+40
|\|
| * Convert the federation agent and related code to async/await. (#7874)Patrick Cloke2020-07-232-37/+40
* | Merge commit 'cc9bb3dc3' into anoa/dinsic_release_1_18_xAndrew Morgan2020-08-038-102/+120
|\|
| * Convert the message handler to async/await. (#7884)Patrick Cloke2020-07-228-102/+120
* | Merge commit 'de119063f' into anoa/dinsic_release_1_18_xAndrew Morgan2020-08-036-34/+280
|\|
| * Convert device handler to async/await (#7871)Patrick Cloke2020-07-173-28/+30
| * Convert _base, profile, and _receipts handlers to async/await (#7860)Patrick Cloke2020-07-171-6/+11
| * Add admin endpoint to get members in a room. (#7842)Michael Albert2020-07-161-0/+46
| * Add ability to run multiple pusher instances (#7855)Erik Johnston2020-07-161-0/+193
* | Merge commit 'a973bcb8a' into anoa/dinsic_release_1_18_xAndrew Morgan2020-08-039-433/+764
|\|
| * Merge branch 'erikj/faster_typing' of github.com:matrix-org/synapse into developErik Johnston2020-07-151-2/+2
| |\
| | * Fix testsErik Johnston2020-07-151-2/+2