Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typos and spelling errors. (#8639) | Patrick Cloke | 2020-10-23 | 1 | -3/+3 |
| | |||||
* | Fix handling of User-Agent headers with bad utf-8. (#8632) | Erik Johnston | 2020-10-23 | 1 | -3/+1 |
| | |||||
* | Add config option for always using "userinfo endpoint" for OIDC (#7658) | BBBSnowball | 2020-10-01 | 1 | -4/+7 |
| | | | This allows for connecting to certain IdPs, e.g. GitLab. | ||||
* | Allow additional SSO properties to be passed to the client (#8413) | Patrick Cloke | 2020-09-30 | 1 | -3/+53 |
| | |||||
* | Allow existing users to login via OpenID Connect. (#8345) | Tdxdxoz | 2020-09-25 | 1 | -15/+27 |
| | | | | | | | Co-authored-by: Benjamin Koch <bbbsnowball@gmail.com> This adds configuration flags that will match a user to pre-existing users when logging in via OpenID Connect. This is useful when switching to an existing SSO system. | ||||
* | Improve SAML error messages (#8248) | Patrick Cloke | 2020-09-14 | 1 | -2/+2 |
| | |||||
* | Ensure that the OpenID Connect remote ID is a string. (#8190) | Patrick Cloke | 2020-08-28 | 1 | -0/+3 |
| | |||||
* | Allow denying or shadow banning registrations via the spam checker (#8034) | Patrick Cloke | 2020-08-20 | 1 | -3/+18 |
| | |||||
* | Be stricter about JSON that is accepted by Synapse (#8106) | Patrick Cloke | 2020-08-19 | 1 | -3/+3 |
| | |||||
* | Use the default templates when a custom template file cannot be found (#8037) | Andrew Morgan | 2020-08-17 | 1 | -4/+1 |
| | | | Fixes https://github.com/matrix-org/synapse/issues/6583 | ||||
* | Change HomeServer definition to work with typing. | Erik Johnston | 2020-08-11 | 1 | -3/+5 |
| | | | | | | | | | | Duplicating function signatures between server.py and server.pyi is silly. This commit changes that by changing all `build_*` methods to `get_*` methods and changing the `_make_dependency_method` to work work as a descriptor that caches the produced value. There are some changes in other files that were made to fix the typing in server.py. | ||||
* | Ensure that HTML pages served from Synapse include headers to avoid embedding. | Patrick Cloke | 2020-07-02 | 1 | -9/+4 |
| | |||||
* | Cleanups to the OpenID Connect integration (#7628) | Richard van der Hoff | 2020-06-03 | 1 | -7/+20 |
| | | | | docs, default configs, comments. Nothing very significant. | ||||
* | Support UI Authentication for OpenID Connect accounts (#7457) | Patrick Cloke | 2020-05-15 | 1 | -19/+57 |
| | |||||
* | Implement OpenID Connect-based login (#7256) | Quentin Gliech | 2020-05-08 | 1 | -0/+998 |