Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Issues: matrix-org/synapse

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

Add endpoints for backfilling history (MSC2716) T-Enhancement New features, changes in functionality, improvements in performance, or user-facing enhancements.
#9247 by MadLittleMods was merged Jun 22, 2021 Loading…
7 of 9 tasks
Add endpoint to get an event at a given timestamp - MSC3030 T-Enhancement New features, changes in functionality, improvements in performance, or user-facing enhancements.
#9445 by MadLittleMods was merged Dec 2, 2021 Loading…
5 of 7 tasks
Keep track when we try and fail to process a pulled event A-Messages-Endpoint /messages client API endpoint (`RoomMessageListRestServlet`) (which also triggers /backfill) T-Enhancement New features, changes in functionality, improvements in performance, or user-facing enhancements.
#13589 by MadLittleMods was merged Sep 14, 2022 Loading…
4 of 5 tasks
Implement changes to MSC2285 (hidden read receipts) T-Enhancement New features, changes in functionality, improvements in performance, or user-facing enhancements.
#12168 by SimonBrandner was merged May 4, 2022 Loading…
4 tasks done
Only try to backfill event if we haven't tried before recently (exponential backoff) A-Messages-Endpoint /messages client API endpoint (`RoomMessageListRestServlet`) (which also triggers /backfill) A-Performance Performance, both client-facing and admin-facing T-Enhancement New features, changes in functionality, improvements in performance, or user-facing enhancements.
#13635 by MadLittleMods was merged Sep 23, 2022 Loading…
8 of 11 tasks
Backfill remote event fetched by MSC3030 so we can paginate from it later T-Enhancement New features, changes in functionality, improvements in performance, or user-facing enhancements.
#13205 by MadLittleMods was merged Jul 22, 2022 Loading…
4 of 5 tasks
Process previously failed backfill events in the background A-Federation A-Messages-Endpoint /messages client API endpoint (`RoomMessageListRestServlet`) (which also triggers /backfill) A-Performance Performance, both client-facing and admin-facing T-Enhancement New features, changes in functionality, improvements in performance, or user-facing enhancements.
#15585 by MadLittleMods was merged May 25, 2023 Loading…
4 of 5 tasks
Allow events to be created with no prev_events (MSC2716) T-Enhancement New features, changes in functionality, improvements in performance, or user-facing enhancements.
#11243 by MadLittleMods was merged Dec 11, 2021 Loading…
3 of 4 tasks
Make historical events discoverable from backfill for servers without any scrollback history (MSC2716) (federation) T-Enhancement New features, changes in functionality, improvements in performance, or user-facing enhancements.
#10245 by MadLittleMods was merged Jul 28, 2021 Loading…
9 of 12 tasks
Allow room creator to send MSC2716 related events in existing room versions T-Enhancement New features, changes in functionality, improvements in performance, or user-facing enhancements.
#10566 by MadLittleMods was merged Sep 4, 2021 Loading…
6 of 7 tasks
Separate default configuration from configuration documentation A-Config Configuration, or the documentation thereof A-Docs things relating to the documentation P4 (OBSOLETE: use S- labels.) Okay backlog: will not schedule, will accept patches T-Enhancement New features, changes in functionality, improvements in performance, or user-facing enhancements.
#8159 by erdnaxeli was closed Jun 14, 2022
Stop getting missing prev_events after we already know their signature is invalid A-Messages-Endpoint /messages client API endpoint (`RoomMessageListRestServlet`) (which also triggers /backfill) A-Performance Performance, both client-facing and admin-facing T-Enhancement New features, changes in functionality, improvements in performance, or user-facing enhancements.
#13816 by MadLittleMods was merged Oct 15, 2022 Loading…
5 of 6 tasks
Provide more info why we don't have any thumbnails to serve A-Media-Repository Uploading, downloading images and video, thumbnailing A-Spec-Compliance places where synapse does not conform to the spec T-Enhancement New features, changes in functionality, improvements in performance, or user-facing enhancements.
#13038 by MadLittleMods was merged Jul 15, 2022 Loading…
3 of 4 tasks
Unified search query syntax using the full-text search capabilities of the underlying DB A-Message-Search Searching messages T-Enhancement New features, changes in functionality, improvements in performance, or user-facing enhancements.
#11635 by novocaine was merged Oct 25, 2022 Loading…
4 tasks done
Resolve and share state_groups for all historical events in batch (MSC2716) T-Enhancement New features, changes in functionality, improvements in performance, or user-facing enhancements.
#10975 by MadLittleMods was merged Oct 13, 2021 Loading…
3 of 4 tasks
Optimize filter_events_for_client for faster /messages - v1 A-Database DB stuff like queries, migrations, new/remove columns, indexes, unexpected entries in the db A-Messages-Endpoint /messages client API endpoint (`RoomMessageListRestServlet`) (which also triggers /backfill) T-Enhancement New features, changes in functionality, improvements in performance, or user-facing enhancements.
#14494 by MadLittleMods was closed Nov 22, 2022 Draft
3 of 4 tasks
Update authlib to 1.x.x in Debian packages and Docker images A-Packaging Our Debian packages, docker images; or issues relevant to downstream packagers A-SSO Single Sign-On (maybe OIDC) good first issue Good for newcomers O-Uncommon Most users are unlikely to come across this or unexpected workflow S-Minor Blocks non-critical functionality, workarounds exist. T-Enhancement New features, changes in functionality, improvements in performance, or user-facing enhancements. Z-Help-Wanted We know exactly how to fix this issue, and would be grateful for any contribution
#13747 by aine-etke was closed Oct 4, 2022
Trace functions which return Awaitable T-Enhancement New features, changes in functionality, improvements in performance, or user-facing enhancements.
#15650 by MadLittleMods was merged Jun 6, 2023 Loading…
3 of 4 tasks
OIDC/OAuth client and Nextcloud backend A-SSO Single Sign-On (maybe OIDC) T-Enhancement New features, changes in functionality, improvements in performance, or user-facing enhancements. Z-Help-Wanted We know exactly how to fix this issue, and would be grateful for any contribution z-p3 (Deprecated Label)
#8511 by EdGeraghty was closed Jan 4, 2023
synapse_storage_transaction_time_bucket prometheus metric has too high cardinality due to desc label A-Metrics metrics, measures, stuff we put in Prometheus T-Enhancement New features, changes in functionality, improvements in performance, or user-facing enhancements.
#11081 by daenney was closed Jul 21, 2022
Be able to correlate timeouts in reverse-proxy layer in front of Synapse (pull request ID from header) T-Enhancement New features, changes in functionality, improvements in performance, or user-facing enhancements.
#13801 by MadLittleMods was merged Sep 15, 2022 Loading…
3 of 4 tasks
Track when the pulled event signature fails A-Messages-Endpoint /messages client API endpoint (`RoomMessageListRestServlet`) (which also triggers /backfill) T-Enhancement New features, changes in functionality, improvements in performance, or user-facing enhancements.
#13815 by MadLittleMods was merged Oct 3, 2022 Loading…
3 of 4 tasks
Be able to correlate timeouts in reverse-proxy layer in front of Synapse (tag specific request headers) T-Enhancement New features, changes in functionality, improvements in performance, or user-facing enhancements.
#13786 by MadLittleMods was closed Sep 15, 2022 Loading…
3 of 4 tasks
Support UNIX sockets for HTTP interfaces T-Enhancement New features, changes in functionality, improvements in performance, or user-facing enhancements. Z-Help-Wanted We know exactly how to fix this issue, and would be grateful for any contribution z-p2 (Deprecated Label)
#4975 by adrianheine was closed Jul 11, 2023
Server-wide media retention policy A-Disk-Space things which fill up the disk T-Enhancement New features, changes in functionality, improvements in performance, or user-facing enhancements. z-feature (Deprecated Label)
#6832 by babolivier was closed May 31, 2022
ProTip! Updated in the last three days: updated:>2024-09-18.