| Commit message (Expand) | Author | Files | Lines |
2020-12-02 | Factor out FakeResponse from test_oidc | Richard van der Hoff | 2 | -16/+28 |
2020-12-02 | fix up various test cases | Richard van der Hoff | 5 | -17/+38 |
2020-12-02 | Add `create_resource_dict` method to HomeserverTestCase | Richard van der Hoff | 1 | -7/+21 |
2020-12-02 | Fix a regression when grandfathering SAML users. (#8855) | Patrick Cloke | 6 | -48/+94 |
2020-12-02 | Add basic SAML tests for mapping users. (#8800) | Patrick Cloke | 5 | -19/+156 |
2020-12-02 | Create a `PasswordProvider` wrapper object (#8849) | Richard van der Hoff | 3 | -57/+152 |
2020-12-02 | Allow specifying room version in 'RestHelper.create_room_as' and add typing (... | Andrew Morgan | 2 | -2/+26 |
2020-12-01 | Support "identifier" dicts in UIA (#8848) | Richard van der Hoff | 5 | -147/+190 |
2020-12-01 | Add missing `ordering` to background updates (#8850) | Richard van der Hoff | 5 | -12/+13 |
2020-12-01 | Allow Date header through CORS (#8804) | Nicolas Chamo | 2 | -1/+2 |
2020-12-01 | Don't offer password login when it is disabled (#8835) | Richard van der Hoff | 3 | -4/+115 |
2020-12-01 | Add some tests for `password_auth_providers` (#8819) | Richard van der Hoff | 3 | -0/+488 |
2020-12-01 | Fix broken testcase (#8851) | Richard van der Hoff | 2 | -1/+1 |
2020-12-01 | Fix typo in password_auth_providers doc | Andrew Morgan | 1 | -0/+1 |
2020-11-30 | Simplify appservice login code (#8847) | Richard van der Hoff | 2 | -6/+22 |
2020-11-30 | Allow per-room profile to be used for server notice user (#8799) | Mathieu Velten | 2 | -1/+10 |
2020-11-30 | Drop (almost) unused index on event_json (#8845) | Richard van der Hoff | 3 | -1/+21 |
2020-11-30 | Add a config option to change whether unread push notification counts are per... | Andrew Morgan | 6 | -9/+207 |
2020-11-30 | Simplify the way the `HomeServer` object caches its internal attributes. (#8... | Jonathan de Jong | 11 | -35/+39 |
2020-11-30 | Add `force_purge` option to delete-room admin api. (#8843) | Richard van der Hoff | 4 | -12/+34 |
2020-11-27 | Remove special case of pretty printing JSON responses for curl (#8833) | Tulir Asokan | 2 | -24/+6 |
2020-11-27 | Add typing to membership Replication class methods (#8809) | Andrew Morgan | 2 | -22/+45 |
2020-11-26 | Update example prometheus console (#8824) | Dirk Klimpel | 2 | -51/+51 |
2020-11-26 | Defer SIGHUP handlers to reactor. (#8817) | Erik Johnston | 2 | -1/+10 |
2020-11-26 | Strip trailing / from server_url in register_new_matrix_user (#8823) | Dmitry Borodaenko | 2 | -1/+2 |
2020-11-26 | Improve documentation how to configure prometheus for workers (#8822) | Dirk Klimpel | 3 | -20/+65 |
2020-11-25 | Remove deprecated `/_matrix/client/*/admin` endpoints (#8785) | Dirk Klimpel | 16 | -68/+176 |
2020-11-25 | Fix the formatting of push config section (#8818) | Andrew Morgan | 3 | -29/+40 |
2020-11-25 | Speed up remote invite rejection database call (#8815) | Andrew Morgan | 3 | -6/+45 |
2020-11-25 | Add additional type hints to HTTP client. (#8812) | Patrick Cloke | 5 | -149/+142 |
2020-11-25 | Support trying multiple localparts for OpenID Connect. (#8801) | Patrick Cloke | 6 | -136/+330 |
2020-11-25 | Add type hints to matrix federation client / agent. (#8806) | Patrick Cloke | 6 | -195/+231 |
2020-11-24 | Clarify documentation of the admin list media API (#8795) | Dirk Klimpel | 2 | -0/+2 |
2020-11-24 | Add a script to sign arbitrary json objects. (#8772) | Richard van der Hoff | 3 | -0/+129 |
2020-11-24 | Update turn-howto (#8779) | Richard van der Hoff | 2 | -8/+124 |
2020-11-23 | Properly report user-agent/IP during registration of SSO users. (#8784) | Patrick Cloke | 6 | -122/+173 |
2020-11-23 | Fix synctl and duplicate worker spawning (#8798) | Waylon Cude | 2 | -0/+8 |
2020-11-23 | Improve logging of the mapping from SSO IDs to Matrix IDs. (#8773) | Andrew Morgan | 3 | -5/+13 |
2020-11-23 | INSTALL: Fix setting content-type on well-known (#8793) | Daniele Sluijters | 2 | -1/+2 |
2020-11-22 | fix MD | Matthew Hodgson | 1 | -2/+2 |
2020-11-22 | fix ancient changelog to be MD | Matthew Hodgson | 1 | -150/+146 |
2020-11-19 | Improve error checking for OIDC/SAML mapping providers (#8774) | Patrick Cloke | 7 | -29/+137 |
2020-11-19 | SAML: Allow specifying the IdP entityid to use. (#8630) | Ben Banfield-Zanin | 4 | -1/+21 |
2020-11-19 | Consistently use room_id from federation request body (#8776) | Richard van der Hoff | 5 | -54/+49 |
2020-11-18 | Improve appservice handler to send only the most recent read receipts when no... | Will Hunt | 4 | -3/+10 |
2020-11-18 | Fix tests on develop (#8777) | Erik Johnston | 2 | -16/+1 |
2020-11-18 | SAML: Document allowing a clock/time difference from IdP (#8731) | Marcus Schopen | 3 | -0/+13 |
2020-11-18 | Update changelog v1.23.0 github/release-v1.23.0 release-v1.23.0 | Erik Johnston | 1 | -1/+1 |
2020-11-18 | Fix formatting in upgrades | Erik Johnston | 1 | -1/+1 |
2020-11-18 | Update changelog | Erik Johnston | 1 | -0/+4 |
2020-11-18 | 1.23.0 | Erik Johnston | 4 | -2/+16 |
2020-11-17 | Cap the version of prometheus_client to <v0.9.0 in the dockerfile (#8767) | Andrew Morgan | 3 | -1/+7 |
2020-11-17 | Abstract shared SSO code. (#8765) | Patrick Cloke | 6 | -120/+159 |
2020-11-17 | a comma too much (#8771) | chagai95 | 2 | |