Skip to content
Snippets Groups Projects
  1. Dec 29, 2020
  2. Dec 22, 2020
  3. Dec 18, 2020
  4. Dec 17, 2020
  5. Dec 16, 2020
  6. Dec 15, 2020
  7. Dec 11, 2020
  8. Dec 08, 2020
  9. Dec 07, 2020
  10. Dec 04, 2020
  11. Dec 03, 2020
  12. Dec 02, 2020
  13. 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.
      Unverified
      4d949655
    • Richard van der Hoff's avatar
      Fix broken testcase (#8851) · 09ac0569
      Richard van der Hoff authored
      This test was broken by #8565. It doesn't need to set set `self.clock`
      here anyway - that is done by `setUp`.
      Unverified
      09ac0569
  14. Nov 30, 2020
  15. Nov 25, 2020
  16. Nov 18, 2020
  17. Nov 17, 2020
  18. Nov 16, 2020
  19. Nov 15, 2020
Loading