Skip to content
Snippets Groups Projects
  1. Nov 23, 2021
  2. Nov 18, 2021
    • Shay's avatar
      Remove legacy code related to deprecated... · 92b75388
      Shay authored
      Remove legacy code related to deprecated `trust_identity_server_for_password_resets` config flag (#11333)
      
      * remove code legacy code related to deprecated config flag "trust_identity_server_for_password_resets" from synapse/config/emailconfig.py
      
      * remove legacy code supporting depreciated config flag "trust_identity_server_for_password_resets" from synapse/config/registration.py
      
      * remove legacy code supporting depreciated config flag "trust_identity_server_for_password_resets" from synapse/handlers/identity.py
      
      * add tests to ensure config error is thrown and synapse refuses to start when depreciated config flag is found
      
      * add changelog
      
      * slightly change behavior to only check for deprecated flag if set to 'true'
      
      * Update changelog.d/11333.misc
      
      Co-authored-by: default avatarreivilibre <oliverw@matrix.org>
      
      Co-authored-by: default avatarreivilibre <oliverw@matrix.org>
      92b75388
  3. Oct 22, 2021
  4. Oct 12, 2021
    • Patrick Cloke's avatar
      Reset global cache state before cache tests. (#11036) · 5c35074d
      Patrick Cloke authored
      This reverts #11019 and structures the code a bit more like it was before #10985.
      
      The global cache state must be reset before running the tests since other test
      cases might have configured caching (and thus touched the global state).
      5c35074d
  5. Oct 07, 2021
  6. Oct 06, 2021
  7. Oct 04, 2021
  8. Sep 23, 2021
  9. Sep 06, 2021
  10. Aug 17, 2021
  11. Jul 13, 2021
  12. Jun 17, 2021
  13. May 27, 2021
  14. Apr 14, 2021
  15. Apr 06, 2021
  16. Feb 16, 2021
  17. Feb 03, 2021
  18. Jan 08, 2021
  19. Aug 17, 2020
  20. May 27, 2020
  21. May 13, 2020
  22. May 12, 2020
  23. May 11, 2020
  24. Mar 20, 2020
  25. Mar 17, 2020
  26. Feb 21, 2020
  27. Oct 10, 2019
  28. Sep 13, 2019
  29. Sep 06, 2019
  30. Aug 28, 2019
  31. Jul 05, 2019
    • Richard van der Hoff's avatar
      Fixes to the federation rate limiter (#5621) · 9481707a
      Richard van der Hoff authored
      - Put the default window_size back to 1000ms (broken by #5181)
      - Make the `rc_federation` config actually do something
      - fix an off-by-one error in the 'concurrent' limit
      - Avoid creating an unused `_PerHostRatelimiter` object for every single
        incoming request
      9481707a
  32. Jun 28, 2019
  33. Jun 24, 2019
  34. Jun 20, 2019
  35. May 10, 2019
  36. Apr 01, 2019
  37. Mar 22, 2019
  38. Feb 14, 2019
Loading