summary refs log tree commit diff
path: root/contrib (unfollow)
Commit message (Expand)AuthorFilesLines
2016-04-19_make_dirs was moved to MediaRepositoryErik Johnston1-1/+1
2016-04-19Add store to PreviewUrlResourceErik Johnston1-0/+1
2016-04-19Reorder importsErik Johnston1-7/+8
2016-04-19Move MediaRepository to media_repository moduleErik Johnston5-489/+496
2016-04-19Split out BaseMediaResource into MediaRepositoryErik Johnston6-138/+180
2016-04-18Create log context in Measure if one doesn't existErik Johnston2-8/+19
2016-04-15explicitly pass in the charset from Content-Type to lxml to fix cyrillic woes...Matthew Hodgson1-6/+18
2016-04-15fix cyrillic URL previews by hardcoding all page decoding to UTF-8 for now, r...Matthew Hodgson1-16/+8
2016-04-15Lower timeout for make_membership_eventErik Johnston1-1/+2
2016-04-15Simplify _check_passwordErik Johnston1-5/+9
2016-04-15Use SynapseError 504 for Timeout errorsErik Johnston1-1/+2
2016-04-14Fix check_password rather than inverting the meaning of _check_local_password...Mark Haines1-9/+12
2016-04-14Fix login to error for nonexistent usersDavid Baker1