summary refs log tree commit diff
path: root/scripts-dev (unfollow)
Commit message (Expand)AuthorFilesLines
2015-07-09code beautifyMuthu Subramanian1-9/+4
2015-07-08code beautifyMuthu Subramanian3-2/+3
2015-07-08code beautifyMuthu Subramanian1-10/+23
2015-07-08Integrate SAML2 basic authentication - uses pysaml2Muthu Subramanian5-4/+122
2015-06-23Oops: underride rule had an identifier with override in it.David Baker1-1/+1
2015-06-23Batch SELECTs in _get_auth_chain_ids_txnErik Johnston1-3/+11
2015-06-19Fix typoErik Johnston1-1/+1
2015-06-19Add comment on cancellation of observersErik Johnston1-0/+3
2015-06-19Fix log context when sending requestsErik Johnston3-52/+68
2015-06-19Remove stale debug linesErik Johnston1-10/+0
2015-06-19Add site_tag to loggerErik Johnston1-2/+2
2015-06-19Add IDs to outbound transactionsErik Johnston1-53/+71
2015-06-19Add Eric Myhre to AUTHORSErik Johnston1-0/+4
2015-06-18Make upload dir a configurable path.Eric Myhre2-2/+6
2015-06-18PEP8Erik Johnston1-2/+3
2015-06-18DocumentationErik Johnston1-4/+11
2015-06-18Don't bother proxying lookups on _NotificationListener to underlying deferredErik Johnston1-10/+2
2015-06-18Refactor the notifier.wait_for_events code to be clearer. Add _NotifierUserSt...Erik Johnston3-70/+73
2015-06-18Fix notifier leakErik Johnston1-21/+20
2015-06-17Fix bug where synapse was sending AS user queries incorrectly.Kegan Dougal2-1/+44
2015-06-16Use another deferred listErik Johnston1-18/+27
2015-06-16Use DeferredListErik Johnston1-9/+9
2015-06-16Don't do unecessary db ops in presence.get_stateErik Johnston2-14/+15
2015-06-16Correct -H SERVER_NAME in config-missing complaint messagePaul "LeoNerd" Evans1-2/+2
2015-06-16Remove access_token from synapse.rest.client.v1.transactions {get,store}_resp...Erik Johnston1-3/+3
2015-06-15Disable twisted access logging. Move access logging to SynapseRequest objectErik Johnston2-75/+79
2015-06-15Log more when we have processed the requestErik Johnston4-4/+23
2015-06-15Create SynapseRequest that overrides __repr__ to not print access_tokenErik Johnston2-17/+46
2015-06-15ChangelogErik Johnston1-0/+5
2015-06-15Bump versionErik Johnston1-1/+1
2015-06-15Make http.server request logging more verbose, but redact access_tokensErik Johnston1-2/+12
2015-06-15Log requests and responses sent via http.clientErik Johnston1-3/+15
2015-06-15Remove redundant newlineErik Johnston1-2/+1
2015-06-15Document listener config. Remove deprecated config optionsErik Johnston2-36/+42</