summary refs log tree commit diff
path: root/tests/state (unfollow)
Commit message (Expand)AuthorFilesLines
2020-07-30Update workers docs (#7990)Stuart Mumford2-25/+35
2020-07-30Fix invite rejection when we have no forward-extremeties (#7980)Richard van der Hoff2-8/+22
2020-07-30Fix typo in docs/workers.md (#7992)Erik Johnston2-1/+2
2020-07-30Convert federation client to async/await. (#7975)Patrick Cloke18-221/+209
2020-07-30Convert appservice to async. (#7973)Patrick Cloke8-103/+122
2020-07-30Convert some of the data store to async. (#7976)Patrick Cloke10-207/+190
2020-07-30Fix formatting of changelog and upgrade notes v1.18.0 release-v1.18.0Olivier Wilkinson (reivilibre)2-2/+1
2020-07-30Ensure that remove_pusher is always async (#7981)Patrick Cloke2-1/+2
2020-07-30Add deprecation warningsOlivier Wilkinson (reivilibre)2-0/+36
2020-07-301.18.0Olivier Wilkinson (reivilibre)4-2/+16
2020-07-29Update worker docs with recent enhancements (#7969)Erik Johnston14-235/+413
2020-07-29Ensure the msg property of HttpResponseException is a string. (#7979)Patrick Cloke3-7/+17
2020-07-29Remove from the event_relations table when purging historical events. (#7978)Patrick Cloke2-0/+3
2020-07-29Add additional logging for SAML sessions. (#7971)Patrick Cloke2-0/+4
2020-07-29Add MSC reference to changelog for #7736Brendan Abolivier1-1/+1
2020-07-29Re-implement unread counts (#7736)Brendan Abolivier11-18/+339
2020-07-29Various improvements to the docs (#7899)Aaron Raimist10-100/+153
2020-07-28Convert storage layer to async/await. (#7963)Patrick Cloke10-185/+210
2020-07-28Add an option to disable purge in delete room admin API (#7964)Dirk Klimpel4-7/+75
2020-07-28Move some log lines from default logger to sql/transaction loggers (#7952)Andrew Morgan2-8/+11
2020-07-28Use the JSON module from the std library instead of simplejson. (#7936)Patrick Cloke3-1/+14
2020-07-28Fix exit code for `check_line_terminators.sh` (#7970)Richard van der Hoff2-1/+5
2020-07-28Option to allow server admins to join complex rooms (#7902)lugino-emeritus5-2/+127
2020-07-281.18.0rc2 v1.18.0rc2Richard van der Hoff5-4/+17
2020-07-28Typing worker needs to handle stream update requests (#7967)Erik Johnston2-1/+2
2020-07-28Fix typo in metrics docs (#7966)Erik Johnston1-1/+1
2020-07-28Add script for finding files with unix line terminators (#7965)Andrew Morgan2-0/+32
2020-07-27Convert the remaining media repo code to async / await. (#7947)Patrick Cloke6-107/+131
2020-07-27Handle replication commands synchronously where possible (#7876)Richard van der Hoff5-86/+113
2020-07-27Convert a synapse.events to async/await. (#7949)Patrick Cloke13-82/+86
2020-07-27Convert groups and visibility code to async / await. (#7951)Patrick Cloke4-37/+31
2020-07-27Convert push to async/await. (#7948)Patrick Cloke10-145/+106
2020-07-27update changelog v1.18.0rc1Richard van der Hoff1-16/+4
2020-07-271.18.0rc1Richard van der Hoff76-76/+106
2020-07-27Fix error reporting when using `opentracing.trace` (#7961)Erik Johnston3-12/+4
2020-07-27Fix typing replication not being handled on master (#7959)Erik Johnston4-7/+12
2020-07-27Remove hacky error handling for inlineDeferreds. (#7950)Patrick Cloke3-21/+13
2020-07-27Convert tests/rest/admin/test_room.py to unix file endings (#7953)Andrew Morgan2-1447/+1448
2020-07-27Support oEmbed for media previews. (#7920)Patrick Cloke3-53/+355
2020-07-24Convert state resolution to async/await (#7942)Patrick Cloke18-184/+198
2020-07-24Fix up types and comments that refer to Deferreds. (#7945)Patrick Cloke9-157/+174
2020-07-24Do not convert async functions to Deferreds in the interactive_auth_handler (...Patrick Cloke2-26/+22
2020-07-24Convert more of the media code to async/await (#7873)Patrick Cloke4-34/+47
2020-07-24Return an empty body for OPTIONS requests. (#7886)Patrick Cloke3-25/+12
2020-07-24Downgrade warning on client disconnect to INFO (#7928)Richard van der Hoff3-61/+3
2020-07-23Convert presence handler helpers to async/await. (#7939)Patrick Cloke3-24/+24
2020-07-23Update the auth providers to be async. (#7935)Patrick Cloke4-112/+118
2020-07-23Put a cache on `/state_ids` (#7931)Richard van der Hoff2-2/+12
2020-07-23Abort federation requests if the client disconnects early (#7930)Richard van der Hoff2-0/+7
2020-07-23Reorder database docs to promote postgresql. (#7933)Michael Kaye2-5/+6
2020-07-23Convert the federation agent and related code to async/await. (#7874)Patrick Cloke5-53/+51
2020-07-22Follow-up to admin API to re-activate accounts (#7908)Patrick Cloke3-6/+43
2020-07-22Convert the message handler to async/await. (#7884)Patrick Cloke10-238/+273
2020-07-22Update the dates for ACME v1 EOLBrendan Abolivier2-2/+4
2020-07-22Skip serializing /sync response if client has disconnected (#7927)Richard van der Hoff2-0/+7
2020-07-22Add debugging to sync response generation (#7929)Richard van der Hoff3-2/+19
2020-07-22Remove an unused prometheus metric (#7878)Richard van der Hoff2-3/+2
2020-07-22Track command processing as a background process (#7879)Richard van der Hoff4-3/+40
2020-07-22Clean up PreserveLoggingContext (#7877)Richard van der Hoff2-16/+14
2020-07-22fix an incorrect commentRichard van der Hoff1-2/+2
2020-07-21Convert room list handler to async/await. (#7912)Patrick Cloke3-41/+32
2020-07-21Element CSS and logo in email templates (#7919)Jason Robinson4-0/+12
2020-07-20Lint the contrib/ directory in CI and linting scripts, add synctl to linting ...Andrew Morgan11-82/+71
2020-07-20Remove unused code from synapse.logging.utils. (#7897)Karthikeyan Singaravelan2-126/+2
2020-07-20Fix a typo in the sample config. (#7890)Adrian3-2/+3
2020-07-20Fix deprecation warning: import ABC from collections.abc (#7892)Karthikeyan Singaravelan5-6/+7
2020-07-20Change sample config's postgres user to synapse_user (#7889)Andrew Morgan3-2/+3
2020-07-20Fix deprecation warning due to invalid escape sequences (#7895)Karthikeyan Singaravelan2-4/+5
2020-07-17Remove Ubuntu Eoan that is now EOL (#7888)Gary Kim2-1/+1
2020-07-17Fix the trace function for async functions. (#7872)Patrick Cloke2-23/+41
2020-07-17Add help for creating a user via docker (#7885)Michael Kaye2-0/+16
2020-07-17Switch to Debian:Slim from Alpine for the docker image (#7839)Christopher May-Townsend3-40/+30
2020-07-17Stop using 'device_max_stream_id' (#7882)Erik Johnston4-5/+3
2020-07-17Fix TypeError in synapse.notifier (#7880)Erik Johnston2-0/+9
2020-07-17Add a default limit (of 100) to get/sync operations. (#7858)Patrick Cloke4-4/+18
2020-07-17Change "unknown room ver" logging to warning. (#7881)Erik Johnston2-1/+2
2020-07-17Convert device handler to async/await (#7871)Patrick Cloke6-166/+162
2020-07-17Convert synapse.app to async/await. (#7868)Patrick Cloke4-41/+37
2020-07-17Convert _base, profile, and _receipts handlers to async/await (#7860)Patrick Cloke6-59/+53
2020-07-16Add admin endpoint to get members in a room. (#7842)Michael Albert5-1/+107
2020-07-16Consistently use `db_to_json` to convert from database values to JSON objects...Patrick Cloke22-82/