You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
watcha-synapse/synapse/storage
Richard van der Hoff 363786845b PEP8 8 years ago
..
engines Optionally make committing to postgres asynchronous. 9 years ago
schema Create index on user_ips in the background 8 years ago
util
__init__.py Add device_id support to /login 8 years ago
_base.py More doc-comments 8 years ago
account_data.py Don't hit DB for noop replications queries 9 years ago
appservice.py Fix AS retries, but with correct ordering 9 years ago
background_updates.py Create index on user_ips in the background 8 years ago
client_ips.py PEP8 8 years ago
devices.py GET /devices endpoint 8 years ago
directory.py
end_to_end_keys.py
event_federation.py
event_push_actions.py Use true/false for boolean parameter inclusive to avoid potential for sqli, and possibly make the code clearer 9 years ago
events.py Merge pull request #922 from matrix-org/erikj/file_api2 8 years ago
filtering.py
keys.py
media_repository.py Implement purge_media_cache admin API 9 years ago
openid.py
prepare_database.py Track approximate last access time for remote media 9 years ago
presence.py Don't hit DB for noop replications queries 9 years ago
profile.py Add the create_profile method back since the tests use it 9 years ago
push_rule.py Don't hit DB for noop replications queries 9 years ago
pusher.py Only get local users 9 years ago
receipts.py
registration.py Further registration refactoring 8 years ago
rejections.py
room.py more pep8 9 years ago
roommember.py Remove dead code. 9 years ago
search.py Remove event fetching from DB threads 9 years ago
signatures.py
state.py
stream.py Comment 8 years ago
tags.py Don't hit DB for noop replications queries 9 years ago
transactions.py