Commit History

Author SHA1 Message Date
  Patrick Cloke 68a6717312 Reject mentions on the C-S API which are invalid. (#15311) 1 year ago
  Patrick Cloke 1182ae5063 Add helper to parse an enum from query args & use it. (#14956) 1 year ago
  Eric Eastwood 1bf2832714 Indicate what endpoint came back with a JSON response we were unable to parse (#14097) 1 year ago
  David Robertson b58386e37e A second batch of Pydantic models for rest/client/account.py (#13687) 1 year ago
  David Robertson d642ce4b32 Use Pydantic to systematically validate a first batch of endpoints in `synapse.rest.client.account`. (#13188) 1 year ago
  Patrick Cloke 33abbc3278 Add missing type hints to synapse.http. (#11571) 2 years ago
  Dirk Klimpel 941ebe49ff Use HTTPStatus constants in place of literals in `synapse.http` (#11543) 2 years ago
  Dirk Klimpel b3bcacf3c1 Add missing `errcode` to `parse_string` and `parse_boolean` (#11542) 2 years ago
  Eric Eastwood a6f1a3abec Add MSC3030 experimental client and federation API endpoints to get the closest event to a given timestamp (#9445) 2 years ago
  Patrick Cloke ecbfa4fe4f Additional type hints for client REST servlets (part 5) (#10736) 2 years ago
  Michael Telatynski 0ace38b7b3 Experimental support for MSC3266 Room Summary API. (#10394) 2 years ago
  Patrick Cloke 590cc4e888 Add type hints to additional servlet functions (#10437) 2 years ago
  Patrick Cloke 5db118626b Add a return type to parse_string. (#10438) 2 years ago
  Jonathan de Jong bf72d10dbf Use inline type hints in various other places (in `synapse/`) (#10380) 2 years ago
  Patrick Cloke 0555d7b0dc Add additional types to the federation transport server. (#10213) 3 years ago
  Marcus 8070b893db update black to 21.6b0 (#10197) 3 years ago
  Sorunome d936371b69 Implement knock feature (#6739) 3 years ago
  Patrick Cloke c7f3fb2745 Add type hints to the federation server transport. (#10080) 3 years ago
  Patrick Cloke 9e4610cc27 Correct type hints for parse_string(s)_from_args. (#10137) 3 years ago
  Eric Eastwood ac3e02d089 Add `parse_strings_from_args` to get `prev_events` array (#10048) 3 years ago
  Jonathan de Jong 4b965c862d Remove redundant "coding: utf-8" lines (#9786) 3 years ago
  Eric Eastwood 0a00b7ff14 Update black, and run auto formatting over the codebase (#9381) 3 years ago
  Patrick Cloke 514a240aed Remove unused OPTIONS handlers. (#8621) 3 years ago
  Patrick Cloke c619253db8 Stop sub-classing object (#8249) 3 years ago
  Patrick Cloke eebf52be06 Be stricter about JSON that is accepted by Synapse (#8106) 3 years ago
  Patrick Cloke 35450519de Ensure that calls to `json.dumps` are compatible with the standard library json. (#7836) 3 years ago
  Patrick Cloke 66a4af8d96 Do not use canonicaljson to magically handle decoding bytes from JSON. (#7802) 3 years ago
  Andrew Morgan 3916e1b97a Clean up newline quote marks around the codebase (#6362) 4 years ago
  Andrew Morgan 54fef094b3 Remove usage of deprecated logger.warn method from codebase (#6271) 4 years ago
  Jorik Schellekens 909827b422 Add opentracing to all client servlets (#5983) 4 years ago