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
    • 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>
      Unverified
      92b75388
    • Dirk Klimpel's avatar
    • Patrick Cloke's avatar
      Do not allow MSC3440 threads to fork threads (#11161) · 4bd54b26
      Patrick Cloke authored
      Adds validation to the Client-Server API to ensure that
      the potential thread head does not relate to another event
      already. This results in not allowing a thread to "fork" into
      other threads.
      
      If the target event is unknown for some reason (maybe it isn't
      visible to your homeserver), but is the target of other events
      it is assumed that the thread can be created from it. Otherwise,
      it is rejected as an unknown event.
      Unverified
      4bd54b26
  9. Nov 17, 2021
  10. Nov 16, 2021
  11. Nov 15, 2021
  12. Nov 12, 2021
  13. Nov 10, 2021
  14. Nov 09, 2021
  15. Nov 08, 2021
Loading