MatrixSynapse/scripts-dev
Eric Eastwood 8f10c8b054
Move MSC3030 `/timestamp_to_event` endpoint to stable v1 location (#14471)
Fix https://github.com/matrix-org/synapse/issues/14390

 - Client API: `/_matrix/client/unstable/org.matrix.msc3030/rooms/<roomID>/timestamp_to_event?ts=<timestamp>&dir=<direction>` -> `/_matrix/client/v1/rooms/<roomID>/timestamp_to_event?ts=<timestamp>&dir=<direction>`
 - Federation API: `/_matrix/federation/unstable/org.matrix.msc3030/timestamp_to_event/<roomID>?ts=<timestamp>&dir=<direction>` -> `/_matrix/federation/v1/timestamp_to_event/<roomID>?ts=<timestamp>&dir=<direction>`

Complement test changes: https://github.com/matrix-org/complement/pull/559
2022-11-28 15:54:18 -06:00
..
build_debian_packages.py Build Debian packages for Ubuntu 22.10 Kinetic Kudu (#14396) 2022-11-09 10:33:13 +00:00
check-newsfragment.sh
check_line_terminators.sh
check_pydantic_models.py
check_schema_delta.py
complement.sh Move MSC3030 `/timestamp_to_event` endpoint to stable v1 location (#14471) 2022-11-28 15:54:18 -06:00
config-lint.sh
database-save.sh
docker_update_debian_changelog.sh
dump_macaroon.py
federation_client.py Fixes to `federation_client` dev script (#14479) 2022-11-20 17:41:17 +00:00
generate_sample_config.sh
lint.sh
make_full_schema.sh
mypy_synapse_plugin.py
next_github_number.sh
release.py Remove unused type-ignores (#14433) 2022-11-14 13:46:29 +00:00
sign_json.py