This website requires JavaScript.
Explore
Help
Sign In
OpenCloud
/
MatrixSynapse
mirror of
https://github.com/matrix-org/synapse
Watch
1
Star
0
Fork
You've already forked MatrixSynapse
0
Code
Issues
Releases
Wiki
Activity
quenting/fix-device-deletion
MatrixSynapse
/
synapse
/
storage
/
databases
/
main
History
Quentin Gliech
9c77557ab3
Fix device deletion with MSC3861 enabled
2023-08-31 17:50:49 +02:00
..
__init__.py
Implements a task scheduler for resumable potentially long running tasks (
#15891
)
2023-08-21 14:17:13 +02:00
account_data.py
…
appservice.py
…
cache.py
Add an admin endpoint to allow authorizing server to signal token revocations (
#16125
)
2023-08-22 14:15:34 +00:00
censor_events.py
…
client_ips.py
Filter out unwanted user_agents from udv. (
#16124
)
2023-08-23 14:00:34 +01:00
deviceinbox.py
…
devices.py
Fix device deletion with MSC3861 enabled
2023-08-31 17:50:49 +02:00
directory.py
…
e2e_room_keys.py
…
end_to_end_keys.py
…
event_federation.py
Speed up state res in rare case we don't have all events (
#16116
)
2023-08-18 15:32:06 +01:00
event_push_actions.py
…
events.py
Stop writing to the event_txn_id table (
#16175
)
2023-08-30 11:10:56 +01:00
events_bg_updates.py
…
events_forward_extremities.py
…
events_worker.py
Stop writing to the event_txn_id table (
#16175
)
2023-08-30 11:10:56 +01:00
experimental_features.py
…
filtering.py
…
keys.py
Add cache to `get_server_keys_json_for_remote` (
#16123
)
2023-08-18 11:05:01 +01:00
lock.py
Fix rare bug that broke looping calls (
#16210
)
2023-08-30 14:18:42 +01:00
media_repository.py
…
metrics.py
…
monthly_active_users.py
…
openid.py
…
presence.py
…
profile.py
…
purge_events.py
…
push_rule.py
Stabilize support for MSC3958 (suppress notifications from edits). (
#16113
)
2023-08-23 13:22:34 -04:00
pusher.py
…
receipts.py
…
registration.py
…
rejections.py
…
relations.py
…
room.py
…
roommember.py
…
search.py
…
session.py
…
signatures.py
…
state.py
…
state_deltas.py
…
stats.py
…
stream.py
…
tags.py
…
task_scheduler.py
Task scheduler: mark task as active if we are scheduling ASAP (
#16165
)
2023-08-23 13:37:51 +02:00
transactions.py
Always update `retry_last_ts` (
#16164
)
2023-08-23 13:04:46 +01:00
ui_auth.py
…
user_directory.py
…
user_erasure_store.py
…