Skip to content
Snippets Groups Projects
  1. Sep 06, 2018
  2. Aug 30, 2018
  3. Aug 17, 2018
  4. Aug 15, 2018
  5. Aug 14, 2018
  6. Aug 13, 2018
  7. Aug 10, 2018
  8. Aug 09, 2018
  9. Jul 20, 2018
  10. Jul 19, 2018
  11. Jul 17, 2018
  12. Jul 13, 2018
  13. Jul 09, 2018
  14. Jun 22, 2018
  15. May 21, 2018
  16. Apr 30, 2018
    • Adrian Tschira's avatar
      Burminate v1auth · 6495dbb3
      Adrian Tschira authored
      
      This closes #2602
      
      v1auth was created to account for the differences in status code between
      the v1 and v2_alpha revisions of the protocol (401 vs 403 for invalid
      tokens). However since those protocols were merged, this makes the r0
      version/endpoint internally inconsistent, and violates the
      specification for the r0 endpoint.
      
      This might break clients that rely on this inconsistency with the
      specification. This is said to affect the legacy angular reference
      client. However, I feel that restoring parity with the spec is more
      important. Either way, it is critical to inform developers about this
      change, in case they rely on the illegal behaviour.
      
      Signed-off-by: default avatarAdrian Tschira <nota@notafile.com>
      6495dbb3
  17. Apr 15, 2018
  18. Mar 14, 2018
    • Krombel's avatar
      move handling of auto_join_rooms to RegisterHandler · 91ea0202
      Krombel authored
      
      Currently the handling of auto_join_rooms only works when a user
      registers itself via public register api. Registrations via
      registration_shared_secret and ModuleApi do not work
      
      This auto_joins the users in the registration handler which enables
      the auto join feature for all 3 registration paths.
      
      This is related to issue #2725
      
      Signed-Off-by: default avatarMatthias Kesler <krombel@krombel.de>
      91ea0202
  19. Mar 13, 2018
  20. Mar 01, 2018
  21. Feb 05, 2018
  22. Jan 19, 2018
  23. Jan 18, 2018
  24. Jan 09, 2018
  25. Dec 05, 2017
  26. Oct 17, 2017
  27. Aug 25, 2017
  28. Jul 20, 2017
  29. Mar 23, 2017
  30. Jan 25, 2017
  31. Jan 09, 2017
  32. Nov 28, 2016
    • Richard van der Hoff's avatar
      Stop generating refresh tokens · 5c4edc83
      Richard van der Hoff authored
      Since we're not doing refresh tokens any more, we should start killing off the
      dead code paths. /tokenrefresh itself is a bit of a thornier subject, since
      there might be apps out there using it, but we can at least not generate
      refresh tokens on new logins.
      5c4edc83
  33. Nov 14, 2016
  34. Oct 18, 2016
  35. Oct 14, 2016
  36. Oct 06, 2016
  37. Sep 23, 2016
Loading