Skip to content
Snippets Groups Projects
  1. Jun 20, 2019
  2. Jun 06, 2019
  3. May 15, 2019
  4. May 14, 2019
  5. May 13, 2019
  6. May 10, 2019
  7. Apr 01, 2019
  8. Mar 25, 2019
  9. Mar 20, 2019
  10. Mar 19, 2019
    • Richard van der Hoff's avatar
      Use a regular HomeServerConfig object for unit tests · 13bc1e07
      Richard van der Hoff authored
      Rather than using a Mock for the homeserver config, use a genuine
      HomeServerConfig object. This makes for a more realistic test, and means that
      we don't have to keep remembering to add things to the mock config every time
      we add a new config setting.
      13bc1e07
  11. Mar 18, 2019
  12. Mar 15, 2019
  13. Mar 11, 2019
  14. Mar 08, 2019
  15. Mar 05, 2019
    • Brendan Abolivier's avatar
      Add rate-limiting on registration (#4735) · a4c3a361
      Brendan Abolivier authored
      
      * Rate-limiting for registration
      
      * Add unit test for registration rate limiting
      
      * Add config parameters for rate limiting on auth endpoints
      
      * Doc
      
      * Fix doc of rate limiting function
      
      Co-Authored-By: default avatarbabolivier <contact@brendanabolivier.com>
      
      * Incorporate review
      
      * Fix config parsing
      
      * Fix linting errors
      
      * Set default config for auth rate limiting
      
      * Fix tests
      
      * Add changelog
      
      * Advance reactor instead of mocked clock
      
      * Move parameters to registration specific config and give them more sensible default values
      
      * Remove unused config options
      
      * Don't mock the rate limiter un MAU tests
      
      * Rename _register_with_store into register_with_store
      
      * Make CI happy
      
      * Remove unused import
      
      * Update sample config
      
      * Fix ratelimiting test for py2
      
      * Add non-guest test
      Unverified
      a4c3a361
  16. Mar 04, 2019
  17. Feb 27, 2019
  18. Jan 25, 2019
  19. Jan 24, 2019
  20. Jan 22, 2019
  21. Dec 24, 2018
  22. 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.
      Unverified
      d2f7c4e6
  23. 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.
      Unverified
      c7401a69
  24. Nov 15, 2018
  25. Nov 06, 2018
  26. Oct 04, 2018
  27. Oct 02, 2018
  28. Oct 01, 2018
  29. Sep 20, 2018
  30. Sep 06, 2018
  31. Sep 05, 2018
  32. Sep 03, 2018
  33. Aug 31, 2018
  34. Aug 30, 2018
  35. Aug 28, 2018
  36. Aug 24, 2018
Loading