synapse/synapse
Richard van der Hoff 0467f33584
fix delete_existing for _persist_events (#6300)
this is part of _retry_on_integrity_error, so should only be on _persist_events_and_state_updates
2019-10-30 18:05:00 +00:00
..
_scripts Run Black. (#5482) 2019-06-20 19:32:02 +10:00
api Option to suppress resource exceeded alerting (#6173) 2019-10-24 11:48:46 +01:00
app Move storage classes into a main "data store". 2019-10-21 16:05:06 +01:00
appservice Remove double return statements (#5962) 2019-09-03 11:42:45 +01:00
config Fix typo in domain name in account_threepid_delegates config option (#6273) 2019-10-30 11:07:42 +00:00
crypto Don't encode object as UTF-8 string if not needed. 2019-10-24 18:08:45 +01:00
events Convert EventContext to attrs (#6218) 2019-10-28 14:29:55 +02:00
federation Fix small typo in comment (#6269) 2019-10-30 11:16:19 +00:00
groups before fulfilling a group invite,check if user is already joined/invited (#3436) 2019-10-10 13:03:44 +01:00
handlers Merge branch 'develop' of github.com:matrix-org/synapse into erikj/split_out_persistence_store 2019-10-30 13:37:04 +00:00
http Trace non-JSON APIs, /media, /key etc 2019-10-11 11:58:52 +01:00
logging Trace non-JSON APIs, /media, /key etc 2019-10-11 11:58:52 +01:00
metrics Fix up some typechecking (#6150) 2019-10-02 05:29:01 -07:00
module_api Remove unnecessary parentheses around return statements (#5931) 2019-08-30 16:28:26 +01:00
push Quick fix to ensure cache descriptors always return deferreds 2019-10-28 13:33:04 +00:00
replication Port replication http server endpoints to async/await 2019-10-29 13:00:51 +00:00
res/templates Allow HS to send emails when adding an email to the HS (#6042) 2019-09-20 15:21:30 +01:00
rest Merge pull request #6280 from matrix-org/erikj/receipts_async_await 2019-10-30 11:44:18 +01:00
server_notices Option to suppress resource exceeded alerting (#6173) 2019-10-24 11:48:46 +01:00
state add some metrics on the federation sender (#6160) 2019-10-03 17:47:20 +01:00
static Fix SSO fallback login 2019-09-12 11:42:47 +01:00
storage fix delete_existing for _persist_events (#6300) 2019-10-30 18:05:00 +00:00
streams Remove unnecessary parentheses around return statements (#5931) 2019-08-30 16:28:26 +01:00
util Clarify docstring 2019-10-30 11:52:04 +00:00
__init__.py 1.5.0 2019-10-29 14:28:54 +00:00
event_auth.py Cleanup extra quotes from IDEs (#6236) 2019-10-23 16:49:05 +01:00
notifier.py Remove unnecessary parentheses around return statements (#5931) 2019-08-30 16:28:26 +01:00
python_dependencies.py Fix up some typechecking (#6150) 2019-10-02 05:29:01 -07:00
secrets.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
server.py Review comments 2019-10-30 13:36:12 +00:00
server.pyi Run Black. (#5482) 2019-06-20 19:32:02 +10:00
types.py Merge branch 'develop' into uhoreg/e2e_cross-signing_merged 2019-10-18 11:39:40 +01:00
visibility.py Replace returnValue with return (#5736) 2019-07-23 23:00:55 +10:00