Skip to content
Snippets Groups Projects
  1. Dec 16, 2020
  2. Dec 15, 2020
  3. Dec 11, 2020
  4. Dec 08, 2020
  5. Dec 07, 2020
  6. Dec 04, 2020
  7. Dec 03, 2020
  8. Dec 02, 2020
  9. 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
      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`.
      09ac0569
  10. Nov 30, 2020
  11. Nov 25, 2020
  12. Nov 18, 2020
  13. Nov 17, 2020
  14. Nov 16, 2020
  15. Nov 15, 2020
  16. Nov 05, 2020
  17. Nov 04, 2020
  18. Oct 29, 2020
    • Erik Johnston's avatar
      Fix unit tests (#8689) · ef2d6270
      Erik Johnston authored
      * Fix unit tests
      
      * Newsfile
      ef2d6270
    • Erik Johnston's avatar
      Add ability for access tokens to belong to one user but grant access to another user. (#8616) · f21e24ff
      Erik Johnston authored
      We do it this way round so that only the "owner" can delete the access token (i.e. `/logout/all` by the "owner" also deletes that token, but `/logout/all` by the "target user" doesn't).
      
      A future PR will add an API for creating such a token.
      
      When the target user and authenticated entity are different the `Processed request` log line will be logged with a: `{@admin:server as @bob:server} ...`. I'm not convinced by that format (especially since it adds spaces in there, making it harder to use `cut -d ' '` to chop off the start of log lines). Suggestions welcome.
      f21e24ff
  19. Oct 28, 2020
  20. Oct 27, 2020
Loading