Skip to content
Snippets Groups Projects
  1. Nov 29, 2021
  2. Nov 26, 2021
  3. Nov 25, 2021
  4. Nov 24, 2021
  5. Nov 23, 2021
  6. Nov 22, 2021
  7. Nov 19, 2021
  8. Nov 18, 2021
    • Eric Eastwood's avatar
      Prevent historical state from being pushed to an application service via... · 7ffddd81
      Eric Eastwood authored
      Prevent historical state from being pushed to an application service via `/transactions` (MSC2716) (#11265)
      
      Mark historical state from the MSC2716 `/batch_send` endpoint as `historical` which makes it `backfilled` and have a negative `stream_ordering` so it doesn't get queried by `/transactions`.
      
      Fix https://github.com/matrix-org/synapse/issues/11241
      
      Complement tests: https://github.com/matrix-org/complement/pull/221
      7ffddd81
    • Shay's avatar
      Remove legacy code related to deprecated... · 92b75388
      Shay authored
      Remove legacy code related to deprecated `trust_identity_server_for_password_resets` config flag (#11333)
      
      * remove code legacy code related to deprecated config flag "trust_identity_server_for_password_resets" from synapse/config/emailconfig.py
      
      * remove legacy code supporting depreciated config flag "trust_identity_server_for_password_resets" from synapse/config/registration.py
      
      * remove legacy code supporting depreciated config flag "trust_identity_server_for_password_resets" from synapse/handlers/identity.py
      
      * add tests to ensure config error is thrown and synapse refuses to start when depreciated config flag is found
      
      * add changelog
      
      * slightly change behavior to only check for deprecated flag if set to 'true'
      
      * Update changelog.d/11333.misc
      
      Co-authored-by: default avatarreivilibre <oliverw@matrix.org>
      
      Co-authored-by: default avatarreivilibre <oliverw@matrix.org>
      92b75388
Loading