| Commit message (Expand) | Author | Files | Lines |
2016-04-25 | Typo | David Baker | 1 | -1/+1 |
2016-04-22 | No we don't: it's just the display name | David Baker | 1 | -1/+0 |
2016-04-22 | Actually do UTF8 correctly | David Baker | 1 | -1/+1 |
2016-04-22 | Sort member events | David Baker | 1 | -0/+4 |
2016-04-22 | Mime part is binary so encode it first. | David Baker | 1 | -1/+1 |
2016-04-22 | Implement group-of-people names | David Baker | 1 | -17/+14 |
2016-04-22 | No inlineCallbacks necessary on this | David Baker | 1 | -1/+0 |
2016-04-21 | Add WIP email template files | David Baker | 2 | -0/+20 |
2016-04-21 | Flesh out email templating | David Baker | 4 | -4/+208 |
2016-04-20 | Generate mails from a template | David Baker | 4 | -31/+49 |
2016-04-20 | more pep8 | David Baker | 1 | -1/+1 |
2016-04-20 | Send a rather basic email notif | David Baker | 6 | -12/+136 |
2016-04-19 | Add single instance & logging stuff | David Baker | 1 | -8/+39 |
2016-04-19 | First bits of emailpusher | David Baker | 7 | -8/+335 |
2016-04-19 | Move MediaRepository to media_repository module | Erik Johnston | 5 | -489/+496 |
2016-04-19 | Split out BaseMediaResource into MediaRepository | Erik Johnston | 6 | -138/+180 |
2016-04-18 | Create log context in Measure if one doesn't exist | Erik Johnston | 2 | -8/+19 |
2016-04-15 | explicitly pass in the charset from Content-Type to lxml to fix cyrillic woes... | Matthew Hodgson | 1 | -6/+18 |
2016-04-15 | fix cyrillic URL previews by hardcoding all page decoding to UTF-8 for now, r... | Matthew Hodgson | 1 | -16/+8 |
2016-04-15 | Lower timeout for make_membership_event | Erik Johnston | 1 | -1/+2 |
2016-04-15 | Simplify _check_password | Erik Johnston | 1 | -5/+9 |
2016-04-15 | Use SynapseError 504 for Timeout errors | Erik Johnston | 1 | -1/+2 |
2016-04-14 | Fix check_password rather than inverting the meaning of _check_local_password... | Mark Haines | 1 | -9/+12 |
2016-04-14 | Fix login to error for nonexistent users | David Baker | 1 | -1/+1 |
2016-04-14 | fix urlparse import thinko breaking tiny URLs | Matthew Hodgson | 1 | -5/+5 |