summary refs log tree commit diff
path: root/tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/develop' into hs/hacked-together-event-c...Will Hunt2021-08-1013-146/+693
|\
| * Fix an edge-case with invited rooms over federation in the spaces summary. (#...Patrick Cloke2021-08-101-19/+87
| * Do not remove `status_msg` when user going offline (#10550)Dirk Klimpel2021-08-091-2/+161
| * Merge branch 'release-v1.40' into developBrendan Abolivier2021-08-093-16/+16
| |\
| | * Support MSC3289: Room version 8 (#10449)Patrick Cloke2021-08-093-16/+16
| * | Fix exceptions in logs when failing to get remote room list (#10541)Erik Johnston2021-08-061-1/+91
| * | Clean up federation event auth code (#10539)Richard van der Hoff2021-08-061-4/+2
| * | Add a setting to disable TLS for sending email (#10546)Richard van der Hoff2021-08-063-27/+38
| * | Refactoring before implementing the updated spaces summary. (#10527)Patrick Cloke2021-08-051-78/+107
| * | Only return an appservice protocol if it has a service providing it. (#10532)Will Hunt2021-08-051-1/+121
| * | Merge tag 'v1.40.0rc2' into developErik Johnston2021-08-051-0/+12
| |\|
| | * Don't fail on empty bodies when sending out read receipts (#10531)Brendan Abolivier2021-08-041-0/+12
| * | Improve event caching code (#10119)Erik Johnston2021-08-041-0/+50
| * | Add `get_userinfo_by_id` method to `ModuleApi` (#9581)Jason Robinson2021-08-041-0/+10
| |/
* | Merge remote-tracking branch 'origin/develop' into hs/hacked-together-event-c...Will Hunt2021-08-033-0/+96
|\|
| * Fix codestyle CI from #10440 (#10511)reivilibre2021-08-021-1/+1
| * Prune inbound federation queues if they get too long (#10390)Erik Johnston2021-08-021-0/+57
| * Allow setting transaction limit for db connections (#10440)Toni Spets2021-08-022-0/+39
* | Merge remote-tracking branch 'origin/develop' into hs/hacked-together-event-c...Will Hunt2021-08-017-65/+931
|\|
| * Fix backfilled events being rejected for no `state_groups` (#10439)Eric Eastwood2021-07-291-0/+131
| * Merge tag 'v1.39.0rc3' into developErik Johnston2021-07-281-5/+15
| |\
| | * Always communicate device OTK counts to clients (#10485)Andrew Morgan2021-07-271-5/+15
| * | Restricted rooms (MSC3083) should not have their allow key redacted. (#10489)Patrick Cloke2021-07-281-0/+43
| * | Support for MSC2285 (hidden read receipts) (#10413)Å imon Brandner2021-07-282-2/+389
| * | Support underscores (in addition to hyphens) for charset detection. (#10410)sri-vidyut2021-07-271-0/+13
| * | allow specifying https:// proxy (#10411)Dirk Klimpel2021-07-271-58/+340
* | | Merge remote-tracking branch 'origin/develop' into hs/hacked-together-event-c...Will Hunt2021-07-279-64/+329
|\| |
| * | Support MSC2033: Device ID on whoami (#9918)Travis Ralston2021-07-271-1/+42
| * | Update the MSC3083 support to verify if joins are from an authorized server. ...Patrick Cloke2021-07-263-19/+91
| * | Add `creation_ts` to list users admin API (#10448)Dirk Klimpel2021-07-221-18/+27
| * | Add type hints to additional servlet functions (#10437)Patrick Cloke2021-07-211-2/+2
| * | Merge tag 'v1.39.0rc1' into developAndrew Morgan2021-07-201-0/+13
| |\|
| | * Fix dropping locks on shut down (#10433)Erik Johnston2021-07-201-0/+13
| * | MSC3244 room capabilities implementation (#10283)Michael Telatynski2021-07-201-0/+46
| |/
| * Port the ThirdPartyEventRules module interface to the new generic interface (...Brendan Abolivier2021-07-201-24/+108
* | Merge remote-tracking branch 'origin/develop' into hs/hacked-together-event-c...Will Hunt2021-07-2043-462/+1293
|\|
| * Add a new version of the R30 phone-home metric, which removes a false impress...reivilibre2021-07-193-5/+282
| * Add a module type for account validity (#9884)Brendan Abolivier2021-07-161-0/+1
| * Add tests to characterise the current behaviour of R30 phone-home metrics (#1...reivilibre2021-07-151-0/+153
| * Stagger send presence to remotes (#10398)Erik Johnston2021-07-151-0/+8
| * Allow providing credentials to `http_proxy` (#10360)Dirk Klimpel2021-07-151-13/+52
| * Add type hints and comments to event auth code. (#10393)Patrick Cloke2021-07-141-10/+13
| * Show all joinable rooms in the spaces summary. (#10298)Patrick Cloke2021-07-131-15/+176
| * Use inline type hints in `tests/` (#10350)Jonathan de Jong2021-07-1317-63/+61
| * [pyupgrade] `tests/` (#10347)Jonathan de Jong2021-07-1319-58/+44
| * Additional unit tests for spaces summary. (#10305)Patrick Cloke2021-07-121-1/+203
| * Remove functionality associated with unused historical stats tables (#9721)Cristina2021-07-082-194/+10
| * Ignore EDUs for rooms we're not in (#10317)Dagfinn Ilmari Mannsåker2021-07-061-0/+37
| * Fix deactivate a user if he does not have a profile (#10252)Dirk Klimpel2021-07-061-18/+68
| * Add support for evicting cache entries based on last access time. (#10205)Erik Johnston2021-07-051-1/+45
| * Move methods involving event authentication to EventAuthHandler. (#10268)Patrick Cloke2021-07-011-2/+2
| * Add SSO `external_ids` to Query User Account admin API (#10261)Dirk Klimpel2021-07-011-84/+140
* | Merge remote-tracking branch 'origin/develop' into hs/hacked-together-event-c...Will Hunt2021-06-2912-64/+405
|\|
| * Merge branch 'release-v1.37' into developRichard van der Hoff2021-06-291-0/+100
| |\
| | * Add a distributed lock (#10269)Erik Johnston2021-06-291-0/+100
| * | Do not recurse into non-spaces in the spaces summary. (#10256)Patrick Cloke2021-06-292-24/+27
| * | Return errors from `send_join` etc if the event is rejected (#10243)Richard van der Hoff2021-06-241-3/+1
| * | Improve validation for `send_{join,leave,knock}` (#10225)Richard van der Hoff2021-06-242-2/+2
| * | MSC2918 Refresh tokens implementation (#9450)Quentin Gliech2021-06-243-2/+221
| * | Merge tag 'v1.37.0rc1' into developBrendan Abolivier2021-06-241-0/+76
| |\|
| * | Re-introduce "Leave out optional keys from /sync" change (#10214)Andrew Morgan2021-06-232-32/+6
| * | Improve the reliability of auto-joining remote rooms (#10237)Brendan Abolivier2021-06-231-1/+48
* | | Merge tag 'v1.37.0rc1' into hs/hacked-together-event-cacheWill Hunt2021-06-2822-182/+824
|\ \ \ | | |/ | |/|
| * | 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
* | Merge remote-tracking branch 'origin/release-v1.36' into hs/hacked-together-e...Will Hunt2021-06-1628-315/+1228
|\|
| * 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
* | Merge remote-tracking branch 'origin/develop' into hs/hacked-together-event-c...Will Hunt2021-05-117-13/+531
|\|
| * 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
* | | Merge remote-tracking branch 'origin/develop' into hs/hacked-together-event-c...Will Hunt2021-05-0514-236/+282
|\| |
| * | 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
* | Merge remote-tracking branch 'origin/develop' into hs/hacked-together-event-c...Will Hunt2021-04-212-5/+5
|\|
| * Rename handler and config modules which end in handler/config. (#9816)Patrick Cloke2021-04-202-5/+5
* | Merge remote-tracking branch 'origin/develop' into hs/hacked-together-event-c...Will Hunt2021-04-2015-38/+201
|\|
| * 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
* | | Merge remote-tracking branch 'origin/develop' into hs/hacked-together-event-c...Will Hunt2021-04-20200-223/+45
|\| |
| * | 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
| |/
* | Merge remote-tracking branch 'origin/develop' into hs/hacked-together-event-c...Will Hunt2021-04-1382-143/+410
|\|
| * 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
* | Merge remote-tracking branch 'origin/develop' into hs/hacked-together-event-c...Will Hunt2021-04-0941-700/+1551
|\|
| * 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 remote-tracking branch 'origin/develop' into hs/hacked-together-event-c...Will Hunt2021-03-228-60/+486
|\|
| * 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
* | Merge tag 'v1.30.0rc1' into hs/hacked-together-event-cacheWill Hunt2021-03-1618-170/+714
|\|
| * 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
* | Merge remote-tracking branch 'origin/develop' into hs/hacked-together-event-c...Will Hunt2021-03-046-118/+217
|\|
| * 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
* | Merge remote-tracking branch 'origin/develop' into hs/hacked-together-event-c...Will Hunt2021-02-257-28/+261
|\|
| * 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
* | Add Del/Expire commands to testWill Hunt2021-02-221-0/+4
|/
* 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