Skip to content
Snippets Groups Projects
  1. Dec 07, 2020
  2. Dec 04, 2020
  3. Dec 03, 2020
  4. Dec 02, 2020
  5. Dec 01, 2020
    • Richard van der Hoff's avatar
      Support "identifier" dicts in UIA (#8848) · 4d949655
      Richard van der Hoff authored
      The spec requires synapse to support `identifier` dicts for `m.login.password`
      user-interactive auth, which it did not (instead, it required an undocumented
      `user` parameter.)
      
      To fix this properly, we need to pull the code that interprets `identifier`
      into `AuthHandler.validate_login` so that it can be called from the UIA code.
      
      Fixes #5665.
      4d949655
    • Richard van der Hoff's avatar
      Add missing `ordering` to background updates (#8850) · 9edff901
      Richard van der Hoff authored
      It's important that we make sure our background updates happen in a defined
      order, to avoid disasters like #6923.
      
      Add an ordering to all of the background updates that have landed since #7190.
      9edff901
Loading