Skip to content
Snippets Groups Projects
  1. Apr 13, 2023
  2. Apr 12, 2023
  3. Apr 05, 2023
  4. Apr 04, 2023
  5. Apr 03, 2023
  6. Mar 31, 2023
  7. Mar 30, 2023
  8. Mar 29, 2023
  9. Mar 28, 2023
  10. Mar 24, 2023
    • Quentin Gliech's avatar
      Make cleaning up pushers depend on the device_id instead of the token_id (#15280) · 5b70f240
      Quentin Gliech authored
      This makes it so that we rely on the `device_id` to delete pushers on logout,
      instead of relying on the `access_token_id`. This ensures we're not removing
      pushers on token refresh, and prepares for a world without access token IDs
      (also known as the OIDC).
      
      This actually runs the `set_device_id_for_pushers` background update, which
      was forgotten in #13831.
      
      Note that for backwards compatibility it still deletes pushers based on the
      `access_token` until the background update finishes.
      5b70f240
    • Patrick Cloke's avatar
      Reject mentions on the C-S API which are invalid. (#15311) · 68a67173
      Patrick Cloke authored
      Invalid mentions data received over the Client-Server API should
      be rejected with a 400 error. This will hopefully stop clients from
      sending invalid data, although does not help with data received
      over federation.
      68a67173
  11. Mar 22, 2023
  12. Mar 21, 2023
  13. Mar 20, 2023
  14. Mar 16, 2023
  15. Mar 13, 2023
  16. Mar 10, 2023
  17. Mar 09, 2023
  18. Mar 07, 2023
  19. Mar 06, 2023
  20. Mar 03, 2023
  21. Mar 02, 2023
  22. Feb 28, 2023
    • Richard van der Hoff's avatar
      Remove support for aggregating reactions (#15172) · 2b789817
      Richard van der Hoff authored
      It turns out that no clients rely on server-side aggregation of `m.annotation`
      relationships: it's just not very useful as currently implemented.
      
      It's also non-trivial to calculate.
      
      I want to remove it from MSC2677, so to keep the implementation in line, let's
      remove it here.
      2b789817
Loading