Skip to content
Snippets Groups Projects
  1. Dec 24, 2018
  2. Dec 14, 2018
    • Neil Johnson's avatar
      create support user (#4141) · d2f7c4e6
      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.
      d2f7c4e6
  3. Dec 07, 2018
    • Richard van der Hoff's avatar
      Implement SAML2 authentication (#4267) · c7401a69
      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.
      c7401a69
  4. Nov 15, 2018
  5. Nov 06, 2018
  6. Oct 04, 2018
  7. Oct 02, 2018
  8. Oct 01, 2018
  9. Sep 20, 2018
  10. Sep 06, 2018
  11. Sep 05, 2018
  12. Sep 03, 2018
  13. Aug 31, 2018
  14. Aug 30, 2018
  15. Aug 28, 2018
  16. Aug 24, 2018
  17. Aug 17, 2018
  18. Aug 16, 2018
  19. Aug 15, 2018
  20. Aug 13, 2018
  21. Aug 10, 2018
  22. Aug 09, 2018
  23. Aug 08, 2018
  24. Aug 06, 2018
  25. Aug 04, 2018
  26. Aug 03, 2018
    • Richard van der Hoff's avatar
      Basic support for room versioning · 0ca459ea
      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
      0ca459ea
    • Neil Johnson's avatar
      fix (lots of) py3 test failures · 5593ff67
      Neil Johnson authored
      5593ff67
  27. Aug 01, 2018
  28. Jul 20, 2018
  29. Jul 13, 2018
  30. Jul 09, 2018
  31. Jun 24, 2018
  32. Jun 22, 2018
  33. May 22, 2018
Loading