Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2018-01-18 | Make all fields private | Erik Johnston | 1 | -31/+31 |
2018-01-18 | Ensure we registerProducer isn't called twice | Erik Johnston | 1 | -0/+3 |
2018-01-18 | Fix _notify_empty typo | Erik Johnston | 1 | -1/+1 |
2018-01-18 | Move definition of paused_producer to __init__ | Erik Johnston | 1 | -2/+4 |
2018-01-18 | Fix comments | Erik Johnston | 1 | -3/+3 |
2018-01-17 | Add decent impl of a FileConsumer | Erik Johnston | 2 | -0/+296 |
2018-01-17 | Add docstring | Erik Johnston | 1 | -1/+1 |
2018-01-16 | fix typo | Matthew Hodgson | 1 | -1/+1 |
2018-01-16 | Use local vars | Erik Johnston | 1 | -6/+2 |
2018-01-16 | Change _generate_thumbnails to take media_type | Erik Johnston | 2 | -7/+10 |
2018-01-16 | Move setting of file_id up to caller | Erik Johnston | 2 | -13/+14 |
2018-01-16 | Fix typo | Erik Johnston | 1 | -7/+10 |
2018-01-16 | Fix up log lines | Erik Johnston | 2 | -7/+10 |
2018-01-16 | document metrics changes | Richard van der Hoff | 2 | -8/+58 |
2018-01-16 | Correctly use server_name/file_id when generating/fetching remote thumbnails | Erik Johnston | 2 | -5/+8 |
2018-01-16 | Log when we respond with 404 | Erik Johnston | 2 | -1/+8 |
2018-01-16 | Fix a logcontext leak in persist_events | Richard van der Hoff | 1 | -1/+8 |
2018-01-16 | Fix thumbnailing remote files | Erik Johnston | 2 | -2/+30 |
2018-01-15 | Metrics for events processed in appservice and fed sender | Richard van der Hoff | 2 | -0/+11 |
2018-01-15 | Metrics for number of RDATA commands received | Richard van der Hoff | 1 | -5/+14 |
2018-01-15 | Reorganise request and block metrics | Richard van der Hoff | 2 | -25/+84 |
2018-01-15 | mechanism to render metrics with alternative names | Richard van der Hoff | 1 | -13/+40 |
2018-01-15 | Add some comments to metrics classes | Richard van der Hoff | 1 | -1/+27 |
2018-01-12 | Make Counter render floats | Richard van der Hoff | 1 | -3/+10 |
2018-01-12 | Reinstate media download on thumbnail request | Richard van der Hoff | 1 | -0/+5 |
2018-01-12 | Fix up comments | Erik Johnston | 2 | -7/+16 |
2018-01-12 | Correctly reraise exception | Erik Johnston | 1 | -2/+4 |
2018-01-12 | Make Responder a context manager | Erik Johnston | 2 | -9/+10 |
2018-01-12 | Add missing class var | Erik Johnston | 1 | -0/+3 |
2018-01-12 | Remove unnecessary condition | Erik Johnston | 1 | -4/+1 |
2018-01-12 | Remove unused variables | Erik Johnston | 1 | -3/+0 |
2018-01-12 | Make class var local | Erik Johnston | 1 | -3/+3 |
2018-01-12 | Comments | Erik Johnston | 3 | -15/+65 |
2018-01-12 | Actually make it work | Erik Johnston | 2 | -2/+15 |
2018-01-12 | Refactor | Erik Johnston | 1 | -9/+4 |
2018-01-11 | When using synctl with workers, don't start the main synapse automatically | Erik Johnston | 2 | -8/+33 |
2018-01-10 | Do bcrypt hashing in a background thread | Erik Johnston | 3 | -10/+18 |
2018-01-10 | fix order of operations derp and also use `.get` to default to {} | Michael Telatynski | 1 | -2/+3 |
2018-01-10 | Fix publicised groups API (singular) over federation | Michael Telatynski | 1 | -4/+4 |
2018-01-09 | Update http request metrics before calling servlet | Richard van der Hoff | 1 | -11/+19 |
2018-01-09 | Add StorageProvider concept | Erik Johnston | 3 | -9/+162 |
2018-01-09 | Make PreviewUrlResource |