Commit Graph

621 Commits (982fe2965515e4536a0aa0153fa6bee238179f51)

Author SHA1 Message Date
Andrew Morgan 7b06f85c0e
Ensure we use a copy of the event content dict before modifying it in serialize_event (#9585) 4 years ago
Dirk Klimpel 8000cf1315
Return m.change_password.enabled=false if local database is disabled (#9588) 4 years ago
Richard van der Hoff dd69110d95
Add support for stable MSC2858 API (#9617) 4 years ago
Patrick Cloke 33a02f0f52
Fix additional type hints from Twisted upgrade. (#9518) 4 years ago
Richard van der Hoff 15090de850
SSO: redirect to public URL before setting cookies (#9436) 4 years ago
Andrew Morgan 0a363f9ca4
Remove cache for get_shared_rooms_for_users (#9416) 4 years ago
Rishabh Arya e17553e185
Parse ui_auth.session_timeout as a duration (instead of treating it as ms) (#9426) 4 years ago
Eric Eastwood 0a00b7ff14
Update black, and run auto formatting over the codebase (#9381) 4 years ago
Patrick Cloke 731e08c63a
Handle missing data in power levels events during room upgrade. (#9395) 4 years ago
Patrick Cloke 74af356baf
Convert additional test-cases to homeserver test case. (#9396) 4 years ago
Patrick Cloke e40d88cff3
Backout changes for automatically calculating the public baseurl. (#9313) 4 years ago
Patrick Cloke 8a33d217bd
Convert some test cases to use HomeserverTestCase. (#9377) 4 years ago
Richard van der Hoff e288499c60
Social login UI polish (#9301) 4 years ago
Richard van der Hoff 4167494c90
Replace username picker with a template (#9275) 4 years ago
Richard van der Hoff 9c715a5f19
Fix SSO on workers (#9271) 4 years ago
Richard van der Hoff f78d07bf00
Split out a separate endpoint to complete SSO registration (#9262) 4 years ago
Erik Johnston f2c1560eca
Ratelimit invites by room and target user (#9258) 4 years ago
Erik Johnston 4b73488e81
Ratelimit 3PID /requestToken API (#9238) 4 years ago
Richard van der Hoff a737cc2713
Implement MSC2858 support (#9183) 4 years ago
Patrick Cloke 4a55d267ee
Add an admin API for shadow-banning users. (#9209) 4 years ago
Richard van der Hoff 7447f19702
Prefix idp_id with "oidc-" (#9189) 4 years ago
Richard van der Hoff 02070c69fa
Fix bugs in handling clientRedirectUrl, and improve OIDC tests (#9127, #9128) 4 years ago
Richard van der Hoff b5dea8702d Fix test failure due to bad merge 4 years ago
Richard van der Hoff 0dd2649c12
Improve UsernamePickerTestCase (#9112) 4 years ago
Richard van der Hoff 26d10331e5 Add a test for wrong user returned by SSO 4 years ago
Richard van der Hoff 233c8b9fce
Add a test for UI-Auth-via-SSO (#9082) 4 years ago
Dirk Klimpel 7a2e9b549d
Remove user's avatar URL and displayname when deactivated. (#8932) 4 years ago
Richard van der Hoff 8a910f97a4 Add some tests for the IDP picker flow 4 years ago
Richard van der Hoff bbd04441ed Fix type hints in test_login.py 4 years ago
Richard van der Hoff 3fc2399dbe black-format tests/rest/client/v1/test_login.py 4 years ago
Richard van der Hoff 8d3d264052
Skip unit tests which require optional dependencies (#9031) 4 years ago
Richard van der Hoff d2c616a413
Combine the SSO Redirect Servlets (#9015) 4 years ago
Patrick Cloke a802606475
Support PyJWT v2.0.0. (#8986) 4 years ago
Patrick Cloke 5d4c330ed9
Allow re-using a UI auth validation for a period of time (#8970) 4 years ago
Richard van der Hoff 2dd2e90e2b Test `get_extra_attributes` fallback 4 years ago
Richard van der Hoff c9dd47d668 lint 4 years ago
Richard van der Hoff 394516ad1b Remove spurious "SynapseRequest" result from `make_request" 4 years ago
Richard van der Hoff ac2acf1524 Remove redundant reading of SynapseRequest.args 4 years ago
Richard van der Hoff 0378581c13 remove 'response' result from `_get_shared_rooms` 4 years ago
Richard van der Hoff 7eebe4b3fc Replace `request.code` with `channel.code` 4 years ago
Erik Johnston 1d55c7b567
Don't ratelimit autojoining of rooms (#8921) 4 years ago
Richard van der Hoff cf3b8156be
Fix errorcode for disabled registration (#8867) 4 years ago
Richard van der Hoff 0bac276890 UIA: offer only available auth flows 4 years ago
Patrick Cloke 30fba62108
Apply an IP range blacklist to push and key revocation requests. (#8821) 4 years ago
Andrew Morgan edb3d3f827
Allow specifying room version in 'RestHelper.create_room_as' and add typing (#8854) 4 years ago
Richard van der Hoff 4d9496559d
Support "identifier" dicts in UIA (#8848) 4 years ago
Jonathan de Jong ca60822b34
Simplify the way the `HomeServer` object caches its internal attributes. (#8565) 4 years ago
Dirk Klimpel 3f0ff53158
Remove deprecated `/_matrix/client/*/admin` endpoints (#8785) 4 years ago
Richard van der Hoff acfe3b3065 Remove redundant `HomeserverTestCase.render` 4 years ago
Richard van der Hoff be8fa65d0b Remove redundant calls to `render()` 4 years ago