synapse/synapse/rest
Eric Eastwood dad1559721
Reorganize Pydantic models and types used in handlers (#17279)
Spawning from https://github.com/element-hq/synapse/pull/17187#discussion_r1619492779 around wanting to put `SlidingSyncBody` (parse the request in the rest layer), `SlidingSyncConfig` (from the rest layer, pass to the handler), `SlidingSyncResponse` (pass the response from the handler back to the rest layer to respond) somewhere that doesn't contaminate the imports and cause circular import issues.

 - Moved Pydantic parsing models to `synapse/types/rest`
 - Moved handler types to `synapse/types/handlers`
2024-06-10 15:03:50 -05:00
..
admin Parse json validation (#16923) 2024-04-18 13:57:38 +01:00
client Reorganize Pydantic models and types used in handlers (#17279) 2024-06-10 15:03:50 -05:00
consent Update license headers 2023-11-21 15:29:58 -05:00
key Reorganize Pydantic models and types used in handlers (#17279) 2024-06-10 15:03:50 -05:00
media Ratelimiting of remote media downloads (#17256) 2024-06-05 13:43:36 +01:00
synapse An federation whitelist query endpoint extension (#16848) 2024-05-13 19:38:45 +00:00
__init__.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
health.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
well_known.py Update license headers 2023-11-21 15:29:58 -05:00