Eric Eastwood bcc7132880 `FederationDeniedError` is not a `SynapseError` 1 year ago
..
_scripts 3bbe532abb Add an API for listing threads in a room. (#13394) 1 year ago
api bcc7132880 `FederationDeniedError` is not a `SynapseError` 1 year ago
app c604d2c218 Mark /relations endpoint as usable on workers. (#14028) 1 year ago
appservice 27fa0fa698 Send the appservice access token as a header. (#13996) 1 year ago
config bc2bd92b93 Merge remote-tracking branch 'origin/release-v1.69' into develop 1 year ago
crypto 7af07f9716 Instrument `_check_sigs_and_hash_and_fetch` to trace time spent in child concurrent calls (#13588) 1 year ago
events 6caa303083 fix: Push notifications for invite over federation (#13719) 1 year ago
federation 97b3d037c0 Don't require optional `invite_room_state` field on fed v2 invite (#14083) 1 year ago
handlers 126a15794c Do not allow a None-limit on PaginationConfig. (#14146) 1 year ago
http 1bf2832714 Indicate what endpoint came back with a JSON response we were unable to parse (#14097) 1 year ago
logging 285d72556b Update mypy and mypy-zope, attempt 3 (#13993) 1 year ago
metrics 1fa2e58772 Catch BrokenPipeError from metrics server, and log as a warning (#14072) 1 year ago
module_api 79c592cec6 Deprecate the `generate_short_term_login_token` method in favor of an async `create_login_token` method in the Module API. (#13842) 1 year ago
push 87099b6ea5 Return the main timeline for events which are not part of a thread. (#14140) 1 year ago
replication bc2bd92b93 Merge remote-tracking branch 'origin/release-v1.69' into develop 1 year ago
res 4390121684 Add viewport directive to HTML templates to optimise for mobile (#13493) 1 year ago
rest d1bdeccb50 Accept threaded receipts for events related to the root event. (#14174) 1 year ago
server_notices d58615c82c Directly lookup local membership instead of getting all members in a room first (`get_users_in_room` mis-use) (#13608) 1 year ago
spam_checker_api 8fd87739bf Fix import in module_api module and docs on the new check_event_for_spam signature (#12918) 1 year ago
state a2cf66a94d Prepatory work for batching events to send (#13487) 1 year ago
static 4390121684 Add viewport directive to HTML templates to optimise for mobile (#13493) 1 year ago
storage bc2bd92b93 Merge remote-tracking branch 'origin/release-v1.69' into develop 1 year ago
streams 126a15794c Do not allow a None-limit on PaginationConfig. (#14146) 1 year ago
util a9934d48c1 Making parse_server_name more consistent (#14007) 1 year ago
__init__.py dc37b68a25 Parse SYNAPSE_ASYNC_IO_REACTOR env variable & log the reactor on startup (#14092) 1 year ago
event_auth.py c2fe48a6ff Rename the `EventFormatVersions` enum values so that they line up with room version numbers. (#13706) 1 year ago
notifier.py 7b7478e8b6 Batch up notifications after event persistence (#14033) 1 year ago
py.typed 2a2b189130 Mark Module API error imports as re-exported and mark Synapse as containing type annotations (#11054) 2 years ago
server.py 8ef0c8ff14 Fix error in `is_mine_id` when encountering a malformed ID (#13746) 1 year ago
types.py efd108b45d Accept & store thread IDs for receipts (implement MSC3771). (#13782) 1 year ago
visibility.py 535f8c8f7d Skip filtering during push if there are no push actions (#13992) 1 year ago