- Aug 04, 2016
-
-
Erik Johnston authored
-
- Aug 03, 2016
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
PR feedback
-
Erik Johnston authored
Ensure we only persist an event once at a time
-
Erik Johnston authored
-
Erik Johnston authored
-
Richard van der Hoff authored
It turns out that it's more useful to return a null device display name (and let clients decide how to handle it: eg, falling back to device_id) than using a constant string like "unknown device".
-
Erik Johnston authored
-
Mark Haines authored
-
- Aug 02, 2016
-
-
Mark Haines authored
* Factor out some of the code shared between the different sytest jenkins scripts * Exclude jenkins from the MANIFEST * Fix dendron build * Missing new line * Poke jenkins * Export the PORT_BASE and PORT_COUNT * Poke jenkins
-
Richard van der Hoff authored
Refactor the e2e query handler to separate out the local query, and then make the federation handler use it.
-
Erik Johnston authored
Fix response cache
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Cache federation state responses
-
Erik Johnston authored
-
Erik Johnston authored
Split out the federation reading portions into a separate.
-
Erik Johnston authored
-
David Baker authored
Fix adding emails on registration
-
Mark Haines authored
-
Erik Johnston authored
-
Erik Johnston authored
Ignore AlreadyCalled errors on timer cancel
-
- Aug 01, 2016
-
-
Richard van der Hoff authored
-
Matthew Hodgson authored
-
- Jul 31, 2016
-
-
Erik Johnston authored
-
- Jul 29, 2016
-
-
David Baker authored
Synapse was not adding email addresses to accounts registered with an email address, due to too many different variables called 'result'. Rename both of them. Also remove the defer.returnValue() with no params because that's not a thing.
-
Paul Evans authored
Forbid non-ASes from registering users whose names begin with '_'
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Handle the case of missing auth events when joining a room
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Mark Haines authored
Create separate methods for getting messages to push
-
Mark Haines authored
-
- Jul 28, 2016
-
-
Mark Haines authored
for the email and http pushers rather than trying to make a single method that will work with their conflicting requirements. The http pusher needs to get the messages in ascending stream order, and doesn't want to miss a message. The email pusher needs to get the messages in descending timestamp order, and doesn't mind if it misses messages.
-
Erik Johnston authored
-
Kegsay authored
Comment get_unread_push_actions_for_user_in_range function
-