Skip to content
Snippets Groups Projects
  1. Apr 14, 2023
  2. Apr 13, 2023
  3. Apr 12, 2023
  4. Apr 05, 2023
  5. Apr 04, 2023
  6. Apr 03, 2023
  7. Mar 31, 2023
  8. Mar 30, 2023
  9. Mar 29, 2023
  10. Mar 28, 2023
  11. 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.
      Unverified
      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.
      Unverified
      68a67173
  12. Mar 22, 2023
  13. Mar 21, 2023
  14. Mar 20, 2023
  15. Mar 16, 2023
  16. Mar 13, 2023
  17. Mar 10, 2023
  18. Mar 09, 2023
  19. Mar 07, 2023
  20. Mar 06, 2023
  21. Mar 03, 2023
  22. Mar 02, 2023
    • Patrick Cloke's avatar
      Update intentional mentions (MSC3952) to depend on... · 8ef324ea
      Patrick Cloke authored
      Update intentional mentions (MSC3952) to depend on `exact_event_property_contains` (MSC3966). (#15051)
      
      This replaces the specific `is_user_mention` push rule condition
      used in MSC3952 with the generic `exact_event_property_contains`
      push rule condition from MSC3966.
      Unverified
      8ef324ea
Loading