Patrick Cloke
|
42aea0d8af
|
Add final type hint to tests.unittest. (#15072)
Adds a return type to HomeServerTestCase.make_homeserver and deal
with any variables which are no longer Any.
|
2023-02-14 14:03:35 -05:00 |
Dirk Klimpel
|
2281427175
|
Use literals in place of `HTTPStatus` constants in tests (#13488)
* Use literals in place of `HTTPStatus` constants in tests
* newsfile
* code style
* code style
|
2022-08-10 11:01:12 -07:00 |
Dirk Klimpel
|
c97042f7ee
|
Use literals in place of `HTTPStatus` constants in tests (#13469)
|
2022-08-08 13:21:27 -07:00 |
Dirk Klimpel
|
901b264c0c
|
Add type hints to `tests/rest/admin` (#11851)
|
2022-01-31 14:20:05 -05:00 |
Dirk Klimpel
|
35b1900f00
|
Convert status codes to `HTTPStatus` in `tests.rest.admin` (#11455)
|
2021-11-30 09:53:54 +00:00 |
reivilibre
|
642a42edde
|
Flatten the synapse.rest.client package (#10600)
|
2021-08-17 11:57:58 +00:00 |
Will Hunt
|
a933c2c7d8
|
Add an admin API to check if a username is available (#10578)
This adds a new API GET /_synapse/admin/v1/username_available?username=foo to check if a username is available. It is the counterpart to https://matrix.org/docs/spec/client_server/r0.6.0#get-matrix-client-r0-register-available, except that it works even if registration is disabled.
|
2021-08-17 10:52:38 +01:00 |