summary refs log tree commit diff
path: root/tox.ini (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-18Make storage providers more configurableErik Johnston3-31/+98
2018-01-17Add docstringErik Johnston1-1/+1
2018-01-16fix typoMatthew Hodgson1-1/+1
2018-01-16Use local varsErik Johnston1-6/+2
2018-01-16Change _generate_thumbnails to take media_typeErik Johnston2-7/+10
2018-01-16Move setting of file_id up to callerErik Johnston2-13/+14
2018-01-16Fix typoErik Johnston1-7/+10
2018-01-16Fix up log linesErik Johnston2-7/+10
2018-01-16document metrics changesRichard van der Hoff2-8/+58
2018-01-16Correctly use server_name/file_id when generating/fetching remote thumbnailsErik Johnston2-5/+8
2018-01-16Log when we respond with 404Erik Johnston2-1/+8
2018-01-16Fix a logcontext leak in persist_eventsRichard van der Hoff1-1/+8
2018-01-16Fix thumbnailing remote filesErik Johnston2-2/+30
2018-01-15Metrics for events processed in appservice and fed senderRichard van der Hoff2-0/+11
2018-01-15Metrics for number of RDATA commands receivedRichard van der Hoff1-5/+14
2018-01-15Reorganise request and block metricsRichard van der Hoff2-25/+84
2018-01-15mechanism to render metrics with alternative namesRichard van der Hoff1-13/+40
2018-01-15Add some comments to metrics classesRichard van der Hoff1-1/+27
2018-01-12Make Counter render floatsRichard van der Hoff1-3/+10
2018-01-12Reinstate media download on thumbnail requestRichard van der Hoff1-0/+5
2018-01-12Fix up commentsErik Johnston2-7/+16
2018-01-12Correctly reraise exceptionErik Johnston1-2/+4
2018-01-12Make Responder a context managerErik Johnston2-9/+10
2018-01-12Add missing class varErik Johnston1-0/+3
2018-01-12Remove unnecessary conditionErik Johnston1-4/+1
2018-01-12Remove unused variablesErik Johnston1-3/+0
2018-01-12Make class var localErik Johnston1-3/+3
2018-01-12CommentsErik Johnston3-15/+65
2018-01-12Actually make it workErik Johnston2-2/+15
2018-01-12RefactorErik Johnston1-9/+4
2018-01-11When using synctl with workers, don't start the main synapse automaticallyErik Johnston2-8/+33
2018-01-10Do bcrypt hashing in a background threadErik Johnston3-10/+18
2018-01-10fix order of operations derp and also use `.get` to default to {}Michael Telatynski1-2/+3
2018-01-10Fix publicised groups API (singular) over federationMichael Telatynski1-4/+4
2018-01-09Update http request metrics before calling servletRichard van der Hoff1-11/+19
2018-01-09Add StorageProvider conceptErik Johnston3-9/+162
2018-01-09