summary refs log tree commit diff
path: root/synapse/app (unfollow)
Commit message (Expand)AuthorFilesLines
2018-05-16remove empty lineNeil Johnson1-1/+0
2018-05-16remove unused method recurring_user_daily_visit_statsNeil Johnson1-3/+0
2018-05-16style and further contraining queryNeil Johnson1-8/+12
2018-05-15pep8Neil Johnson1-1/+0
2018-05-15Limit query load of generate_user_daily_visitsNeil Johnson2-27/+54
2018-05-15ConsentResource to gather policy consent from usersRichard van der Hoff14-5/+446
2018-05-14further musical chairsNeil Johnson1-2/+3
2018-05-14rearrange and collect related PRsNeil Johnson1-26/+27
2018-05-14v0.29.0-rc1: bump version and change log v0.29.0-rc1Neil Johnson2-3/+65
2018-05-14instead of inserting user daily visit data at the end of the day, instead ins...Neil Johnson2-43/+30
2018-05-11Use stream rather depth ordering for push actionsErik Johnston3-40/+18
2018-05-10transaction_id, destination twiceDamir Manapov1-2/+0
2018-05-10Set Server header in SynapseRequestRichard van der Hoff23-27/+28
2018-05-10Catch failure to part user from roomDavid Baker1-7/+13
2018-05-10Many docstringsDavid Baker2-0/+36
2018-05-10Remove redundant request_handler decoratorRichard van der Hoff7-38/+42
2018-05-10Factor wrap_request_handler_with_logging out of wrap_request_handlerRichard van der Hoff1-54/+66
2018-05-10Remove include_metrics paramRichard van der Hoff1-17/+7
2018-05-10Move outgoing_responses_counter handling to RequestMetricsRichard van der Hoff2-4/+2
2018-05-10Bump requests_counter in wrapped_request_handlerRichard van der Hoff1-4/+11
2018-05-10Move RequestMetrics handling into SynapseRequest.processing()Richard van der Hoff2-24/+64
2018-05-10Make RequestMetrics take a raw time rather than a clockRichard van der Hoff2-6/+6
2018-05-10