summary refs log tree commit diff
path: root/tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add a distributed lock (#10269)Erik Johnston2021-06-291-0/+100
* Fix wrapping of legacy check_registration_for_spam (#10238)Brendan Abolivier2021-06-231-0/+76
* Add endpoints for backfilling history (MSC2716) (#9247)Eric Eastwood2021-06-223-4/+17
* Fix a missing await when in the spaces summary. (#10208)Patrick Cloke2021-06-181-1/+98
* Standardise the module interface (#10062)Brendan Abolivier2021-06-183-48/+96
* Remove support for ACME v1 (#10194)Brendan Abolivier2021-06-171-97/+0
* Ensure that we do not cache empty sync responses after a timeout (#10158)Richard van der Hoff2021-06-172-5/+53
* update black to 21.6b0 (#10197)Marcus2021-06-1710-17/+17
* Remove the experimental flag for knocking and use stable prefixes / endpoints...Patrick Cloke2021-06-152-17/+13
* Extend `ResponseCache` to pass a context object into the callback (#10157)Richard van der Hoff2021-06-141-7/+68
* Implement knock feature (#6739)Sorunome2021-06-092-2/+395
* Limit the number of in-flight /keys/query requests from a single device. (#10...Patrick Cloke2021-06-091-3/+10
* Always update AS last_pos, even on no events (#10107)14mRh4X0r2021-06-071-4/+2
* r0.6.1 support: /rooms/:roomId/aliases endpoint (#9224)Travis Ralston2021-06-031-2/+1
* Add new admin APIs to remove media by media ID from quarantine. (#10044)Dirk Klimpel2021-06-021-0/+128
* Rewrite the KeyRing (#10035)Erik Johnston2021-06-023-114/+111
* add a cache to have_seen_event (#9953)Richard van der Hoff2021-06-013-0/+122
* Make reason and score optional for report_event (#10077)Callum Brown2021-05-272-1/+97
* Fix up `BatchingQueue` (#10078)Erik Johnston2021-05-271-2/+76
* Remove redundant code to reload tls cert (#10054)Richard van der Hoff2021-05-271-2/+1
* Combine `LruCache.invalidate` and `invalidate_many` (#9973)Richard van der Hoff2021-05-271-3/+3
* Add an admin API for unprotecting local media from quarantine (#10040)Dirk Klimpel2021-05-261-0/+99
* Add missing type hints to synapse.util (#9982)Patrick Cloke2021-05-241-2/+2
* Remove `keylen` from `LruCache`. (#9993)Richard van der Hoff2021-05-242-4/+6
* Don't hammer the database for destination retry timings every ~5mins (#10036)Erik Johnston2021-05-213-16/+18
* Add a test for update_presence (#10033)Andrew Morgan2021-05-211-1/+46
* Add a batching queue implementation. (#10017)Erik Johnston2021-05-211-0/+169
* Use a database table to hold the users that should have full presence sent to...Andrew Morgan2021-05-183-92/+228
* Minor `@cachedList` enhancements (#9975)Richard van der Hoff2021-05-141-3/+14
* Correctly ratelimit invites when creating a room (#9968)Brendan Abolivier2021-05-122-0/+94
* Change the format of access tokens away from macaroons (#5588)Richard van der Hoff2021-05-124-92/+34
* Tests for to-device messages (#9965)Richard van der Hoff2021-05-111-0/+201
* Sort child events according to MSC1772 for the spaces summary API. (#9954)Patrick Cloke2021-05-111-0/+81
* Merge branch 'master' into developBrendan Abolivier2021-05-113-0/+244
|\
| * Merge pull request from GHSA-x345-32rc-8h85Richard van der Hoff2021-05-113-0/+244
* | Reorganise the database schema directories (#9932)Richard van der Hoff2021-05-071-3/+1
* | Revert "Leave out optional keys from /sync (#9919)" (#9940)Erik Johnston2021-05-062-6/+32
* | Increase perf of handling presence when joining large rooms. (#9916)Erik Johnston2021-05-051-10/+4
* | Leave out optional keys from /sync (#9919)DeepBlueV7.X2021-05-052-32/+6
* | Delete room endpoint (#9889)ThibF2021-04-291-19/+26
|/
* Fix tight loop handling presence replication. (#9900)Erik Johnston2021-04-281-0/+22
* Remove various bits of compatibility code for Python <3.6 (#9879)Andrew Morgan2021-04-273-11/+9
* Improved validation for received requests (#9817)Richard van der Hoff2021-04-234-0/+86
* Kill off `_PushHTTPChannel`. (#9878)Richard van der Hoff2021-04-232-121/+19
* pass a reactor into SynapseSite (#9874)Richard van der Hoff2021-04-233-0/+3
* Remove room and user invite ratelimits in default unit test config (#9871)Andrew Morgan2021-04-231-0/+4
* Split presence out of master (#9820)Erik Johnston2021-04-232-85/+3
* Limit the size of HTTP responses read over federation. (#9833)Richard van der Hoff2021-04-231-0/+59
* Limit length of accepted email addresses (#9855)Erik Johnston2021-04-221-0/+51
* Rename handler and config modules which end in handler/config. (#9816)Patrick Cloke2021-04-202-5/+5
* Merge branch 'master' into developAndrew Morgan2021-04-203-7/+7
|\
| * Always use the name as the log ID. (#9829)Patrick Cloke2021-04-203-7/+7
* | Add presence federation stream (#9819)Erik Johnston2021-04-201-8/+171
* | Fix (final) Bugbear violations (#9838)Jonathan de Jong2021-04-2011-23/+23
* | Port "Allow users to click account renewal links multiple times without hitti...Andrew Morgan2021-04-191-15/+37
* | remove `HomeServer.get_config` (#9815)Richard van der Hoff2021-04-141-1/+1
* | Separate creating an event context from persisting it in the federation handl...Patrick Cloke2021-04-141-2/+4
* | Revert "Check for space membership during a remote join of a restricted room....Patrick Cloke2021-04-141-4/+2
* | Check for space membership during a remote join of a restricted room. (#9763)Patrick Cloke2021-04-141-2/+4
* | Move some replication processing out of generic_worker (#9796)Erik Johnston2021-04-141-5/+3
* | Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-14200-200/+0
|/
* Bump black configuration to target py36 (#9781)Dan Callahan2021-04-134-6/+6
* Add an admin API to manage ratelimit for a specific user (#9648)Dirk Klimpel2021-04-131-0/+284
* Require AppserviceRegistrationType (#9548)Will Hunt2021-04-122-16/+38
* Use mock from the stdlib. (#9772)Patrick Cloke2021-04-0978-121/+82
* Remove old admin API `GET /_synapse/admin/v1/users/<user_id>` (#9401)Dirk Klimpel2021-04-091-2/+2
* Bugbear: Add Mutable Parameter fixes (#9682)Jonathan de Jong2021-04-0811-33/+68
* Merge remote-tracking branch 'origin/develop' into rav/drop_py35Richard van der Hoff2021-04-0819-559/+928
|\
| * Record more information into structured logs. (#9654)Patrick Cloke2021-04-085-45/+92
| * Add a Synapse Module for configuring presence update routing (#9491)Andrew Morgan2021-04-063-13/+569
| * Fix reported bugbear: too broad exception assertion (#9753)Andrew Morgan2021-04-061-2/+3
| * Convert storage test cases to HomeserverTestCase. (#9736)Patrick Cloke2021-04-0610-499/+264
* | remove unused param on `make_tuple_comparison_clause`Richard van der Hoff2021-04-081-2/+1
* | Drop support for sqlite<3.22 as wellRichard van der Hoff2021-04-081-11/+1
|/
* Update mypy configuration: `no_implicit_optional = True` (#9742)Jonathan de Jong2021-04-051-2/+5
* Add `order_by` to list user admin API (#9691)Dirk Klimpel2021-04-011-1/+120
* Add an experimental room version to support restricted join rules. (#9717)Patrick Cloke2021-03-311-3/+243
* Replace `room_invite_state_types` with `room_prejoin_state` (#9700)Richard van der Hoff2021-03-301-1/+0
* Make RateLimiter class check for ratelimit overrides (#9711)Erik Johnston2021-03-301-60/+108
* Add type hints to DictionaryCache and TTLCache. (#9442)Patrick Cloke2021-03-292-15/+11
* Fix CI by ignore type for None module import (#9709)Andrew Morgan2021-03-291-1/+1
* Make it possible to use dmypy (#9692)Erik Johnston2021-03-263-10/+23
* Enable addtional flake8-bugbear linting checks. (#9659)Jonathan de Jong2021-03-241-1/+1
* Allow providing credentials to HTTPS_PROXY (#9657)Andrew Morgan2021-03-221-0/+40
* Merge branch 'develop' into babolivier/msc3026Brendan Abolivier2021-03-192-55/+167
|\
| * Consistently check whether a password may be set for a user. (#9636)Dirk Klimpel2021-03-181-55/+118
| * Make federation catchup send last event from any server. (#9640)Erik Johnston2021-03-181-0/+49
* | Implement MSC3026: busy presence stateBrendan Abolivier2021-03-181-0/+20
|/
* Ensure we use a copy of the event content dict before modifying it in seriali...Andrew Morgan2021-03-173-0/+134
* Enable flake8-bugbear, but disable most checks. (#9499)Jonathan de Jong2021-03-161-1/+1
* Add SSO attribute requirements for OIDC providers (#9609)Hubbe2021-03-161-0/+132
* Return m.change_password.enabled=false if local database is disabled (#9588)Dirk Klimpel2021-03-161-4/+32
* Pass SSO IdP information to spam checker's registration function (#9626)Andrew Morgan2021-03-161-0/+31
* Add support for stable MSC2858 API (#9617)Richard van der Hoff2021-03-161-16/+27
* Fix remaining mypy issues due to Twisted upgrade. (#9608)Patrick Cloke2021-03-152-28/+18
* Don't go into federation catch up mode so easily (#9561)Erik Johnston2021-03-151-1/+2
* Fix additional type hints from Twisted 21.2.0. (#9591)Patrick Cloke2021-03-121-3/+5
* Add tests for blacklisting reactor/agent. (#9563)Patrick Cloke2021-03-111-2/+124
* Use the chain cover index in get_auth_chain_ids. (#9576)Patrick Cloke2021-03-101-3/+73
* JWT OIDC secrets for Sign in with Apple (#9549)Richard van der Hoff2021-03-093-24/+166
* Fix additional type hints. (#9543)Patrick Cloke2021-03-093-12/+19
* Handle image transparency better when thumbnailing. (#9473)Patrick Cloke2021-03-091-8/+21
* Add ResponseCache tests. (#9458)Jonathan de Jong2021-03-081-0/+131
* Add a basic test for purging rooms. (#9541)Patrick Cloke2021-03-081-26/+45
* Record the SSO Auth Provider in the login token (#9510)Richard van der Hoff2021-03-044-50/+55
* Fix additional type hints from Twisted upgrade. (#9518)Patrick Cloke2021-03-031-11/+24
* (Hopefully) stop leaking file descriptors in media repo. (#9497)Patrick Cloke2021-03-011-36/+55
* Add support for no_proxy and case insensitive env variables (#9372)Tim Leung2021-02-261-44/+73
* SSO: redirect to public URL before setting cookies (#9436)Richard van der Hoff2021-02-264-27/+65
* Test that we require validated email for email pushers (#9496)Erik Johnston2021-02-251-2/+32
* Clean up `ShardedWorkerHandlingConfig` (#9466)Erik Johnston2021-02-244-4/+4
* Remove vestiges of uploads_path config (#9462)Richard van der Hoff2021-02-221-1/+0
* Add an `order_by` field to list users' media admin API. (#8978)Dirk Klimpel2021-02-221-21/+225
* Remove cache for get_shared_rooms_for_users (#9416)Andrew Morgan2021-02-221-34/+41
* Regenerate exact thumbnails if missing (#9438)Erik Johnston2021-02-191-3/+66
|\
| * Add testErik Johnston2021-02-191-3/+66
* | Fix style checking due to updated black.Patrick Cloke2021-02-191-1/+4
* | Be smarter about which hosts to send presence to when processing room joins (...Andrew Morgan2021-02-191-4/+10
* | Add a config option to prioritise local users in user directory search result...Andrew Morgan2021-02-191-0/+94
* | Add configs to make profile data more private (#9203)AndrewFerr2021-02-191-1/+5
|/
* Parse ui_auth.session_timeout as a duration (instead of treating it as ms) (#...Rishabh Arya2021-02-181-1/+1
* Reduce the memory usage of previewing media files. (#9421)Patrick Cloke2021-02-181-4/+5
* Add the shadow-banning status to the display user admin API. (#9400)Dirk Klimpel2021-02-172-0/+3
* Support for form_post in OIDC responses (#9376)Richard van der Hoff2021-02-171-13/+13
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-1681-635/+1407
* Clean up caching/locking of OIDC metadata load (#9362)Richard van der Hoff2021-02-162-26/+206
* Handle missing data in power levels events during room upgrade. (#9395)Patrick Cloke2021-02-161-0/+153
* Convert additional test-cases to homeserver test case. (#9396)Patrick Cloke2021-02-164-331/+213
* Merge tag 'v1.27.0rc2' into developPatrick Cloke2021-02-113-1/+13
|\
| * Backout changes for automatically calculating the public baseurl. (#9313)Patrick Cloke2021-02-113-1/+13
* | Convert some test cases to use HomeserverTestCase. (#9377)Patrick Cloke2021-02-115-516/+301
* | Combine the CAS & SAML implementations for required attributes. (#9326)Patrick Cloke2021-02-112-3/+105
* | Handle additional errors when previewing URLs. (#9333)Patrick Cloke2021-02-081-11/+92
* | Merge pull request #9150 from Yoric/develop-contextDavid Teller2021-02-081-0/+84
|\ \
| * | FIXUP: linterDavid Teller2021-01-281-1/+3
| * | FIXUP: Now testing that the user is admin!David Teller2021-01-281-1/+35
| * | New API /_synapse/admin/rooms/{roomId}/context/{eventId}David Teller2021-01-281-0/+48
* | | Merge branch 'erikj/media_spam_checker' into developErik Johnston2021-02-041-0/+94
|\ \ \
| * | | Add check_media_file_for_spam spam checker hookErik Johnston2021-02-041-0/+94
| | |/ | |/|
* | | Handle empty rooms when generating email notifications. (#9257)Patrick Cloke2021-02-041-2/+49
* | | Merge branch 'social_login_hotfixes' into developRichard van der Hoff2021-02-031-4/+12
|\ \ \
| * | | Merge remote-tracking branch 'origin/release-v1.27.0' into social_login_hotfixesRichard van der Hoff2021-02-031-47/+0
| |\| |
| * | | Social login UI polish (#9301)Richard van der Hoff2021-02-031-4/+12
* | | | Convert blacklisted IPv4 addresses to compatible IPv6 addresses. (#9240)Patrick Cloke2021-02-031-1/+60
| |/ / |/| |
* | | Honour ratelimit flag for application services for invite ratelimiting (#9302)Erik Johnston2021-02-031-47/+0
|/ /
* | Add an admin API to get the current room state (#9168)Travis Ralston2021-02-021-0/+15
* | Put OIDC callback URI under /_synapse/client. (#9288)Richard van der Hoff2021-02-011-9/+6
* | Refactor email summary generation. (#9260)Patrick Cloke2021-02-011-0/+30
* | Merge branch 'social_login' into developRichard van der Hoff2021-02-015-36/+40
|\ \
| * | Replace username picker with a template (#9275)Richard van der Hoff2021-02-011-3/+2
| * | Improve styling and wording of SSO redirect confirm template (#9272)Richard van der Hoff2021-02-013-18/+22
| * | Fix SSO on workers (#9271)Richard van der Hoff2021-02-012-16/+5
| * | Split out a separate endpoint to complete SSO registration (#9262)Richard van der Hoff2021-02-011-1/+13
* | | Ratelimit invites by room and target user (#9258)Erik Johnston2021-01-292-1/+127
* | | Ratelimit 3PID /requestToken API (#9238)Erik Johnston2021-01-284-8/+97
| |/ |/|
* | Merge branch 'social_login' into developRichard van der Hoff2021-01-272-2/+93
|\|
| * Implement MSC2858 support (#9183)Richard van der Hoff2021-01-272-2/+93
* | Precompute joined hosts and store in Redis (#9198)Erik Johnston2021-01-261-16/+25
* | Try to recover from unknown encodings when previewing media. (#9164)Patrick Cloke2021-01-261-0/+29
* | Add an admin API for shadow-banning users. (#9209)Patrick Cloke2021-01-252-6/+66
* | Merge tag 'v1.26.0rc2' into developPatrick Cloke2021-01-251-0/+12
|\|
| * Fix chain cover update to handle events with duplicate auth events (#9210)Erik Johnston2021-01-221-0/+12
* | Handle missing content keys when calculating presentable names. (#9165)Patrick Cloke2021-01-252-1/+230
* | Return a 404 if no valid thumbnail is found. (#9163)Patrick Cloke2021-01-211-1/+24
* | Add tests for List Users Admin API (#9045)Dirk Klimpel2021-01-211-27/+196
|/
* Prefix idp_id with "oidc-" (#9189)Richard van der Hoff2021-01-211-1/+1
* Support icons for Identity Providers (#9154)Richard van der Hoff2021-01-201-1/+1
* Give `public_baseurl` a default value (#9159)Richard van der Hoff2021-01-202-10/+0
* Allow moving account data and receipts streams off master (#9104)Erik Johnston2021-01-181-6/+106
* Fix bugs in handling clientRedirectUrl, and improve OIDC tests (#9127, #9128)Richard van der Hoff2021-01-184-82/+181
* Fix test failure due to bad mergeRichard van der Hoff2021-01-151-1/+3
* Make chain cover index bg update go faster (#9124)Erik Johnston2021-01-151-31/+186
* Land support for multiple OIDC providers (#9110)Richard van der Hoff2021-01-151-2/+2
* Add an admin API endpoint to protect media. (#9086)Patrick Cloke2021-01-151-3/+5
* Avoid raising the body exceeded error multiple times. (#9108)Patrick Cloke2021-01-152-2/+103
* Improve UsernamePickerTestCase (#9112)Richard van der Hoff2021-01-154-125/+113
* Store an IdP ID in the OIDC session (#9109)Richard van der Hoff2021-01-151-1/+2
* Merge pull request #9091 from matrix-org/rav/error_on_bad_ssoRichard van der Hoff2021-01-151-0/+27
|\
| * Add a test for wrong user returned by SSORichard van der Hoff2021-01-131-0/+27
* | Fix event chain bg update. (#9118)Erik Johnston2021-01-141-0/+8
* | Add background update for add chain cover index (#9029)Erik Johnston2021-01-141-0/+114
* | Split OidcProvider out of OidcHandler (#9107)Richard van der Hoff2021-01-141-45/+48
|/
* Add a test for UI-Auth-via-SSO (#9082)Richard van der Hoff2021-01-133-42/+226
* Add basic domain validation for `DomainSpecificString.is_valid`. (#9071)Patrick Cloke2021-01-131-0/+4
* Merge branch 'master' into developErik Johnston2021-01-131-0/+130
|\
| * Don't apply the IP range blacklist to proxy connections (#9084)Marcus2021-01-121-0/+130
* | Preparatory refactors of OidcHandler (#9067)Richard van der Hoff2021-01-131-24/+37
* | Remove user's avatar URL and displayname when deactivated. (#8932)Dirk Klimpel2021-01-125-3/+284
* | Handle bad JSON data being returned from the federation API. (#9070)Patrick Cloke2021-01-121-1/+1
* | Remove SynapseRequest.get_user_agent (#9069)Richard van der Hoff2021-01-123-4/+3
* | Also support remote users on the joined_rooms admin API. (#8948)David Teller2021-01-111-6/+52
* | Removes unnecessary declarations in the tests for the admin API. (#9063)Dirk Klimpel2021-01-116-17/+0
* | Use a chain cover index to efficiently calculate auth chain difference (#8868)Erik Johnston2021-01-113-25/+737
* | Merge pull request #9036 from matrix-org/rav/multi_idp/testsRichard van der Hoff2021-01-082-36/+249
|\ \
| * | Add some tests for the IDP picker flowRichard van der Hoff2021-01-072-3/+191
| * | Fix type hints in test_login.pyRichard van der Hoff2021-01-071-24/+54
| * | black-format tests/rest/client/v1/test_login.pyRichard van der Hoff2021-01-071-11/+6
* | | Fix validate_config on nested objects (#9054)Richard van der Hoff2021-01-081-0/+53
* | | Improve the performance of calculating ignored users in large rooms (#9024)Patrick Cloke2021-01-071-0/+120
|/ /
* | Skip unit tests which require optional dependencies (#9031)Richard van der Hoff2021-01-076-13/+89
* | Empty iterables should count towards cache usage. (#9028)Patrick Cloke2021-01-061-23/+50
* | Implement MSC2176: Updated redaction rules (#8984)Patrick Cloke2021-01-051-21/+164
* | Combine the SSO Redirect Servlets (#9015)Richard van der Hoff2021-01-041-1/+1
|/
* Add type hints to the crypto module. (#8999)Patrick Cloke2021-01-041-5/+5
* Use the SSO handler helpers for CAS registration/login. (#8856)Patrick Cloke2021-01-031-0/+121
* Fix RoomDirectoryFederationTests and make them actually run (#8998)Andrew Morgan2020-12-302-21/+18
* Drop the unused local_invites table. (#8979)Patrick Cloke2020-12-291-1/+0
* Support PyJWT v2.0.0. (#8986)Patrick Cloke2020-12-221-4/+12
* Allow server admin to get admin bit in rooms where local user is an admin (#8...Erik Johnston2020-12-181-0/+138
* Fix mainline ordering in state res v2 (#8971)Erik Johnston2020-12-181-1/+56
* Implement a username picker for synapse (#8942)Richard van der Hoff2020-12-182-2/+149
* Allow re-using a UI auth validation for a period of time (#8970)Patrick Cloke2020-12-181-31/+63
* Merge remote-tracking branch 'origin/erikj/as_mau_block' into developErik Johnston2020-12-181-2/+44
|\
| * Update tests/test_mau.pyErik Johnston2020-12-171-1/+2
| * Correctly handle AS registerations and add testErik Johnston2020-12-171-2/+43
* | Try and drop stale extremities. (#8929)Erik Johnston2020-12-181-0/+334
* | Fix `UsersListTestCase` (#8964)Richard van der Hoff2020-12-171-6/+4
* | Use the simple dictionary in full text search for the user directory (#8959)Brendan Abolivier2020-12-171-0/+23
* | Fix a bug that deactivated users appear in the directory (#8933)Dirk Klimpel2020-12-172-2/+88
* | Make search statement in List Room and User Admin API case-insensitive (#8931)Dirk Klimpel2020-12-173-3/+112
* | Add a maximum size for well-known lookups. (#8950)Patrick Cloke2020-12-161-0/+27
* | Push login completion down into SsoHandler (#8941)Richard van der Hoff2020-12-161-4/+4
* | Convert internal pusher dicts to attrs classes. (#8940)Patrick Cloke2020-12-163-9/+9
* | Merge pull request #8951 from matrix-org/rav/username_picker_2Richard van der Hoff2020-12-162-82/+105
|\ \
| * | Make `_make_callback_with_userinfo` asyncRichard van der Hoff2020-12-151-68/+83
| * | Remove spurious mocking of complete_sso_loginRichard van der Hoff2020-12-151-2/+0
| * | Test `get_extra_attributes` fallbackRichard van der Hoff2020-12-152-12/+22
* | | lintRichard van der Hoff2020-12-155-7/+3
* | | Remove spurious "SynapseRequest" result from `make_request"Richard van der Hoff2020-12-1559-983/+742
* | | Remove redundant reading of SynapseRequest.argsRichard van der Hoff2020-12-151-9/+1
* | | Skip redundant check on `request.args`Richard van der Hoff2020-12-151-2/+1
* | | remove 'response' result from `_get_shared_rooms`Richard van der Hoff2020-12-151-8/+9
* | | Replace `request.code` with `channel.code`Richard van der Hoff2020-12-158-22/+22
|/ /
* | Preparatory refactoring of the SamlHandlerTestCase (#8938)Richard van der Hoff2020-12-153-54/+102
* | Fix startup failure with localdb_enabled: False (#8937)Richard van der Hoff2020-12-141-0/+23
* | Various clean-ups to the logging context code (#8935)Patrick Cloke2020-12-144-10/+7
* | Preparatory refactoring of the OidcHandlerTestCase (#8911)Richard van der Hoff2020-12-141-141/+145
* | Allow spam-checker modules to be provide async methods. (#8890)David Teller2020-12-111-2/+2
* | Improve tests for structured logging. (#8916)Patrick Cloke2020-12-111-27/+46
* | Add number of local devices to Room Details Admin API (#8886)Dirk Klimpel2020-12-112-0/+60
* | Don't ratelimit autojoining of rooms (#8921)Erik Johnston2020-12-111-0/+16
* | Default to blacklisting reserved IP ranges and add a whitelist. (#8870)Patrick Cloke2020-12-091-1/+1
* | Skip the SAML tests if xmlsec1 isn't available. (#8905)Patrick Cloke2020-12-091-0/+23
* | Add X-Robots-Tag header to stop crawlers from indexing media (#8887)Aaron Raimist2020-12-081-0/+13
* | Call set_avatar_url with target_user, not user_id (#8872)Will Hunt2020-12-071-1/+6
* | Do not raise a 500 exception when previewing empty media. (#8883)Patrick Cloke2020-12-071-11/+16
* | Add authentication to replication endpoints. (#8853)Patrick Cloke2020-12-042-8/+120
* | Pass room_id to get_auth_chain_difference (#8879)Erik Johnston2020-12-042-12/+20
* | Add additional validation to pusher URLs. (#8865)Patrick Cloke2020-12-043-27/+89
* | Merge tag 'v1.24.0rc2' into developPatrick Cloke2020-12-042-2/+29
|\|