..
engines
Fix pep8 error on psycopg2cffi hack
2018-04-10 11:35:29 +02:00
schema
Merge pull request #3129 from matrix-org/matthew/fix_group_dups
2018-04-30 11:47:25 +01:00
util
Fix assertion to stop transaction queue getting wedged
2017-03-15 12:16:55 +00:00
__init__.py
fix typo
2018-04-10 17:38:16 +01:00
_base.py
Use psycopg2cffi module instead of psycopg2 if running on pypy
2018-04-10 11:29:52 +02:00
account_data.py
Merge branch 'master' of github.com:matrix-org/synapse into develop
2018-03-19 11:41:01 +00:00
appservice.py
Remove ability for AS users to call /events and /sync
2018-03-05 15:44:46 +00:00
background_updates.py
Merge branch 'master' of github.com:matrix-org/synapse into develop
2018-03-19 11:41:01 +00:00
client_ips.py
Add user_ips last seen index
2018-03-28 12:03:13 +01:00
deviceinbox.py
Replace ujson with simplejson
2018-03-15 23:43:31 +00:00
devices.py
Replace ujson with simplejson
2018-03-15 23:43:31 +00:00
directory.py
Fix cache invalidation on deletion
2018-03-05 15:29:03 +00:00
end_to_end_keys.py
Replace ujson with simplejson
2018-03-15 23:43:31 +00:00
event_federation.py
Merge pull request #3110 from NotAFile/py3-six-queue
2018-04-20 15:35:00 +01:00
event_push_actions.py
Improve exception handling for background processes
2018-04-27 11:07:40 +01:00
events.py
Fix up grammar
2018-05-03 10:38:58 +01:00
events_worker.py
Use run_in_background in preference to preserve_fn
2018-04-27 12:55:51 +01:00
filtering.py
replaced json.dumps with encode_canonical_json
2017-06-21 14:48:12 +02:00
group_server.py
Don't use redundant inlineCallbacks
2018-04-06 15:43:27 +01:00
keys.py
Invalidate signing key cache when we gat an update
2017-09-20 01:32:42 +01:00
media_repository.py
Keep track of last access time for local media
2018-01-17 10:24:43 +00:00
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
bump schema version
2018-03-28 14:40:03 +01:00
presence.py
Actually call invalidate
2017-03-24 13:28:20 +00:00
profile.py
Split up ProfileStore
2018-03-13 17:36:50 +00:00
push_rule.py
Move storage functions for push calculations
2018-02-27 13:58:16 +00:00
pusher.py
Move storage functions for push calculations
2018-02-27 13:58:16 +00:00
receipts.py
Merge branch 'master' of github.com:matrix-org/synapse into develop
2018-03-19 11:41:01 +00:00
registration.py
Move more xrange to six
2018-04-28 13:57:00 +02:00
rejections.py
copyrights
2016-01-07 04:26:29 +00:00
room.py
Fix media admin APIs
2018-04-26 11:31:22 +01:00
roommember.py
Remove uses of events.content
2018-03-29 23:17:12 +01:00
search.py
Also fix reindexing of search
2018-04-25 15:32:04 +01:00
signatures.py
Stub out broken function only used for cache
2018-03-01 16:44:13 +00:00
state.py
fix bug #2926 (loading all state for a given type from the DB if the state_key is None) ( #2990 )
2018-03-13 22:36:04 +00:00
stream.py
Refactor get_recent_events_for_room return type
2018-05-09 11:55:34 +01:00
tags.py
Move more xrange to six
2018-04-28 13:57:00 +02:00
transactions.py
Replace ujson with simplejson
2018-03-15 23:43:31 +00:00
user_directory.py
Fix search_user_dir multiple sqlite versions do different things
2018-03-28 11:19:45 +01:00