| Commit message (Expand) | Author | Files | Lines |
2020-07-24 | Convert state resolution to async/await (#7942) | Patrick Cloke | 18 | -184/+198 |
2020-07-24 | Fix up types and comments that refer to Deferreds. (#7945) | Patrick Cloke | 9 | -157/+174 |
2020-07-24 | Do not convert async functions to Deferreds in the interactive_auth_handler (... | Patrick Cloke | 2 | -26/+22 |
2020-07-24 | Convert more of the media code to async/await (#7873) | Patrick Cloke | 4 | -34/+47 |
2020-07-24 | Return an empty body for OPTIONS requests. (#7886) | Patrick Cloke | 3 | -25/+12 |
2020-07-24 | Downgrade warning on client disconnect to INFO (#7928) | Richard van der Hoff | 3 | -61/+3 |
2020-07-23 | Convert presence handler helpers to async/await. (#7939) | Patrick Cloke | 3 | -24/+24 |
2020-07-23 | Update the auth providers to be async. (#7935) | Patrick Cloke | 4 | -112/+118 |
2020-07-23 | Put a cache on `/state_ids` (#7931) | Richard van der Hoff | 2 | -2/+12 |
2020-07-23 | Abort federation requests if the client disconnects early (#7930) | Richard van der Hoff | 2 | -0/+7 |
2020-07-23 | Reorder database docs to promote postgresql. (#7933) | Michael Kaye | 2 | -5/+6 |
2020-07-23 | Convert the federation agent and related code to async/await. (#7874) | Patrick Cloke | 5 | -53/+51 |
2020-07-22 | Follow-up to admin API to re-activate accounts (#7908) | Patrick Cloke | 3 | -6/+43 |
2020-07-22 | Convert the message handler to async/await. (#7884) | Patrick Cloke | 10 | -238/+273 |
2020-07-22 | Update the dates for ACME v1 EOL | Brendan Abolivier | 2 | -2/+4 |
2020-07-22 | Skip serializing /sync response if client has disconnected (#7927) | Richard van der Hoff | 2 | -0/+7 |
2020-07-22 | Add debugging to sync response generation (#7929) | Richard van der Hoff | 3 | -2/+19 |
2020-07-22 | Remove an unused prometheus metric (#7878) | Richard van der Hoff | 2 | -3/+2 |
2020-07-22 | Track command processing as a background process (#7879) | Richard van der Hoff | 4 | -3/+40 |
2020-07-22 | Clean up PreserveLoggingContext (#7877) | Richard van der Hoff | 2 | -16/+14 |
2020-07-22 | fix an incorrect comment | Richard van der Hoff | 1 | -2/+2 |
2020-07-21 | Convert room list handler to async/await. (#7912) | Patrick Cloke | 3 | -41/+32 |
2020-07-21 | Element CSS and logo in email templates (#7919) | Jason Robinson | 4 | -0/+12 |
2020-07-20 | Lint the contrib/ directory in CI and linting scripts, add synctl to linting ... | Andrew Morgan | 11 | -82/+71 |
2020-07-20 | Remove unused code from synapse.logging.utils. (#7897) | Karthikeyan Singaravelan | 2 | -126/+2 |
2020-07-20 | Fix a typo in the sample config. (#7890) | Adrian | 3 | -2/+3 |
2020-07-20 | Fix deprecation warning: import ABC from collections.abc (#7892) | Karthikeyan Singaravelan | 5 | -6/+7 |
2020-07-20 | Change sample config's postgres user to synapse_user (#7889) | Andrew Morgan | 3 | -2/+3 |
2020-07-20 | Fix deprecation warning due to invalid escape sequences (#7895) | Karthikeyan Singaravelan | 2 | -4/+5 |
2020-07-17 | Remove Ubuntu Eoan that is now EOL (#7888) | Gary Kim | 2 | -1/+1 |
2020-07-17 | Fix the trace function for async functions. (#7872) | Patrick Cloke | 2 | -23/+41 |
2020-07-17 | Add help for creating a user via docker (#7885) | Michael Kaye | 2 | -0/+16 |
2020-07-17 | Switch to Debian:Slim from Alpine for the docker image (#7839) | Christopher May-Townsend | 3 | -40/+30 |
2020-07-17 | Stop using 'device_max_stream_id' (#7882) | Erik Johnston | 4 | -5/+3 |
2020-07-17 | Fix TypeError in synapse.notifier (#7880) | Erik Johnston | 2 | -0/+9 |
2020-07-17 | Add a default limit (of 100) to get/sync operations. (#7858) | Patrick Cloke | 4 | -4/+18 |
2020-07-17 | Change "unknown room ver" logging to warning. (#7881) | Erik Johnston | 2 | -1/+2 |
2020-07-17 | Convert device handler to async/await (#7871) | Patrick Cloke | 6 | -166/+162 |
2020-07-17 | Convert synapse.app to async/await. (#7868) | Patrick Cloke | 4 | -41/+37 |
2020-07-17 | Convert _base, profile, and _receipts handlers to async/await (#7860) | Patrick Cloke | 6 | -59/+53 |
2020-07-16 | Add admin endpoint to get members in a room. (#7842) | Michael Albert | 5 | -1/+107 |
2020-07-16 | Consistently use `db_to_json` to convert from database values to JSON objects... | Patrick Cloke | 22 | -82/+80 |
2020-07-16 | |