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
Erik Johnston cf82338930
Merge pull request #4627 from matrix-org/erikj/user_ips_analyze
6 years ago
..
engines Fix UPSERTs on SQLite 3.24+ (#4477) 6 years ago
schema Analyze user_ips before running deduplication 6 years ago
util run isort 6 years ago
__init__.py Fix flake8 (#4519) 6 years ago
_base.py Fix 'no unique or exclusion constraint' error (#4591) 6 years ago
account_data.py run isort 6 years ago
appservice.py Make EventStore inherit from EventFederationStore 6 years ago
background_updates.py Fix typos 6 years ago
client_ips.py Merge pull request #4627 from matrix-org/erikj/user_ips_analyze 6 years ago
deviceinbox.py Port storage/ to Python 3 (#3725) 6 years ago
devices.py Add unique indexes to a couple of tables 6 years ago
directory.py fix thinkos 6 years ago
e2e_room_keys.py add new endpoint to update backup versions 6 years ago
end_to_end_keys.py Lets convert bytes to unicode instead 6 years ago
event_federation.py Refactor event building into EventBuilder 6 years ago
event_push_actions.py Fix some looping_call calls which were broken in #3604 6 years ago
events.py Fix flake8 (#4519) 6 years ago
events_worker.py Fix infinite loop when an event is redacted in a v3 room (#4535) 6 years ago
filtering.py Port storage/ to Python 3 (#3725) 6 years ago
group_server.py run isort 6 years ago
keys.py Make scripts/ and scripts-dev/ pass pyflakes (and the rest of the codebase on py3) (#4068) 6 years ago
media_repository.py Keep track of last access time for local media 7 years ago
monthly_active_users.py Fix UPSERTs on SQLite 3.24+ (#4477) 6 years ago
openid.py Add an openidish mechanism for proving to third parties that you own a given user_id 9 years ago
prepare_database.py Drop sent_transactions 6 years ago
presence.py run isort 6 years ago
profile.py Remote profile cache should remain in master worker 6 years ago
push_rule.py Merge remote-tracking branch 'origin/develop' into rav/remove_who_forgot_in_room 6 years ago
pusher.py Use native UPSERTs where possible (#4306) 6 years ago
receipts.py Update return value docstring 6 years ago
registration.py Ensure synchrotrons can access is_support_user in the storage layer 6 years ago
rejections.py run isort 6 years ago
room.py preserve room visibility 6 years ago
roommember.py Use term 'out of band membership' instead 6 years ago
search.py Add an option to disable search for homeservers which may not be interested in it (#4230) 6 years ago
signatures.py Make scripts/ and scripts-dev/ pass pyflakes (and the rest of the codebase on py3) (#4068) 6 years ago
state.py Raise an exception instead of returning None 6 years ago
stream.py Comments on get_all_new_events_stream 6 years ago
tags.py run isort 6 years ago
transactions.py Make scripts/ and scripts-dev/ pass pyflakes (and the rest of the codebase on py3) (#4068) 6 years ago
user_directory.py Filter user directory state query to a subset of state events (#4462) 6 years ago
user_erasure_store.py run isort 6 years ago