Skip to content
Snippets Groups Projects
  1. Aug 01, 2018
  2. Jul 20, 2018
  3. Jul 13, 2018
  4. Jul 09, 2018
  5. Jun 22, 2018
  6. May 22, 2018
  7. Apr 15, 2018
  8. Apr 04, 2018
  9. Jan 27, 2018
  10. Jan 26, 2018
  11. Jan 22, 2018
    • Matthew Hodgson's avatar
      Add federation_domain_whitelist option (#2820) · ab9f844a
      Matthew Hodgson authored
      Add federation_domain_whitelist
      
      gives a way to restrict which domains your HS is allowed to federate with.
      useful mainly for gracefully preventing a private but internet-connected HS from trying to federate to the wider public Matrix network
      ab9f844a
  12. Jan 09, 2018
  13. Oct 31, 2017
  14. Oct 23, 2017
  15. Sep 19, 2017
  16. May 22, 2017
  17. Dec 09, 2016
  18. Nov 23, 2016
  19. Nov 22, 2016
  20. Nov 21, 2016
  21. Oct 14, 2016
  22. 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
  23. Sep 23, 2016
  24. Sep 12, 2016
  25. Jul 26, 2016
  26. 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
  27. Jun 17, 2016
  28. Jun 02, 2016
  29. Jun 01, 2016
  30. May 16, 2016
  31. May 13, 2016
  32. Apr 06, 2016
  33. Mar 04, 2016
  34. Mar 03, 2016
Loading