anonymousland-synapse/synapse/storage
Richard van der Hoff 7328039117
Merge pull request #4082 from matrix-org/rav/fix_pep8
Fix a number of flake8 errors
2018-10-24 11:23:35 +01:00
..
engines
schema Don't reuse backup versions 2018-10-05 15:08:36 +01:00
util
__init__.py
_base.py Make scripts/ and scripts-dev/ pass pyflakes (and the rest of the codebase on py3) (#4068) 2018-10-20 11:16:55 +11:00
account_data.py
appservice.py
background_updates.py
client_ips.py Fix client IPs being broken on Python 3 (#3908) 2018-09-20 20:14:34 +10:00
deviceinbox.py
devices.py
directory.py Return a 404 when deleting unknown room alias 2018-09-17 13:19:00 +01:00
e2e_room_keys.py Misc PR feedback bits 2018-10-12 11:48:56 +01:00
end_to_end_keys.py
event_federation.py Fix incorrect truncation in get_missing_events 2018-10-16 21:10:04 +01:00
event_push_actions.py
events.py Update event_auth table for rejected events 2018-10-16 16:28:42 +01:00
events_worker.py
filtering.py
group_server.py
keys.py Make scripts/ and scripts-dev/ pass pyflakes (and the rest of the codebase on py3) (#4068) 2018-10-20 11:16:55 +11:00
media_repository.py
monthly_active_users.py fix #3854 2018-09-26 16:16:41 +01:00
openid.py
prepare_database.py
presence.py
profile.py
push_rule.py
pusher.py Make scripts/ and scripts-dev/ pass pyflakes (and the rest of the codebase on py3) (#4068) 2018-10-20 11:16:55 +11:00
receipts.py
registration.py Fix a number of flake8 errors 2018-10-24 10:39:03 +01:00
rejections.py
room.py
roommember.py
search.py
signatures.py Make scripts/ and scripts-dev/ pass pyflakes (and the rest of the codebase on py3) (#4068) 2018-10-20 11:16:55 +11:00
state.py docstrings and unittests for storage.state (#3958) 2018-09-27 11:22:25 +01:00
stream.py Comments on get_all_new_events_stream 2018-10-12 09:55:41 +01:00
tags.py
transactions.py Make scripts/ and scripts-dev/ pass pyflakes (and the rest of the codebase on py3) (#4068) 2018-10-20 11:16:55 +11:00
user_directory.py
user_erasure_store.py