Skip to content
Snippets Groups Projects
  1. Sep 29, 2020
  2. Sep 28, 2020
  3. Sep 27, 2020
  4. Sep 25, 2020
  5. Sep 24, 2020
  6. Sep 23, 2020
  7. Sep 22, 2020
    • Andrew Morgan's avatar
      Changelog · 48336eeb
      Andrew Morgan authored
      48336eeb
    • Andrew Morgan's avatar
      Fix missing null character check on guest_access room state · 4325be1a
      Andrew Morgan authored
      When updating room_stats_state, we try to check for null bytes slipping
      in to the
      content for state events. It turns out we had added guest_access as a
      field to
      room_stats_state without including it in the null byte check.
      
      Lo and behold, a null byte in a m.room.guest_access event then breaks
      room_stats_state
      updates.
      
      This PR adds the check for guest_access. A further PR will improve this
      function so that this hopefully does not happen again in future.
      4325be1a
    • Dirk Klimpel's avatar
      Fixed a bug with reactivating users with the admin API (#8362) · 89982175
      Dirk Klimpel authored
      Fixes: #8359 
      
      Trying to reactivate a user with the admin API (`PUT /_synapse/admin/v2/users/<user_name>`) causes an internal server error.
      
      Seems to be a regression in #8033.
      Unverified
      89982175
Loading