Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • maunium/synapse
  • leytilera/synapse
2 results
Show changes
Showing with 337 additions and 1263 deletions
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Fix a bug in the media repository where remote thumbnails with the same size but different crop methods would overwrite each other. Contributed by @deepbluev7.
Fix inconsistent handling of non-existent push rules, and stop tracking the `enabled` state of removed push rules.
Fix a longstanding bug when storing a media file with an empty `upload_name`.
Require the user to confirm that their password should be reset after clicking the email confirmation link.
\ No newline at end of file
Fix tests on distros which disable TLSv1.0. Contributed by @danc86.
Simplify the distributor code to avoid unnecessary work.
Add an admin API `GET /_synapse/admin/v1/event_reports` to read entries of table `event_reports`. Contributed by @dklimpel.
\ No newline at end of file
Add `/_synapse/client` to the reverse proxy documentation.
Fix messages over federation being lost until an event is sent into the same room.
Fix a longstanding bug where files that could not be thumbnailed would result in an Internal Server Error.
Remove the 'populate_stats_process_rooms_2' background job and restore functionality to 'populate_stats_process_rooms'.
\ No newline at end of file
Fix messages over federation being lost until an event is sent into the same room.
Consolidate the SSO error template across all configuration.
Clean up type hints for `PaginationConfig`.
Track the latest event for every destination and room for catch-up after federation outage.