0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-24 10:38:59 +02:00
synapse/changelog.d
Till 573c6d7e69
Use max_upload_size as the limit when following the Location header (#17543)
Otherwise we use the `expected_size` from the initial federation
request, which might be far too low.

### 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: Erik Johnston <erikj@element.io>
2024-08-29 09:25:10 +02:00
..
.gitignore
17194.bugfix Fix hierarchy returning 403 when room is accessible through federation (#17194) 2024-08-28 15:45:49 +01:00
17532.bugfix Fix content length on federation /thumbnail responses (#17532) 2024-08-28 11:29:12 +01:00
17543.bugfix Use max_upload_size as the limit when following the Location header (#17543) 2024-08-29 09:25:10 +02:00
17595.misc Sliding sync: Split up handler into its own module (#17595) 2024-08-20 18:30:23 +00:00
17604.misc Fix @tag_args for non-methods (#17604) 2024-08-27 11:47:28 +01:00
17606.misc Speed up fetching latest stream positions via cache (#17606) 2024-08-27 11:03:56 +00:00
17608.feature hash_password accepts stdin now (#17608) 2024-08-27 18:51:43 +01:00
17622.misc Sliding sync: factor out room list logic (#17622) 2024-08-28 18:42:19 +01:00