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

SSO-over-UIA flow is ugly and not mobile-friendly S-Tolerable Minor significance, cosmetic issues, low or no impact to users. T-Defect Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
#9171 by richvdh was closed Feb 1, 2021
"Re-starting finished log context" due to RetryDestinationLimiter S-Tolerable Minor significance, cosmetic issues, low or no impact to users. T-Defect Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
#12797 by squahtx was closed May 19, 2022
Drop unused column application_services_state.last_txn S-Tolerable Minor significance, cosmetic issues, low or no impact to users. T-Task Refactoring, removal, replacement, enabling or disabling functionality, other engineering tasks. Z-Dev-Wishlist Makes developers' lives better, but doesn't have direct user impact Z-Help-Wanted We know exactly how to fix this issue, and would be grateful for any contribution
#13259 by richvdh was closed Aug 30, 2022
Better handle invalid events when backfilling A-Federation A-Messages-Endpoint /messages client API endpoint (`RoomMessageListRestServlet`) (which also triggers /backfill) S-Tolerable Minor significance, cosmetic issues, low or no impact to users. T-Defect Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
#8451 by erikjohnston was closed Sep 23, 2022
dns error reply REFUSED not handled? S-Tolerable Minor significance, cosmetic issues, low or no impact to users. T-Defect Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
#10329 by rozahp was closed May 1, 2023
/messages can't paginate from the beginning of the room forwards - MSC3567 A-Messages-Endpoint /messages client API endpoint (`RoomMessageListRestServlet`) (which also triggers /backfill) A-Spec-Compliance places where synapse does not conform to the spec S-Tolerable Minor significance, cosmetic issues, low or no impact to users. T-Defect Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
#12383 by MadLittleMods was closed Nov 24, 2022
Missing validation on typing EDUs A-Federation O-Uncommon Most users are unlikely to come across this or unexpected workflow S-Tolerable Minor significance, cosmetic issues, low or no impact to users. T-Defect Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
#13869 by squahtx was closed Sep 26, 2022
Audit and/or add validation to synapse/rest/client/account_validity.py A-Validation 500 (mostly) errors due to lack of event/parameter validation O-Uncommon Most users are unlikely to come across this or unexpected workflow S-Tolerable Minor significance, cosmetic issues, low or no impact to users. T-Task Refactoring, removal, replacement, enabling or disabling functionality, other engineering tasks. Z-Dev-Wishlist Makes developers' lives better, but doesn't have direct user impact Z-Help-Wanted We know exactly how to fix this issue, and would be grateful for any contribution
#13184 by DMRobertson was closed Oct 4, 2022
2 tasks done
Validate data passed to REST endpoints
get_forgotten_rooms_for_user cache is not invalidated when rejoining a room A-Join Joining a room (there is another label for federated joins) S-Tolerable Minor significance, cosmetic issues, low or no impact to users. T-Defect Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
#13262 by squahtx was closed Jun 21, 2023
Could not serialize access due to concurrent DELETE from presence_stream A-Database DB stuff like queries, migrations, new/remove columns, indexes, unexpected entries in the db A-Presence O-Uncommon Most users are unlikely to come across this or unexpected workflow S-Tolerable Minor significance, cosmetic issues, low or no impact to users. T-Defect Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
#15827 by realtyem was closed Jul 5, 2023
Test util create_room_as is_public option is misleading good first issue Good for newcomers P4 (OBSOLETE: use S- labels.) Okay backlog: will not schedule, will accept patches S-Tolerable Minor significance, cosmetic issues, low or no impact to users. T-Task Refactoring, removal, replacement, enabling or disabling functionality, other engineering tasks.
#10951 by DMRobertson was closed Oct 4, 2021
Dockerfile-workers not showing logging in early output A-Docker Docker images, or making it easier to run Synapse in a container. A-Workers Problems related to running Synapse in Worker Mode (or replication) O-Uncommon Most users are unlikely to come across this or unexpected workflow S-Tolerable Minor significance, cosmetic issues, low or no impact to users. T-Defect Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
#14194 by realtyem was closed Oct 18, 2022
Error on shutdown when prescence is enabled S-Tolerable Minor significance, cosmetic issues, low or no impact to users. T-Defect Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
#11517 by DMRobertson was closed Dec 7, 2021
StateFilter.must_await_full_state falls over if called on a StateFilters for membership events with a bogus state key P4 (OBSOLETE: use S- labels.) Okay backlog: will not schedule, will accept patches S-Tolerable Minor significance, cosmetic issues, low or no impact to users. T-Defect Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
#13040 by DMRobertson was closed Sep 8, 2022
synapse_pushers metric overcounts on every /pushers/set request A-Push Issues related to push/notifications S-Tolerable Minor significance, cosmetic issues, low or no impact to users. T-Defect Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
#13295 by squahtx was closed Jul 18, 2022
Deactivating an account as an application service using user_id yields a response not containing id_server_unbind_result A-Spec-Compliance places where synapse does not conform to the spec O-Uncommon Most users are unlikely to come across this or unexpected workflow S-Tolerable Minor significance, cosmetic issues, low or no impact to users. T-Defect Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
#16608 by ew-at-vier was closed Nov 9, 2023
local_media_repository has a few nullable columns, especially media_id is dodgy A-Database DB stuff like queries, migrations, new/remove columns, indexes, unexpected entries in the db S-Minor Blocks non-critical functionality, workarounds exist. S-Tolerable Minor significance, cosmetic issues, low or no impact to users. T-Task Refactoring, removal, replacement, enabling or disabling functionality, other engineering tasks.
#16644 by reivilibre was closed Nov 16, 2023
Sentry Alert configuration based on production and development environment A-Logging Synapse's logs (structured or otherwise). Not metrics. good first issue Good for newcomers O-Uncommon Most users are unlikely to come across this or unexpected workflow S-Tolerable Minor significance, cosmetic issues, low or no impact to users.
#16732 by zeeshanrafiqrana was closed Dec 12, 2023
invite_room_state is required by Synapse in /_matrix/federation/v2/invite/, contrary to spec A-Spec-Compliance places where synapse does not conform to the spec A-Validation 500 (mostly) errors due to lack of event/parameter validation P4 (OBSOLETE: use S- labels.) Okay backlog: will not schedule, will accept patches S-Tolerable Minor significance, cosmetic issues, low or no impact to users. T-Defect Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
#10800 by DMRobertson was closed Oct 14, 2022
Docs: Right-hand side navbar doesn't display fully with too many items A-Docs things relating to the documentation P4 (OBSOLETE: use S- labels.) Okay backlog: will not schedule, will accept patches S-Tolerable Minor significance, cosmetic issues, low or no impact to users. T-Defect Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
#11338 by babolivier was closed Dec 8, 2022
parse_and_validate_server_name(":80") raises IndexError instead of ValueError good first issue Good for newcomers S-Tolerable Minor significance, cosmetic issues, low or no impact to users. T-Defect Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
#12122 by squahtx was closed Oct 11, 2022
synapse returns undocumented device property from GET /_matrix/client/v3/pushrules/ A-Spec-Compliance places where synapse does not conform to the spec good first issue Good for newcomers P3 (OBSOLETE: use S- labels.) Approved backlog: not yet scheduled, will accept patches S-Tolerable Minor significance, cosmetic issues, low or no impact to users. T-Defect Bugs, crashes, hangs, security vulnerabilities, or other reported issues. X-Consult-Clients Need to investigate if this change breaks clients
#12482 by richvdh was closed Jan 9, 2023
2
1
CI run against Twisted trunk is failing O-Uncommon Most users are unlikely to come across this or unexpected workflow S-Tolerable Minor significance, cosmetic issues, low or no impact to users. T-Defect Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
#14008 by github-actions bot was closed Oct 3, 2022
Synapse will hide expired events from clients even if message retention policy support isn't enabled A-Message-Retention-Policies Issues related to Synapse's support of MSC1763 (message retention policies) S-Tolerable Minor significance, cosmetic issues, low or no impact to users. T-Defect Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
#8884 by babolivier was closed May 23, 2022
Exception from 'rotate_notifs' shown when running the synapse_port_db script O-Uncommon Most users are unlikely to come across this or unexpected workflow S-Tolerable Minor significance, cosmetic issues, low or no impact to users. T-Defect Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
#15789 by blabug was closed Jun 21, 2023
ProTip! Mix and match filters to narrow down what you’re looking for.