summary refs log tree commit diff
path: root/synapse/api/auth.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-08-17Make push Measure finer grainedErik Johnston1-4/+5
2016-08-17Make notify_interested_services fasterErik Johnston4-130/+104
2016-08-17Set `Content-Security-Policy` on media repoErik Johnston1-0/+1
This is to inform browsers that they should sandbox the returned media. This is particularly cruical for javascript/HTML files.
2016-08-17Add None check to _iterate_over_textErik Johnston1-1/+1
2016-08-17Change name of metricMatrix1-1/+1
2016-08-17Move Measure block inside loopErik Johnston1-9/+9
2016-08-17Clean up _ServiceQueuerErik Johnston2-32/+31
2016-08-17Remove dead appservice codeErik Johnston1-39/+2
2016-08-17Update unit testsErik Johnston1-0/+2
2016-08-17Measure notify_interested_servicesErik Johnston1-19/+22
2016-08-16Do it in storage functionErik Johnston2-1