element-synapse/synapse
Devon Hudson d01a8abc45
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 12:05:41 -07:00
..
_scripts Merge branch 'release-v1.141' into develop 2025-10-28 12:44:07 +00:00
api Allow subpaths in MAS endpoints (#19186) 2025-11-18 12:05:41 -07:00
app Redirect stdout/stderr to logs after initialization (#19131) 2025-11-03 16:16:23 -06:00
appservice Use type hinting generics in standard collections (#19046) 2025-10-22 16:48:19 -05:00
config 1.142.0rc1 regression fix: Allow coercing a str to a FilePath in MasConfigModel (#19144) 2025-11-07 10:41:05 +00:00
crypto Use type hinting generics in standard collections (#19046) 2025-10-22 16:48:19 -05:00
events Pydantic v2 (#19071) 2025-10-31 09:22:22 +00:00
federation Use type hinting generics in standard collections (#19046) 2025-10-22 16:48:19 -05:00
handlers Merge branch 'release-v1.141' into develop 2025-10-28 12:44:07 +00:00
http Pydantic v2 (#19071) 2025-10-31 09:22:22 +00:00
logging Be mindful of other logging context filters in 3rd-party code (#19068) 2025-10-31 10:12:05 -05:00
media Use Pillow's non-experimental getexif (#19098) 2025-10-28 13:11:45 -05:00
metrics Use type hinting generics in standard collections (#19046) 2025-10-22 16:48:19 -05:00
module_api Use type hinting generics in standard collections (#19046) 2025-10-22 16:48:19 -05:00
push Use type hinting generics in standard collections (#19046) 2025-10-22 16:48:19 -05:00
replication Use type hinting generics in standard collections (#19046) 2025-10-22 16:48:19 -05: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 Pydantic v2 (#19071) 2025-10-31 09:22:22 +00:00
server_notices Use type hinting generics in standard collections (#19046) 2025-10-22 16:48:19 -05:00
spam_checker_api Correctly mention previous copyright (#16820) 2024-01-23 11:26:48 +00:00
state Use type hinting generics in standard collections (#19046) 2025-10-22 16:48:19 -05:00
static Update link to the clients webpage, fix #15825 (#15874) 2023-07-06 17:28:09 +02:00
storage Pydantic v2 (#19071) 2025-10-31 09:22:22 +00:00
streams Use type hinting generics in standard collections (#19046) 2025-10-22 16:48:19 -05:00
synapse_rust Use type hinting generics in standard collections (#19046) 2025-10-22 16:48:19 -05:00
types Pydantic v2 (#19071) 2025-10-31 09:22:22 +00:00
util 1.142.0rc1 regression fix: Allow coercing a str to a FilePath in MasConfigModel (#19144) 2025-11-07 10:41:05 +00: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 Use type hinting generics in standard collections (#19046) 2025-10-22 16:48:19 -05:00
notifier.py Use type hinting generics in standard collections (#19046) 2025-10-22 16:48:19 -05:00
py.typed
server.py Fix lost logcontext on HomeServer.shutdown() (#19108) 2025-11-03 14:07:10 -06:00
visibility.py Use type hinting generics in standard collections (#19046) 2025-10-22 16:48:19 -05:00