synapse/synapse
Devon Hudson bc42899008
Allow subpaths in MAS endpoints (#19186)
Fixes #19184

### 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))
2025-11-18 18:45:33 +00:00
..
_scripts MSC4140: Remove auth from delayed event management endpoints (#19152) 2025-11-13 18:56:17 +00:00
api Allow subpaths in MAS endpoints (#19186) 2025-11-18 18:45:33 +00:00
app Run background updates on all databases (#19181) 2025-11-17 15:32:21 +00:00
appservice Add debug logs to track Clock callbacks (#19173) 2025-11-13 12:07:23 -06:00
config Merge branch 'release-v1.142' into develop 2025-11-07 12:09:02 +00:00
crypto Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
events Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
federation Fix potential lost logcontext when PerDestinationQueue.shutdown(...) (#19178) 2025-11-13 15:17:15 -06:00
handlers Fix bad deferred logcontext handling (#19180) 2025-11-14 11:21:15 -06:00
http Fix bad deferred logcontext handling (#19180) 2025-11-14 11:21:15 -06:00
logging Restore printing sentinel for log_record.request (#19172) 2025-11-13 09:57:56 -06:00
media Fix bad deferred logcontext handling (#19180) 2025-11-14 11:21:15 -06:00
metrics Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
module_api Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
push Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
replication Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
res Updated providers.json to use X instead of Twitter following rebrand and schema change (#18767) 2025-09-26 11:06:50 +01:00
rest MSC4140: Remove auth from delayed event management endpoints (#19152) 2025-11-13 18:56:17 +00:00
server_notices Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
spam_checker_api Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
state Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
static Update link to the clients webpage, fix #15825 (#15874) 2023-07-06 17:28:09 +02:00
storage Remove support for PostgreSQL 13 (#19170) 2025-11-13 19:38:59 +00:00
streams Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
synapse_rust Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
types Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
util Fix bad deferred logcontext handling (#19180) 2025-11-14 11:21:15 -06:00
__init__.py Drop Python 3.9, bump tests/builds to Python 3.10 (#19099) 2025-10-29 12:15:00 -05:00
event_auth.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
notifier.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
py.typed
server.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00
visibility.py Write union types as X | Y where possible (#19111) 2025-11-06 14:02:33 -06:00