summary refs log tree commit diff
path: root/docs/sphinx/synapse.api.rst (unfollow)
Commit message (Expand)AuthorFilesLines
2016-04-21TypoErik Johnston1-1/+1
2016-04-21Need to do _background_update_progress_txn in actual transactionErik Johnston1-6/+8
2016-04-21Update progress when creating indexErik Johnston1-0/+7
2016-04-21Fix SQL statementErik Johnston1-3/+3
2016-04-21Create index must be on a connErik Johnston1-6/+13
2016-04-21Create index concurrentlyErik Johnston2-6/+14
2016-04-21Add missing run_upgradeErik Johnston1-0/+4
2016-04-21Optimise event_search in postgresErik Johnston3-5/+137
2016-04-21pip install new python dependencies in jenkins.shMark Haines3-86/+2
2016-04-21Make jenkins install lxmlErik Johnston2-0/+2
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 Dougal1-0/+5
2016-04-14