summary refs log tree commit diff
path: root/CONTRIBUTING.md (unfollow)
Commit message (Expand)AuthorFilesLines
2020-11-26Strip trailing / from server_url in register_new_matrix_user (#8823)Dmitry Borodaenko2-1/+2
2020-11-26Improve documentation how to configure prometheus for workers (#8822)Dirk Klimpel3-20/+65
2020-11-25Remove deprecated `/_matrix/client/*/admin` endpoints (#8785)Dirk Klimpel16-68/+176
2020-11-25Fix the formatting of push config section (#8818)Andrew Morgan3-29/+40
2020-11-25Speed up remote invite rejection database call (#8815)Andrew Morgan3-6/+45
2020-11-25Add additional type hints to HTTP client. (#8812)Patrick Cloke5-149/+142
2020-11-25Support trying multiple localparts for OpenID Connect. (#8801)Patrick Cloke6-136/+330
2020-11-25Add type hints to matrix federation client / agent. (#8806)Patrick Cloke6-195/+231
2020-11-24Clarify documentation of the admin list media API (#8795)Dirk Klimpel2-0/+2
2020-11-24Add a script to sign arbitrary json objects. (#8772)Richard van der Hoff3-0/+129
2020-11-24Update turn-howto (#8779)Richard van der Hoff2-8/+124
2020-11-23Properly report user-agent/IP during registration of SSO users. (#8784)Patrick Cloke6-122/+173
2020-11-23Fix synctl and duplicate worker spawning (#8798)Waylon Cude2-0/+8
2020-11-23Improve logging of the mapping from SSO IDs to Matrix IDs. (#8773)Andrew Morgan3-5/+13
2020-11-23INSTALL: Fix setting content-type on well-known (#8793)Daniele Sluijters2-1/+2
2020-11-22fix MDMatthew Hodgson1-2/+2
2020-11-22fix ancient changelog to be MDMatthew Hodgson1-150/+146
2020-11-19Improve error checking for OIDC/SAML mapping providers (#8774)Patrick Cloke7-29/+137
2020-11-19SAML: Allow specifying the IdP entityid to use. (#8630)Ben Banfield-Zanin4-1/+21
2020-11-19Consistently use room_id from federation request body (#8776)Richard van der Hoff5-54/+49
2020-11-18Improve appservice handler to send only the most recent read receipts when no...Will Hunt4-3/+10
2020-11-18Fix tests on develop (#8777)Erik Johnston2-16/+1
2020-11-18SAML: Document allowing a clock/time difference from IdP (#8731)Marcus Schope