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
215c15d049
MatrixSynapse
/
synapse
/
storage
History
Richard van der Hoff
902cdc63b6
Merge pull request
#4955
from matrix-org/rav/merge_state_into_events
...
Combine the CurrentStateDeltaStream into the EventStream
2019-03-28 18:32:13 +00:00
..
engines
…
schema
Fix user directory background update (
#4887
)
2019-03-19 22:13:53 +11:00
util
…
__init__.py
…
_base.py
fixes
2019-03-12 00:35:31 +11:00
account_data.py
…
appservice.py
…
background_updates.py
Migrate the user directory initial population to a background task (
#4864
)
2019-03-19 04:50:24 +11:00
client_ips.py
…
deviceinbox.py
…
devices.py
…
directory.py
…
e2e_room_keys.py
add new endpoint to update backup versions
2019-02-06 17:57:10 -05:00
end_to_end_keys.py
…
event_federation.py
…
event_push_actions.py
…
events.py
Merge pull request
#4955
from matrix-org/rav/merge_state_into_events
2019-03-28 18:32:13 +00:00
events_worker.py
…
filtering.py
…
group_server.py
…
keys.py
…
media_repository.py
…
monthly_active_users.py
…
openid.py
Add an openidish mechanism for proving to third parties that you own a given user_id
2016-05-05 13:42:44 +01:00
prepare_database.py
…
presence.py
…
profile.py
…
push_rule.py
Transfer local user's push rules on room upgrade (
#4838
)
2019-03-12 14:42:53 +00:00
pusher.py
…
receipts.py
Fix bug where read-receipts lost their timestamps (
#4927
)
2019-03-25 16:38:05 +00:00
registration.py
…
rejections.py
…
room.py
Fix upsert
2019-03-21 10:21:15 +00:00
roommember.py
Run `black` on some storage modules that the stats branch touches (
#4959
)
2019-03-29 00:37:16 +11:00
search.py
…
signatures.py
…
state.py
…
state_deltas.py
Refactor out state delta handling into its own class (
#4917
)
2019-03-25 20:37:08 +11:00
stream.py
Add docstrings from matrix-org-hotfixes
2019-03-06 17:24:26 +00:00
tags.py
…
transactions.py
…
user_directory.py
Use the state event amount for userdir import batching, not room count (
#4944
)
2019-03-27 02:49:28 +11:00
user_erasure_store.py
…