- Dec 19, 2018
-
-
Nathan Pennie authored
-
Nathan Pennie authored
-
- Dec 18, 2018
-
-
Neil Johnson authored
* ensure can report mau stats when hs.config.mau_stats_only is set
-
- Dec 14, 2018
-
-
Neil Johnson authored
Allow for the creation of a support user. A support user can access the server, join rooms, interact with other users, but does not appear in the user directory nor does it contribute to monthly active user limits.
-
- Dec 13, 2018
-
-
Amber Brown authored
-
Nad Chishtie authored
* Improved static/index.html look, feel and content. * Added accessibility tags to in-line SVG. * Grammar.
-
- Dec 11, 2018
-
-
Richard van der Hoff authored
Update link to kernel.org DCO usage
-
Michael Kaye authored
Reduce size of hyperlink
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Stop installing Matrix Console by default
-
Richard van der Hoff authored
Add a welcome page to the static resources
-
Richard van der Hoff authored
Disable pager for ci script
-
Richard van der Hoff authored
-
Richard van der Hoff authored
... otherwise it hangs
-
Richard van der Hoff authored
This is largely a precursor for the removal of the bundled webclient. The idea is to present a page at / which reassures people that something is working, and to give them some links for next steps. The welcome page lives at `/_matrix/static/`, so is enabled alongside the other `static` resources (which, in practice, means the client API is enabled). We'll redirect to it from `/` if we have nothing better to display there. It would be nice to have a way to disable it (in the same way that you might disable the nginx welcome page), but I can't really think of a good way to do that without a load of ickiness. It's based on the work done by @krombel for #2601.
-
Richard van der Hoff authored
This is based on the work done by @krombel in #2601.
-
- Dec 10, 2018
-
-
David Baker authored
* Add 'sandbox' to the CSP for media repo * Changelog
-
Will Hunt authored
Make /config more CORS-y
-
Erik Johnston authored
Make isort tox check print diff when it fails
-
Erik Johnston authored
-
Erik Johnston authored
-
Will Hunt authored
-
Will Hunt authored
-
- Dec 09, 2018
- Dec 07, 2018
-
-
Michael Kaye authored
-
Michael Kaye authored
https://www.kernel.org/doc/Documentation/SubmittingPatches returns a simple page indicating that it's moved to: "process/submitting-patches.rst". I believe the new link contains the same information as what was previously linked to.
-
Richard van der Hoff authored
When we register a new user from SAML2 data, initialise their displayname correctly.
-
Richard van der Hoff authored
If you're installing as a system package, the system package should have set up the systemd config, so it's more useful to give an example of running in a virtualenv here.
-
Richard van der Hoff authored
This implements both a SAML2 metadata endpoint (at `/_matrix/saml2/metadata.xml`), and a SAML2 response receiver (at `/_matrix/saml2/authn_response`). If the SAML2 response matches what's been configured, we complete the SSO login flow by redirecting to the client url (aka `RelayState` in SAML2 jargon) with a login token. What we don't yet have is anything to build a SAML2 request and redirect the user to the identity provider. That is left as an exercise for the reader.
-
Richard van der Hoff authored
This is mostly factoring out the post-CAS-login code to somewhere we can reuse it for other SSO flows, but it also fixes the userid mapping while we're at it.
-
- Dec 06, 2018
-
-
Richard van der Hoff authored
* 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.
-
- Dec 05, 2018
-
-
Richard van der Hoff authored
It turns out we were relying on dateutil being pulled in transitively by pysaml2. There's no need for that bloat.
-
Richard van der Hoff authored
Sometimes it's useful for synapse to generate its own .well-known file.
-
- Dec 04, 2018
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored