element-synapse/synapse/_scripts
Andrew Ferrazzutti 9e23cded8f
MSC4140: Remove auth from delayed event management endpoints (#19152)
As per recent proposals in MSC4140, remove authentication for
restarting/cancelling/sending a delayed event, and give each of those
actions its own endpoint. (The original consolidated endpoint is still
supported for backwards compatibility.)

### Pull Request Checklist

<!-- Please read
https://element-hq.github.io/synapse/latest/development/contributing_guide.html
before submitting your pull request -->

* [x] Pull request is based on the develop branch
* [x] Pull request includes a [changelog
file](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#changelog).
The entry should:
- Be a short description of your change which makes sense to users.
"Fixed a bug that prevented receiving messages from other servers."
instead of "Moved X method from `EventStore` to `EventWorkerStore`.".
  - Use markdown where necessary, mostly for `code blocks`.
  - End with either a period (.) or an exclamation mark (!).
  - Start with a capital letter.
- Feel free to credit yourself, by adding a sentence "Contributed by
@github_username." or "Contributed by [Your Name]." to the end of the
entry.
* [x] [Code
style](https://element-hq.github.io/synapse/latest/code_style.html) is
correct (run the
[linters](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#run-the-linters))

---------

Co-authored-by: Half-Shot <will@half-shot.uk>
2025-11-13 18:56:17 +00:00
..
__init__.py
export_signing_key.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
generate_config.py Remove 'anonymised' from the phone home stats documentation (#13321) 2022-07-19 12:38:29 +00:00
generate_log_config.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
generate_signing_key.py Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
generate_workers_map.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
hash_password.py Fix bcrypt errors preventing users from being able to log in (#19101) 2025-10-28 10:16:02 +00:00
move_remote_media_to_new_store.py Update license headers 2023-11-21 15:29:58 -05:00
register_new_matrix_user.py register_new_matrix_user: Support multiple config files (#18784) 2025-11-10 16:52:57 +00:00
review_recent_signups.py Use type hinting generics in standard collections (#19046) 2025-10-22 16:48:19 -05:00
synapse_port_db.py MSC4140: Remove auth from delayed event management endpoints (#19152) 2025-11-13 18:56:17 +00:00
synctl.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
update_synapse_database.py No need to have version_string as an argument since it's always the same (#19012) 2025-10-07 13:27:24 -05:00