Skip to content
Snippets Groups Projects
  1. Aug 03, 2018
    • Richard van der Hoff's avatar
      Basic support for room versioning · 0ca459ea
      Richard van der Hoff authored
      This is the first tranche of support for room versioning. It includes:
       * setting the default room version in the config file
       * new room_version param on the createRoom API
       * storing the version of newly-created rooms in the m.room.create event
       * fishing the version of existing rooms out of the m.room.create event
      0ca459ea
  2. Aug 01, 2018
  3. Jul 20, 2018
  4. Jul 13, 2018
  5. Jul 09, 2018
  6. Jun 22, 2018
  7. May 22, 2018
  8. Apr 15, 2018
  9. Apr 04, 2018
  10. Jan 27, 2018
  11. Jan 26, 2018
  12. Jan 22, 2018
  13. Jan 09, 2018
  14. Oct 31, 2017
  15. Oct 23, 2017
  16. Sep 19, 2017
  17. May 22, 2017
  18. Dec 09, 2016
  19. Nov 23, 2016
  20. Nov 22, 2016
  21. Nov 21, 2016
  22. Oct 14, 2016
  23. Oct 03, 2016
    • Erik Johnston's avatar
      Implement pluggable password auth · 850b103b
      Erik Johnston authored
      Allows delegating the password auth to an external module. This also
      moves the LDAP auth to using this system, allowing it to be removed from
      the synapse tree entirely in the future.
      850b103b
  24. Sep 23, 2016
  25. Sep 12, 2016
  26. Jul 26, 2016
  27. Jun 22, 2016
    • Martin Weinelt's avatar
      Rework ldap integration with ldap3 · 0a32208e
      Martin Weinelt authored
      
      Use the pure-python ldap3 library, which eliminates the need for a
      system dependency.
      
      Offer both a `search` and `simple_bind` mode, for more sophisticated
      ldap scenarios.
      - `search` tries to find a matching DN within the `user_base` while
        employing the `user_filter`, then tries the bind when a single
        matching DN was found.
      - `simple_bind` tries the bind against a specific DN by combining the
        localpart and `user_base`
      
      Offer support for STARTTLS on a plain connection.
      
      The configuration was changed to reflect these new possibilities.
      
      Signed-off-by: default avatarMartin Weinelt <hexa@darmstadt.ccc.de>
      0a32208e
  28. Jun 17, 2016
  29. Jun 02, 2016
  30. Jun 01, 2016
  31. May 16, 2016
  32. May 13, 2016
  33. Apr 06, 2016
  34. Mar 04, 2016
Loading