summary refs log tree commit diff
path: root/tests (unfollow)
Commit message (Expand)AuthorFilesLines
2016-04-21Replicate push actionsMark Haines1-0/+43
2016-04-20Always use state cache entry if it existsErik Johnston1-3/+10
2016-04-20Add some logging to state resolve_eventsErik Johnston1-0/+5
2016-04-19Add cache to _get_state_groups_from_groupsErik Johnston1-3/+16
2016-04-19Add a slaved receipts storeMark Haines4-3/+104
2016-04-19Make InsecureInterceptableContextFactory work with SpiderEndpointErik Johnston1-1/+4
2016-04-19Replicate get_invited_rooms_for_userMark Haines2-2/+19
2016-04-19Add self.media_repo to PreviewUrlResourceErik Johnston1-0/+1
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-1/+1
2016-04-14fix urlparse import thinko breaking tiny URLsMatthew Hodgson1-5/+5
2016-04-14Make v2_alpha reg follow the AS API specificationKegan Do