- Dec 24, 2018
-
-
Richard van der Hoff authored
... as per MSC1730.
-
- 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 07, 2018
-
-
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.
-
- Nov 15, 2018
-
-
Travis Ralston authored
-
- Nov 06, 2018
-
-
Travis Ralston authored
So people can still collect consent the old way if they want to.
-
- Oct 04, 2018
-
-
Neil Johnson authored
-
- Oct 02, 2018
-
-
Amber Brown authored
-
- Oct 01, 2018
-
-
Amber Brown authored
-
- Sep 20, 2018
-
-
Amber Brown authored
-
- Sep 06, 2018
-
-
Amber Brown authored
-
Neil Johnson authored
-
- Sep 05, 2018
-
-
Richard van der Hoff authored
Use the actual origin for push transactions, rather than whatever the remote server claimed.
-
- Sep 03, 2018
-
-
Amber Brown authored
-
- Aug 31, 2018
-
-
Neil Johnson authored
-
- Aug 30, 2018
-
-
Amber Brown authored
-
- Aug 28, 2018
-
-
Richard van der Hoff authored
-
- Aug 24, 2018
-
-
Erik Johnston authored
-
- Aug 17, 2018
-
-
Amber Brown authored
-
- Aug 16, 2018
-
-
Neil Johnson authored
-
- Aug 15, 2018
-
-
Neil Johnson authored
-
- Aug 13, 2018
-
-
Neil Johnson authored
-
Neil Johnson authored
Revert "support admin_email config and pass through into blocking errors, return AuthError in all cases" This reverts commit 0d43f991.
-
Neil Johnson authored
-
Amber Brown authored
-
- Aug 10, 2018
-
-
black authored
-
- Aug 09, 2018
-
-
Erik Johnston authored
-
Amber Brown authored
-
- Aug 08, 2018
-
-
Neil Johnson authored
-
- Aug 06, 2018
-
-
Neil Johnson authored
-
- Aug 04, 2018
-
-
Neil Johnson authored
-
- Aug 03, 2018
-
-
Richard van der Hoff authored
This is the first tranche of support for room versioning. It includes: * setting the default room version in the config file * new room_version param on the createRoom API * storing the version of newly-created rooms in the m.room.create event * fishing the version of existing rooms out of the m.room.create event
-
Neil Johnson authored
-
- Aug 01, 2018
-
-
Amber Brown authored
-
- Jul 20, 2018
-
-
Amber Brown authored
-
- Jul 13, 2018
-
-
Richard van der Hoff authored
-
- Jul 09, 2018
-
-
Amber Brown authored
-
- Jun 24, 2018
-
-
Jeroen authored
-
- Jun 22, 2018
-
-
Amber Brown authored
-
- May 22, 2018
-
-
Richard van der Hoff authored
Returns an M_CONSENT_NOT_GIVEN error (cf https://github.com/matrix-org/matrix-doc/issues/1252) if consent is not yet given.
-
Richard van der Hoff authored
turns out we need to reuse this, so it's better in the config class.
-