summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix OIDC gitiea redirect URL. (#9404)Marcus2021-02-162-1/+2
* | Clean up caching/locking of OIDC metadata load (#9362)Richard van der Hoff2021-02-165-62/+389
* | Merge branch 'master' into developErik Johnston2021-02-164-10/+25
|\|
| * Fixup CHANGES v1.27.0Erik Johnston2021-02-161-3/+3
| * 1.27.0Erik Johnston2021-02-164-11/+23
| * Add rustc to Docker image build environment (#9405)Dan Callahan2021-02-152-0/+3
* | Handle missing data in power levels events during room upgrade. (#9395)Patrick Cloke2021-02-163-5/+162
* | Document that pusher instances are shardable (#9407)Erik Johnston2021-02-162-1/+10
* | Convert additional test-cases to homeserver test case. (#9396)Patrick Cloke2021-02-165-331/+214
* | Fix sample configAndrew Morgan2021-02-121-1/+1
* | Remove dead handled_events set in invite_join (#9394)Andrew Morgan2021-02-122-6/+1
* | Fix some typos.Patrick Cloke2021-02-1223-34/+34
* | Merge tag 'v1.27.0rc2' into developPatrick Cloke2021-02-1120-46/+120
|\|
| * Clarify when new ratelimiting was added. v1.27.0rc2Patrick Cloke2021-02-111-1/+1
| * Update changelog.Patrick Cloke2021-02-111-2/+2
| * 1.27.0rc2Patrick Cloke2021-02-116-5/+23
| * Backout changes for automatically calculating the public baseurl. (#9313)Patrick Cloke2021-02-1116-41/+97
* | Ensure that we never stop reconnecting to redis (#9391)Erik Johnston2021-02-112-2/+25
* | Convert some test cases to use HomeserverTestCase. (#9377)Patrick Cloke2021-02-116-516/+302
* | Combine the CAS & SAML implementations for required attributes. (#9326)Patrick Cloke2021-02-119-77/+245
* | Remove conflicting sqlite tables that are "reserved" (shadow fts4 tables) (#9...Eric Eastwood2021-02-103-10/+12
* | Merge pull request #9361 from matrix-org/babolivier/third_party_validationBrendan Abolivier2021-02-092-3/+1
|\ \
| * | Remove unneeded type constraints on 3rd party protocol lookup responsesBrendan Abolivier2021-02-092-3/+1
* | | Add XWiki OIDC provider example. (#9324)Thomas Mortagne2021-02-091-0/+22
|/ /
* | Type hints and validation improvements. (#9321)Patrick Cloke2021-02-086-79/+177
* | Handle additional errors when previewing URLs. (#9333)Patrick Cloke2021-02-083-30/+145
* | Merge pull request #9150 from Yoric/develop-contextDavid Teller2021-02-088-6/+289
|\ \
| * | FIXUP: linterDavid Teller2021-01-283-2/+9
| * | FIXUP: Making get_event_context a bit more paranoidDavid Teller2021-01-283-4/+10
| * | FIXUP: Removing awaitableDavid Teller2021-01-281-3/+3
| * | FIXUP: DocDavid Teller2021-01-281-0/+6
| * | FIXUP: Now testing that the user is admin!David Teller2021-01-283-6/+38
| * | FIXUP: Don't filter events at all for admin/v1/rooms/.../context/...David Teller2021-01-282-25/+10
| * | FIXUP: Documenting /_synapse/admin/v1/rooms/<room_id>/context/<event_id>David Teller2021-01-281-0/+119
| * | New API /_synapse/admin/rooms/{roomId}/context/{eventId}David Teller2021-01-286-8/+136
* | | Update type hints for Cursor to match PEP 249. (#9299)Jonathan de Jong2021-02-055-17/+47
* | | Update installation instructions on Fedora (#9322)Dan Callahan2021-02-052-17/+4
* | | Merge branch 'erikj/media_spam_checker' into developErik Johnston2021-02-046-6/+210
|\ \ \
| * | | Add check_media_file_for_spam spam checker hookErik Johnston2021-02-046-6/+210
| | |/ | |/|
* | | Correct `matrix-synapse.service` reference in TURN howto docs. (#9308)dykstranet2021-02-042-1/+2
* | | Handle empty rooms when generating email notifications. (#9257)Patrick Cloke2021-02-043-39/+226
* | | Fix escaping of braces in OIDC sample config. (#9317)Patrick Cloke2021-02-043-10/+11
* | | Add experimental support for PyPy. (#9123)Jonathan de Jong2021-02-044-8/+15
* | | Add debug logging to DNS SRV requests. (#9305)Marcus2021-02-032-0/+8
* | | Merge branch 'social_login_hotfixes' into developRichard van der Hoff2021-02-0325-141/+379
|\ \ \
| * | | Merge remote-tracking branch 'origin/release-v1.27.0' into social_login_hotfixesRichard van der Hoff2021-02-0310-92/+107
| |\| |
| | * | Clarify documentation about escaping URLs in templates. (#9310)Patrick Cloke2021-02-033-20/+9
| | * | social login Fix username validation javascript (#9297)Richard van der Hoff2021-02-033-21/+85
| * | | Social login UI polish (#9301)Richard van der Hoff2021-02-0315-81/+240
| * | | Add debug for OIDC flow (#9307)Richard van der Hoff2021-02-032-15/+26
| * | | Fix formatting for "bad session" error during sso registration flow (#9296)Richard van der Hoff2021-02-032-3/+17
| * | | social login: add noopener to terms link (#9300)Richard van der Hoff2021-02-022-1/+2
* | | | config: Add detail to auto_join_rooms comment (#9291)dykstranet2021-02-033-0/+5
* | | | Typo fix in a comment: subequently -> subsequently. (#8988)Tim Gates2021-02-031-1/+1
* | | | Convert blacklisted IPv4 addresses to compatible IPv6 addresses. (#9240)Patrick Cloke2021-02-035-28/+160
| |/ / |/| |
* | | Honour ratelimit flag for application services for invite ratelimiting (#9302)Erik Johnston2021-02-034-51/+13
|/ /
* | Update changelog v1.27.0rc1Erik Johnston2021-02-021-0/+2
* | 1.27.0rc1Erik Johnston2021-02-0253-58/+71
* | Add an admin API to get the current room state (#9168)Travis Ralston2021-02-026-1/+88
* | Put SAML callback URI under /_synapse/client. (#9289)Richard van der Hoff2021-02-0210-13/+25
* | Put OIDC callback URI under /_synapse/client. (#9288)Richard van der Hoff2021-02-0111-28/+46
* | Add an OpenID example config for Gitea. (#9134)Oliver Hanikel2021-02-012-0/+35
* | Merge branch 'social_login' into developRichard van der Hoff2021-02-011-1/+1
|\ \
| * | fix broken HTML tagRichard van der Hoff2021-02-011-1/+1
* | | Merge branch 'social_login' into developRichard van der Hoff2021-02-0121-98/+495
|\| |
| * | make primary button not wider than viewportBruno Windels2021-02-011-0/+1
| * | Collect terms consent from the user during SSO registration (#9276)Richard van der Hoff2021-02-019-0/+230
| * | Improve styling and wording of SSO UIA templates (#9286)Richard van der Hoff2021-02-016-25/+81
| * | Improve styling and wording of SSO error templates (#9287)Richard van der Hoff2021-02-015-60/+101
| * | Make importing display name and email optional (#9277)Richard van der Hoff2021-02-015-13/+82
* | | Refactor email summary generation. (#9260)Patrick Cloke2021-02-013-122/+204
* | | Merge branch 'social_login' into developRichard van der Hoff2021-02-0133-318/+860
|\| |
| * | Replace username picker with a template (#9275)Richard van der Hoff2021-02-0115-204/+429
| * | Improve styling and wording of SSO redirect confirm template (#9272)Richard van der Hoff2021-02-0111-30/+200
| * | Fix SSO on workers (#9271)Richard van der Hoff2021-02-018-65/+93
| * | Split out a separate endpoint to complete SSO registration (#9262)Richard van der Hoff2021-02-017-26/+145
* | | Add phone home stats for encrypted messages. (#9283)Jan Christian Grünhage2021-02-013-2/+64
* | | Prevent email UIA failures from raising a LoginError (#9265)Andrew Morgan2021-02-012-10/+1
* | | Fixes for PyPy compatibility (#9270)Ivan Shapovalov2021-01-302-1/+3
* | | Ratelimit invites by room and target user (#9258)Erik Johnston2021-01-299-4/+192
* | | Fix Debian builds on Xenial (#9254)Dan Callahan2021-01-294-1/+11
* | | Fix typo in UPGRADE.rstDenis Kasak2021-01-291-2/+2
* | | Merge branch 'social_login' into developRichard van der Hoff2021-01-2811-62/+108
|\| |
| * | Add 'brand' field to MSC2858 response (#9242)Richard van der Hoff2021-01-2710-32/+55
| * | Support for scraping email addresses from OIDC providers (#9245)Richard van der Hoff2021-01-274-30/+53
* | | Ratelimit 3PID /requestToken API (#9238)Erik Johnston2021-01-2811-14/+159
* | | Cache config options in SSL verification (#9255)Erik Johnston2021-01-282-4/+10
* | | Add type hints to E2E handler. (#9232)Patrick Cloke2021-01-287-177/+198
| |/ |/|
* | Add notes on integrating with Facebook for SSO login. (#9244)Richard van der Hoff2021-01-272-5/+49
* | Merge branch 'master' into developPatrick Cloke2021-01-271-2/+6
|\ \
| * | Update debian changelog. v1.26.0-deb release-v1.26.0Patrick Cloke2021-01-271-2/+6
* | | Check if a user is in the room before sending a PowerLevel event on their beh...Pankaj Yadav2021-01-272-1/+12
* | | Merge branch 'social_login' into developRichard van der Hoff2021-01-270-0/+0
|\ \ \ | | |/ | |/|
| * | Merge tag 'v1.26.0' into social_loginRichard van der Hoff2021-01-272-3/+13
| |\|
* | | Merge branch 'social_login' into developRichard van der Hoff2021-01-279-21/+230
|\| |
| * | Implement MSC2858 support (#9183)Richard van der Hoff2021-01-279-21/+230
* | | Merge branch 'master' into developPatrick Cloke2021-01-272-3/+13
|\ \ \ | | |/ | |/|
| * | Move note above changes. v1.26.0Patrick Cloke2021-01-271-2/+2
| * | Copy the upgrade note to 1.26.0.Patrick Cloke2021-01-271-3/+7
| * | 1.26.0Patrick Cloke2021-01-272-1/+7
* | | Clean-up the template loading code. (#9200)Patrick Cloke2021-01-2712-38/+96
* | | Add a note to changelog about redis usage (#9227)Erik Johnston2021-01-273-1/+11
* | | Merge branch 'social_login' into developRichard van der Hoff2021-01-270-0/+0
|\ \ \ | | |/ | |/|
| * | Fix Python 3.5 old deps build by using a compatible pip version. (#9217)Patrick Cloke2021-01-253-8/+11
| * | Merge tag 'v1.26.0rc2' into social_loginRichard van der Hoff2021-01-2512-13/+113
| |\|
* | | Pass a dict, instead of None, to modules if a None config is specified in the...Andrew Morgan2021-01-272-1/+3
* | | Add type hints to various handlers. (#9223)Patrick Cloke2021-01-2614-138/+205
* | | Do not require the CAS service URL setting (use public_baseurl instead). (#9199)Patrick Cloke2021-01-265-16/+10
* | | Precompute joined hosts and store in Redis (#9198)Erik Johnston2021-01-2611-49/+265
* | | Try to recover from unknown encodings when previewing media. (#9164)Patrick Cloke2021-01-263-10/+64
* | | Update isort to v5.7.0 (#9222)Andrew Morgan2021-01-262-1/+2
* | | Merge pull request #9062 from matrix-org/jaywink/admin-forward-extremitiesJason Robinson2021-01-266-2/+220
|\ \ \
| * | | Fix get forward extremities queryJason Robinson2021-01-261-1/+1
| * | | Merge branch 'develop' into jaywink/admin-forward-extremitiesJason Robinson2021-01-2610-8/+168
| |\ \ \
| * | | | Make natural join inner joinJason Robinson2021-01-261-2/+2
| * | | | Merge remote-tracking branch 'origin/develop' into jaywink/admin-forward-extr...Patrick Cloke2021-01-253-8/+11
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'origin/develop' into jaywink/admin-forward-extr...Jason Robinson2021-01-2513-24/+276
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'develop' into jaywink/admin-forward-extremitiesJason Robinson2021-01-23209-2405/+7802
| |\ \ \ \ \ \
| * | | | | | | Add depth and received_ts to forward_extremities admin API responseJason Robinson2021-01-232-2/+9
| * | | | | | | Remove trailing whitespace to appease the linterJason Robinson2021-01-111-2/+2
| * | | | | | | Simplify delete_forward_extremities_for_room_txn SQLJason Robinson2021-01-111-10/+4
| * | | | | | | Address pr feedbackJason Robinson2021-01-115-36/+46
| * | | | | | | Clarify rooms.mdJason Robinson2021-01-111-1/+1
| * | | | | | | Don't try to use f-stringsJason Robinson2021-01-111-1/+1
| * | | | | | | Add changelog and admin API docsJason Robinson2021-01-092-0/+54
| * | | | | | | Merge branch 'develop' into jaywink/admin-forward-extremitiesJason Robinson2021-01-0923-167/+384
| |\ \ \ \ \ \ \
| * | | | | | | | Implement clearing cache after deleting forward extremitiesJason Robinson2021-01-092-20/+42
| * | | | | | | | Add Rooms admin forward extremities DELETE endpointJason Robinson2021-01-082-1/+53
| * | | | | | | | Move unknown room ID error into resolve_room_idJason Robinson2021-01-071-7/+9
| * | | | | | | | Add forward extremities endpoint to rooms admin APIJason Robinson2021-01-074-0/+77
* | | | | | | | | Periodically send pings to detect dead Redis connections (#9218)Erik Johnston2021-01-264-57/+107
| |_|_|_|_|/ / / |/| | | | | | |
* | | | | | | | Don't error if deleting a non-existent pusher. (#9121)Patrick Cloke2021-01-252-1/+4
* | | | | | | | Add an admin API for shadow-banning users. (#9209)Patrick Cloke2021-01-258-7/+164
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Fix Python 3.5 old deps build by using a compatible pip version. (#9217)Patrick Cloke2021-01-253-8/+11
| |_|_|/ / / |/| | | | |
* | | | | | Merge tag 'v1.26.0rc2' into developPatrick Cloke2021-01-259-8/+34
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Tweak changes. v1.26.0rc2Patrick Cloke2021-01-251-2/+2
| * | | | | 1.26.0rc2Patrick Cloke2021-01-257-6/+18
| * | | | | Fix chain cover update to handle events with duplicate auth events (#9210)Erik Johnston2021-01-223-1/+14
| * | | | | Bump psycopg2 version (#9204)Erik Johnston2021-01-223-3/+4
* | | | | | Handle missing content keys when calculating presentable names. (#9165)Patrick Cloke2021-01-254-16/+242
| |_|_|/ / |/| | | |
* | | | | Return a 404 if no valid thumbnail is found. (#9163)Patrick Cloke2021-01-214-82/+183
* | | | | Align the directories linted in CI with the defaults in scripts-dev/lint.sh (...Andrew Morgan2021-01-213-2/+5
* | | | | Speed up chain cover calculation (#9176)Erik Johnston2021-01-213-55/+161
* | | | | Increase perf of handling concurrent use of StreamIDGenerators. (#9190)Erik Johnston2021-01-212-8/+14
* | | | | Merge remote-tracking branch 'origin/release-v1.26.0' into developErik Johnston2021-01-213-1/+20
|\| | | |
| * | | | Add schema update to fix existing DBs affected by #9193 (#9195)Erik Johnston2021-01-213-1/+20
* | | | | Merge remote-tracking branch 'origin/release-v1.26.0' into developErik Johnston2021-01-215-7/+62
|\| | | |
| * | | | Fix receipts or account data not being sent down sync (#9193)Erik Johnston2021-01-215-7/+62
* | | | | Use execute_batch in more places (#9188)Erik Johnston2021-01-2112-31/+26
* | | | | Add tests for List Users Admin API (#9045)Dirk Klimpel2021-01-213-30/+215
| |_|_|/ |/| | |
* | | | Add a check for duplicate IdP ids (#9184)Richard van der Hoff2021-01-212-0/+12
* | | | Merge remote-tracking branch 'origin/release-v1.26.0' into developRichard van der Hoff2021-01-215-10/+36
|\| | |
| * | | Prefix idp_id with "oidc-" (#9189)Richard van der Hoff2021-01-214-9/+35
| * | | Fix a typo in the release notes.Patrick Cloke2021-01-201-1/+1
* | | | Use execute_batch instead of executemany in places (#9181)Erik Johnston2021-01-213-12/+12
* | | | Specify that the long description is rST in the package metadata. (#9180)Patrick Cloke2021-01-202-0/+2
* | | | Merge branch 'release-v1.26.0' into developPatrick Cloke2021-01-201-1/+1
|\| | |
| * | | Fix reStructuredText formatting.Patrick Cloke2021-01-201-1/+1
* | | | Merge tag 'v1.26.0rc1' into developPatrick Cloke2021-01-2021-96/+210
|\| | |
| * | | Point people to the upgrade notes. v1.26.0rc1Patrick Cloke2021-01-201-0/+4
| * | | Formatting.Patrick Cloke2021-01-201-1/+1
| * | | SQL formatting in UPGRADE.Patrick Cloke2021-01-201-0/+4
| * | | Add upgrade notes about chain cover.Patrick Cloke2021-01-201-8/+12
| * | | Include upgrade notes.Patrick Cloke2021-01-201-0/+42
| * | | Re-run towncrier.Patrick Cloke2021-01-204-4/+2
| * | | Tighten the restrictions on `idp_id` (#9177)Richard van der Hoff2021-01-202-3/+10
| * | | Support icons for Identity Providers (#9154)Richard van der Hoff2021-01-2019-91/+146
* | | | Various improvements to the federation client. (#9129)Patrick Cloke2021-01-202-58/+68
* | | | docs: Add link to Matrix VoIP tester for turn-howto (#9135)rht2021-01-202-0/+7
|/ / /
* | | Merge remote-tracking branch 'origin/develop' into release-v1.26.0Richard van der Hoff2021-01-2014-83/+48
|\ \ \
| * | | Give `public_baseurl` a default value (#9159)Richard van der Hoff2021-01-2014-83/+48
* | | | Reword confusing sentence in CHANGES.Patrick Cloke2021-01-201-1/+1
* | | | Fix tenses in CHANGES.Patrick Cloke2021-01-201-5/+5
* | | | Re-arrange CHANGES.md.Patrick Cloke2021-01-201-10/+10
* | | | 1.26.0rc1Patrick Cloke2021-01-2076-75/+83
|/ / /
* | | Use the account handler in additional places. (#9166)Patrick Cloke2021-01-203-2/+5
* | | Validate the server name for the /publicRooms endpoint. (#9161)Patrick Cloke2021-01-192-2/+18
* | | Replace 'perspectives' config block with 'trusted_key_servers' in docker home...Andrew Morgan2021-01-192-6/+5
* | | Fix error messages from OIDC config parsing (#9153)Richard van der Hoff2021-01-192-10/+16
* | | Quote pip install with brackets to avoid shell interpretation. (#9151)Patrick Cloke2021-01-183-2/+3
* | | Allow moving account data and receipts streams off master (#9104)Erik Johnston2021-01-1827-280/+855
* | | Enforce all replication HTTP clients calls use kwargs (#9144)Erik Johnston2021-01-182-1/+2
* | | Properly raise an exception when the body exceeds the max size. (#9145)Patrick Cloke2021-01-183-2/+3
* | | Fix bugs in handling clientRedirectUrl, and improve OIDC tests (#9127, #9128)Richard van der Hoff2021-01-189-86/+189
* | | Fix the Python 3.5 old-deps build. (#9146)Patrick Cloke2021-01-182-0/+4
* | | Ensure the user ID is serialized in the payload instead of used as an instanc...Patrick Cloke2021-01-182-1/+2
* | | link to the scalability blog post from workers.mdMatthew Hodgson2021-01-181-0/+3
* | | 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-153-181/+366
* | | Ensure we store pusher data as text (#9117)Richard van der Hoff2021-01-152-3/+3
* | | Land support for multiple OIDC providers (#9110)Richard van der Hoff2021-01-157-382/+456
* | | Add an admin API endpoint to protect media. (#9086)Patrick Cloke2021-01-154-18/+79
* | | Avoid raising the body exceeded error multiple times. (#9108)Patrick Cloke2021-01-154-3/+115
* | | Remote dependency on distutils (#9125)Richard van der Hoff2021-01-156-8/+33
* | | Add type hints to media rest resources. (#9093)Patrick Cloke2021-01-1513-165/+286
* | | Improve UsernamePickerTestCase (#9112)Richard van der Hoff2021-01-155-125/+114
* | | Store an IdP ID in the OIDC session (#9109)Richard van der Hoff2021-01-154-10/+42
* | | Add some extra notes for getting Synapse running on macOS. (#8997)Eric Eastwood2021-01-154-1/+25
* | | Merge pull request #9091 from matrix-org/rav/error_on_bad_ssoRichard van der Hoff2021-01-157-31/+103
|\ \ \
| * | | Add a test for wrong user returned by SSORichard van der Hoff2021-01-131-0/+27
| * | | Move `complete_sso_ui_auth` into SSOHandlerRichard van der Hoff2021-01-132-28/+13
| * | | Give the user a better error when they present bad SSO credsRichard van der Hoff2021-01-135-5/+65
* | | | Fix event chain bg update. (#9118)Erik Johnston2021-01-143-1/+10
* | | | Fix perf of get_cross_signing_keys (#9116)Erik Johnston2021-01-143-14/+30
* | | | Fix chain cover background update to work with split out event persisters (#9...Erik Johnston2021-01-145-29/+38
* | | | Fix get destinations to catch up query. (#9114)Erik Johnston2021-01-142-13/+12
* | | | Add background update for add chain cover index (#9029)Erik Johnston2021-01-147-18/+360
* | | | Split OidcProvider out of OidcHandler (#9107)Richard van der Hoff2021-01-144-144/+197
* | | | Fix wrong arguments being passed to BlacklistingAgentWrapper (#9098)Tim Leung2021-01-142-1/+1
|/ / /
* | | Add a test for UI-Auth-via-SSO (#9082)Richard van der Hoff2021-01-134-42/+227
* | | Merge pull request #9105 from matrix-org/rav/multi_idp/oidc_provider_configRichard van der Hoff2021-01-133-62/+191
|\ \ \
| * | | changelogRichard van der Hoff2021-01-131-0/+1
| * | | Add jsonschema verification for the oidc provider configRichard van der Hoff2021-01-131-0/+50
| * | | Extract OIDCProviderConfig objectRichard van der Hoff2021-01-132-62/+140
* | | | Reduce scope of exception handler. (#9106)Patrick Cloke2021-01-132-5/+6
* | | | Register the /devices endpoint on workers. (#9092)Patrick Cloke2021-01-134-11/+34
|/ / /
* | | Add basic domain validation for `DomainSpecificString.is_valid`. (#9071)Patrick Cloke2021-01-133-1/+12
* | | Merge branch 'master' into developErik Johnston2021-01-139-11/+229
|\ \ \
| * | | Move removal warning up changelog v1.25.0 release-v1.25.0Erik Johnston2021-01-131-9/+9
| * | | Link to GH profile and fix tenseErik Johnston2021-01-131-1/+1
| * | | Fix link in changelogErik Johnston2021-01-131-1/+1
| * | | Fixup changelogErik Johnston2021-01-131-9/+6
| * | | 1.25.0Erik Johnston2021-01-134-4/+16
| * | | Announce Python / PostgreSQL deprecation policies (#9085)Dan Callahan2021-01-122-0/+50
| * | | Don't apply the IP range blacklist to proxy connections (#9084)Marcus2021-01-124-3/+145
| * | | Fix failures in Debian packaging (#9079)Dan Callahan2021-01-123-4/+21
* | | | Preparatory refactors of OidcHandler (#9067)Richard van der Hoff2021-01-133-165/+201
* | | | Remove user's avatar URL and displayname when deactivated. (#8932)Dirk Klimpel2021-01-1213-17/+351
* | | | UI Auth via SSO: redirect the user to an appropriate SSO. (#9081)Richard van der Hoff2021-01-127-60/+133
* | | | Handle bad JSON data being returned from the federation API. (#9070)Patrick Cloke2021-01-123-1/+12
* | | | Kill off `HomeServer.get_ip_from_request()` (#9080)Richard van der Hoff2021-01-129-52/+15
* | | | Remove SynapseRequest.get_user_agent (#9069)Richard van der Hoff2021-01-129-26/+29
* | | | Also support remote users on the joined_rooms admin API. (#8948)David Teller2021-01-114-13/+57
* | | | Move more encryption endpoints off master (#9068)Erik Johnston2021-01-113-46/+55
* | | | Removes unnecessary declarations in the tests for the admin API. (#9063)Dirk Klimpel2021-01-117-17/+1
* | | | Use a chain cover index to efficiently calculate auth chain difference (#8868)Erik Johnston2021-01-1114-48/+1769
* | | | Clean up exception handling in the startup code (#9059)Richard van der Hoff2021-01-114-100/+120
* | | | Remove old tables after schema version bump (#9055)Erik Johnston2021-01-116-59/+37
* | | | Ensure rejected events get added to some metadata tables (#9016)Erik Johnston2021-01-114-24/+167
* | | | Fix a typo in the install docs. (#9040)0xflotus2021-01-112-1/+2
* | | | Remove unused SynapseService (#9058)Richard van der Hoff2021-01-112-22/+1
* | | | Drop last_used column from access_tokens (#9025)Jerin J Titus2021-01-113-0/+79
* | | | fix spurious MD in README.rstMatthew Hodgson2021-01-101-1/+1
| |_|/ |/| |
* | | Keycloak mapping_provider example (#9037) (#9057)Christopher Rücker2021-01-082-0/+5
* | | Fix "Starting metrics collection from sentinel context" errors (#9053)Erik Johnston2021-01-083-21/+22
* | | Merge pull request #9036 from matrix-org/rav/multi_idp/testsRichard van der Hoff2021-01-085-38/+253
|\ \ \
| * | | changelogRichard van der Hoff2021-01-071-0/+1
| * | | Add some tests for the IDP picker flowRichard van der Hoff2021-01-073-5/+193
| * | | Fix type hints in test_login.pyRichard van der Hoff2021-01-072-24/+55
| * | | black-format tests/rest/client/v1/test_login.pyRichard van der Hoff2021-01-071-11/+6