- Apr 28, 2016
-
-
David Baker authored
-
David Baker authored
-
- Apr 27, 2016
-
-
David Baker authored
so we don't accidentally mail out events people shouldn't see
-
David Baker authored
-
David Baker authored
Say who the messages are from if there's no room name, otherwise it's a bit nonsensical
-
David Baker authored
Add public facing base url to the server so synapse knows what URL to use when converting mxc to http urls for use in emails
-
- Apr 25, 2016
-
-
David Baker authored
Include name of the person we're sending to and add summary text at the top giving an overview of what's happened.
-
David Baker authored
-
- Apr 22, 2016
-
-
David Baker authored
-
David Baker authored
-
David Baker authored
So names of people in a room are given in order
-
David Baker authored
Doesn't get character enocind right yet but makes it not error.
-
David Baker authored
-
David Baker authored
-
- Apr 21, 2016
-
-
David Baker authored
-
David Baker authored
Mostly WIP porting the room name calculation logic from the web client so our room names in the email mirror the clients.
-
- Apr 20, 2016
-
-
David Baker authored
-
David Baker authored
-
David Baker authored
Also pep8 fixes
-
- Apr 19, 2016
-
-
David Baker authored
Copy the stuff over from http pusher that prevents multiple instances of process running at once and sets up logging and measure blocks.
-
David Baker authored
Mostly logic of when to send an email
-
Erik Johnston authored
Split out BaseMediaResource into MediaRepository
-
Erik Johnston authored
-
Erik Johnston authored
This is so that a single MediaRepository can be shared across all resources, rather than having a "copy" per resource. In particular this allows us to guard against both the thumbnail and download resource triggering a download of remote content at the same time.
-
- Apr 18, 2016
-
-
Erik Johnston authored
Create log context in Measure if one doesn't exist
-
Erik Johnston authored
-
Erik Johnston authored
Lower timeout for make_membership_event
-
Erik Johnston authored
Simplify _check_password
-
- Apr 15, 2016
-
-
Matthew Hodgson authored
-
Matthew Hodgson authored
fix cyrillic URL previews by hardcoding all page decoding to UTF-8 for now, rather than relying on lxml's heuristics which seem to get it wrong
-
Erik Johnston authored
Calls to make_membership_event are done in response to client requests, and so should not be retried over long timeframes.
-
Erik Johnston authored
-
Erik Johnston authored
Use SynapseError 504 for Timeout errors
-
Erik Johnston authored
-
- Apr 14, 2016
-
-
Mark Haines authored
-
David Baker authored
Fix login to error for nonexistent users
-
David Baker authored
Fixes SYN-680
-
Matthew Hodgson authored
-
Kegsay authored
Make v2_alpha reg follow the AS API specification
-
Kegan Dougal authored
The spec is clear the key should be 'user' not 'username' and this is indeed the case for v1. This is not true for v2_alpha though, which is what this commit is fixing.
-