- Mar 16, 2017
-
-
John Kristensen authored
When fetching the list of tables from the postgres database during the db port, it is assumed that the tables are in the public schema. This is not always the case, so lets just rely on postgres to determine the default schema to use.
-
Erik Johnston authored
Implement no op for room stream in sync
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
- Mar 15, 2017
-
-
Erik Johnston authored
Add fallback to last_active_ts if it beats the last sync time on a presence timeout.
-
Erik Johnston authored
Format presence events on the edges instead of reformatting them multiple times
-
Erik Johnston authored
-
Will Hunt authored
-
Erik Johnston authored
-
Will Hunt authored
-
Will Hunt authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
David Baker authored
Handle PartialDownloadError in CAS login
-
Richard van der Hoff authored
Fix assertion to stop transaction queue getting wedged
-
Richard van der Hoff authored
... and update some docstrings to correctly reflect the types being used. get_new_device_msgs_for_remote can return a long under some circumstances, which was being stored in last_device_list_stream_id_by_dest, and was then upsetting things on the next loop.
-
Erik Johnston authored
Add some metrics on notifier
-
Erik Johnston authored
-
Erik Johnston authored
Phone number registration / login support v2
-
- Mar 14, 2017
-
-
Richard van der Hoff authored
Fix routing loop when fetching remote media
-
Richard van der Hoff authored
-
Erik Johnston authored
Reduce number of spurious sync result generations.
-
Erik Johnston authored
Speed up public room list
-
Erik Johnston authored
-
Richard van der Hoff authored
- don't blindly proxy all HTTPRequestExceptions - log unexpected exceptions at error - avoid `isinstance` - improve docs on `from_http_response_exception`
-
Richard van der Hoff authored
Give CodeMessageException back its `msg` attribute, and use that to hold the HTTP status message for HttpResponseException.
-
David Baker authored
-
Erik Johnston authored
-
Erik Johnston authored
Fix current_state_events table to not lie
-
Erik Johnston authored
If we try and persist two state events that have the same ancestor we calculate the wrong current state when persisting those events.
-
David Baker authored
-
David Baker authored
-
Luke Barnard authored
Implement delete_devices API
-
- Mar 13, 2017
-
-
Luke Barnard authored
(But this doesn't implement the same for deleting access tokens or e2e keys. Also respond to code review.
-
David Baker authored
Only offer msisdn flows if the x_show_msisdn option is given.
-
David Baker authored
Changes from https://github.com/matrix-org/synapse/pull/1971
-
Luke Barnard authored
-