Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-12-06 | Rip out half-implemented m.login.saml2 support (#4265) | Richard van der Hoff | 7 | -169/+4 | |
* Rip out half-implemented m.login.saml2 support This was implemented in an odd way that left most of the work to the client, in a way that I really didn't understand. It's going to be a pain to maintain, so let's start by ripping it out. * drop undocumented dependency on dateutil It turns out we were relying on dateutil being pulled in transitively by pysaml2. There's no need for that bloat. | |||||
2018-12-06 | drop undocumented dependency on dateutil (#4266) | Richard van der Hoff | 2 | -7/+7 | |
It turns out we were relying on dateutil being pulled in transitively by pysaml2. There's no need for that bloat. | |||||
2018-12-05 | Implement .well-known handling (#4262) | Richard van der Hoff | 5 | -0/+140 | |
Sometimes it's useful for synapse to generate its own .well-known file. | |||||
2018-12-04 | Remove obsolete settings from docker homeserver.yaml | Richard van der Hoff | 2 | -3/+2 | |
These aren't used, because we have a `log_config` setting. | |||||
2018-12-04 | Notes on upgrading to python3, and README updates. | Richard van der Hoff | 3 | -53/+82 | |
2018-12-04 | Add an option to enable recording IPs for appservice users (#3831) | Travis Ralston | 3 | -9/+26 | |
2018-12-04 | Fix non-ASCII pushrules (#4248) | Amber Brown | 2 | -12/+24 | |
2018-12-04 | Add an option to disable search for homeservers which may not be interested ↵ | Travis Ralston | 4 | -1/+21 | |
in it (#4230) This is useful for homeservers not intended for users, such as bot-only homeservers or ones that only process IoT data. | |||||
2018-12-04 | Add note to UPGRADE.rst about removing riot.im from list of trusted identity ↵ | Aaron Raimist | 2 | -0/+10 | |
servers (#42 |