summary refs log tree commit diff
path: root/synapse/rest/client/directory.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reorganize Pydantic models and types used in handlers (#17279)Eric Eastwood2024-06-101-1/+1
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+1
* Update license headersPatrick Cloke2023-11-211-10/+16
* Convert simple_select_one_txn and simple_select_one to return tuples. (#16612)Patrick Cloke2023-11-091-1/+1
* Add support for pydantic v2 via pydantic.v1 compat module (#16332)Maxwell G2023-09-251-1/+7
* Load `/directory/room/{roomAlias}` endpoint on workers (#15333)Dirk Klimpel2023-04-141-2/+4
* Use Pydantic when PUTting room aliases (#14179)David Robertson2022-10-171-23/+35
* Remove unspecced DELETE endpoint that modifies room visibility (#13123)santhoshivan232022-06-281-11/+0
* validate room alias before interacting with the room directory (#13106)santhoshivan232022-06-221-0/+6
* Simplify the alias deletion logic as an application service. (#13093)Quentin Gliech2022-06-171-22/+13
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-3/+3
* Addtional type hints for the REST servlets. (#10665)Patrick Cloke2021-08-231-29/+49
* Flatten the synapse.rest.client package (#10600)reivilibre2021-08-171-0/+185