summary refs log tree commit diff
path: root/debian (unfollow)
Commit message (Expand)AuthorFilesLines
2020-05-01Convert the synapse.notifier module to async/await. (#7395)Patrick Cloke2-10/+8
2020-05-01Wait for current_state_events_membership before populate_stats_process_rooms ...Richard van der Hoff3-1/+37
2020-05-01Thread through instance name to replication client. (#7369)Erik Johnston12-41/+101
2020-05-01Use `stream.current_token()` and remove `stream_positions()` (#7172)Erik Johnston19-154/+30
2020-05-01async/await is_server_admin (#7363)Andrew Morgan22-438/+410
2020-05-01Further improvements to requesting the public rooms list on a homeserver whic...Andrew Morgan3-23/+71
2020-05-01Workaround for assertion errors from db_query_to_update_function (#7378)Richard van der Hoff2-2/+2
2020-04-30Persist user interactive authentication sessions (#7302)Patrick Cloke14-125/+434
2020-04-30Apply federation check for /publicRooms with filter list (#7367)Andrew Morgan2-1/+6
2020-04-29Add instance name to RDATA/POSITION commands (#7364)Erik Johnston10-50/+95
2020-04-29Don't relay REMOTE_SERVER_UP cmds to same conn. (#7352)Erik Johnston6-25/+114
2020-04-29Fix limit logic for EventsStream (#7358)Richard van der Hoff14-67/+658
2020-04-29Fix fallback value for account_threepid_delegates.email (#7316)Andrew Morgan2-3/+9
2020-04-28Clean up admin api docs (#7361)Andrew Morgan2-18/+43
2020-04-28Return total number of users and profile attributes in admin users endpoint (...Manuel Stahl6-36/+100
2020-04-28Add some replication tests (#7278)Erik Johnston3-11/+299
2020-04-28Fix typo 'datbases' in ConfigErrorAndrew Morgan1-1/+1
2020-04-28Fix collation for postgres for unit tests (#7359)Richard van der Hoff2-1/+5
2020-04-28Run replication streamers on workers (#7146)Erik Johnston3-22/+25
2020-04-27Fix incorrect metrics reporting for renew_attestations (#7344)Richard van der Hoff2-10/+10
2020-04-27Document monitoring workers (#7357)Brendan Abolivier2-0/+26
2020-04-27Add some explanation to application_services.md (#7091)lub2-0/+5
2020-04-27