Skip to content
Snippets Groups Projects
  1. Jan 09, 2018
  2. Oct 31, 2017
  3. Oct 23, 2017
  4. Sep 19, 2017
  5. May 22, 2017
  6. Dec 09, 2016
  7. Nov 23, 2016
  8. Nov 22, 2016
  9. Nov 21, 2016
  10. Oct 14, 2016
  11. 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
  12. Sep 23, 2016
  13. Sep 12, 2016
  14. Jul 26, 2016
  15. 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
  16. Jun 17, 2016
  17. Jun 02, 2016
  18. Jun 01, 2016
  19. May 16, 2016
  20. May 13, 2016
  21. Apr 06, 2016
  22. Mar 04, 2016
  23. Mar 03, 2016
  24. Mar 01, 2016
    • Mark Haines's avatar
      Add a /replication API for extracting the updates that happened on · 60a0f81c
      Mark Haines authored
      synapse
      
      This is necessary for replicating the data in synapse to be visible to a
      separate service because presence and typing notifications aren't stored
      in a database so won't be visible to another process.
      
      This API can be used to either get the raw data by requesting the tables
      themselves or to just receive notifications for updates by following the
      streams meta-stream.
      
      Returns updates for each table requested a JSON array of arrays with a
      row for each row in the table.
      
      Each table is prefixed by a header row with the: name of the table,
      current stream_id position for the table, number of rows, number of
      columns and the names of the columns.
      This is followed by the rows that have been added to the server since
      the requester last asked.
      
      The API has a timeout and is hooked up to the notifier so that a slave
      can long poll for updates.
      60a0f81c
  25. Feb 19, 2016
  26. Feb 17, 2016
  27. Feb 11, 2016
  28. Feb 03, 2016
  29. Jan 29, 2016
  30. Jan 27, 2016
  31. Jan 26, 2016
  32. Jan 07, 2016
  33. Dec 01, 2015
  34. Nov 10, 2015
  35. Nov 02, 2015
  36. Oct 13, 2015
  37. Aug 26, 2015
  38. Aug 25, 2015
Loading