Skip to content
Snippets Groups Projects
  1. May 31, 2019
  2. May 28, 2019
    • Brendan Abolivier's avatar
      Typo · 7e1c7cc2
      Brendan Abolivier authored
      7e1c7cc2
    • Brendan Abolivier's avatar
      Config and changelog · 4aba561c
      Brendan Abolivier authored
      4aba561c
    • Brendan Abolivier's avatar
      Allow configuring a range for the account validity startup job · 52839886
      Brendan Abolivier authored
      When enabling the account validity feature, Synapse will look at startup for registered account without an expiration date, and will set one equals to 'now + validity_period' for them. On large servers, it can mean that a large number of users will have the same expiration date, which means that they will all be sent a renewal email at the same time, which isn't ideal.
      In order to mitigate this, this PR allows server admins to define a 'max_delta' so that the expiration date is a random value in the [now + validity_period ; now + validity_period + max_delta] range. This allows renewal emails to be progressively sent over a configured period instead of being sent all in one big batch.
      52839886
    • Brendan Abolivier's avatar
      Changelog · ddd30f44
      Brendan Abolivier authored
      ddd30f44
    • Brendan Abolivier's avatar
      ba17de7f
  3. May 21, 2019
  4. May 17, 2019
  5. May 16, 2019
  6. May 15, 2019
  7. May 14, 2019
  8. May 13, 2019
Loading