summary refs log tree commit diff
path: root/synapse/rest/admin/federation.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'gitlab/clokep/license-license' into new_developErik Johnston2023-12-131-10/+16
|\
| * Update license headersPatrick Cloke2023-11-211-10/+16
* | Set response values to zero if None for /_synapse/admin/v1/federation/destina...Will Hunt2023-12-051-2/+2
|/
* Remove more usages of cursor_to_dict. (#16551)Patrick Cloke2023-10-261-1/+13
* Convert simple_select_list_paginate_txn to return tuples. (#16433)Patrick Cloke2023-10-061-1/+7
* Add helper to parse an enum from query args & use it. (#14956)Patrick Cloke2023-02-011-3/+4
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-4/+4
* Add admin API to get a list of federated rooms (#11658)Dirk Klimpel2022-01-251-0/+56
* Add admin API to reset connection timeouts for remote server (#11639)Dirk Klimpel2022-01-251-1/+43
* Fix get federation status of destination if no error occured (#11593)Dirk Klimpel2022-01-051-7/+19
* Clean up `synapse.rest.admin` (#11535)Dirk Klimpel2021-12-081-1/+1
* Add admin API to get some information about federation status (#11407)Dirk Klimpel2021-12-061-0/+135