Skip to content
Snippets Groups Projects
  1. May 10, 2019
  2. Apr 01, 2019
  3. Mar 25, 2019
  4. Mar 20, 2019
  5. 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
  6. Mar 18, 2019
  7. Mar 15, 2019
  8. Mar 11, 2019
  9. Mar 08, 2019
  10. 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
      a4c3a361
  11. Mar 04, 2019
  12. Feb 27, 2019
  13. Jan 25, 2019
  14. Jan 24, 2019
  15. Jan 22, 2019
  16. Dec 24, 2018
  17. 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
  18. 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
  19. Nov 15, 2018
  20. Nov 06, 2018
  21. Oct 04, 2018
  22. Oct 02, 2018
  23. Oct 01, 2018
  24. Sep 20, 2018
  25. Sep 06, 2018
  26. Sep 05, 2018
  27. Sep 03, 2018
  28. Aug 31, 2018
  29. Aug 30, 2018
  30. Aug 28, 2018
  31. Aug 24, 2018
  32. Aug 17, 2018
  33. Aug 16, 2018
  34. Aug 15, 2018
  35. Aug 13, 2018
Loading