Commit History

Author SHA1 Message Date
  Patrick Cloke bc9dff1d95 Remove unnecessary pass statements. (#12206) 2 years ago
  Patrick Cloke cbd82d0b2d Convert all namedtuples to attrs. (#11665) 2 years ago
  Richard van der Hoff 2215954147 Various opentracing enhancements (#11619) 2 years ago
  Patrick Cloke 3e0cfd447e Return JSON errors for unknown resources under /matrix/client. (#11602) 2 years ago
  Patrick Cloke 33abbc3278 Add missing type hints to synapse.http. (#11571) 2 years ago
  Patrick Cloke b64b6d12d4 Add more type hints to synapse.util. (#11321) 2 years ago
  Sean Quah 2b82ec425f Add type hints for most `HomeServer` parameters (#11095) 2 years ago
  Brendan Abolivier 52aefd5086 Catch AttributeErrors when calling registerProducer (#10995) 2 years ago
  Erik Johnston 37bb93d181 Fix exception responding to request that has been closed (#10932) 2 years ago
  Erik Johnston 707d5e4e48 Encode JSON responses on a thread in C, mk2 (#10905) 2 years ago
  Erik Johnston 50022cff96 Add reactor to `SynapseRequest` and fix up types. (#10868) 2 years ago
  Jonathan de Jong bf72d10dbf Use inline type hints in various other places (in `synapse/`) (#10380) 3 years ago
  Michael[tm] Smith 27c06a6e06 Drop Origin & Accept from Access-Control-Allow-Headers value (#10114) 3 years ago
  Jonathan de Jong 4b965c862d Remove redundant "coding: utf-8" lines (#9786) 3 years ago
  Patrick Cloke 33a02f0f52 Fix additional type hints from Twisted upgrade. (#9518) 3 years ago
  Eric Eastwood 0a00b7ff14 Update black, and run auto formatting over the codebase (#9381) 3 years ago
  Richard van der Hoff f78d07bf00 Split out a separate endpoint to complete SSO registration (#9262) 3 years ago
  Richard van der Hoff a737cc2713 Implement MSC2858 support (#9183) 3 years ago
  Richard van der Hoff 1821f7cc26 Fix buglet in DirectRenderJsonResource (#8897) 3 years ago
  Nicolas Chamo 3f0cba657c Allow Date header through CORS (#8804) 3 years ago
  Tulir Asokan 856eab606b Remove special case of pretty printing JSON responses for curl (#8833) 3 years ago
  Richard van der Hoff c97da1e45d Merge pull request #8678 from matrix-org/rav/fix_frozen_events 3 years ago
  Richard van der Hoff e80eb69887 remove unused imports 3 years ago
  Richard van der Hoff b6ca69e4f1 Remove frozendict_json_encoder and support frozendicts everywhere 3 years ago
  Patrick Cloke 34a5696f93 Fix typos and spelling errors. (#8639) 3 years ago
  Andrew Morgan 3e58ce72b4 Don't bother responding to client requests that have already disconnected (#8465) 3 years ago
  Patrick Cloke 4ff0201e62 Enable mypy checking for unreachable code and fix instances. (#8432) 3 years ago
  Patrick Cloke c619253db8 Stop sub-classing object (#8249) 3 years ago
  Patrick Cloke f594e434c3 Switch the JSON byte producer from a pull to a push producer. (#8116) 3 years ago
  Patrick Cloke 2f4d60a5ba Iteratively encode JSON responses to avoid blocking the reactor. (#8013) 3 years ago