MatrixSynapse/synapse
Richard van der Hoff 562b4e51dd
Rewrite the user_filter migration again (#6184)
you can't plausibly ALTER TABLE in sqlite, so we create the new table with the
right schema to start with.
2019-10-10 11:28:23 +01:00
..
_scripts
api Fix up some typechecking (#6150) 2019-10-02 05:29:01 -07:00
app Fix up some typechecking (#6150) 2019-10-02 05:29:01 -07:00
appservice
config Refactor HomeserverConfig so it can be typechecked (#6137) 2019-10-10 09:39:35 +01:00
crypto Fix well-known lookups with the federation certificate whitelist (#5997) 2019-09-14 04:58:38 +10:00
events
federation Fix /federation/v1/state for recent room versions (#6170) 2019-10-08 09:35:37 +01:00
groups
handlers Move tag/push rules room upgrade checking ealier (#6155) 2019-10-10 10:06:45 +01:00
http Merge branch 'master' into develop 2019-10-03 13:48:45 +01:00
logging Fix up some typechecking (#6150) 2019-10-02 05:29:01 -07:00
metrics Fix up some typechecking (#6150) 2019-10-02 05:29:01 -07:00
module_api
push Generalize email sending logging (#6075) 2019-09-23 14:38:19 +01:00
replication Trace how long it takes for the send trasaction to complete, including retrys (#5986) 2019-09-05 17:44:55 +01: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 add M_TOO_LARGE error code for uploading a too large file (#6151) 2019-10-08 13:55:16 +01:00
server_notices
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 Rewrite the user_filter migration again (#6184) 2019-10-10 11:28:23 +01:00
streams
util add some metrics on the federation sender (#6160) 2019-10-03 17:47:20 +01:00
__init__.py 1.4.0 2019-10-03 13:22:44 +01:00
event_auth.py Cleanup event auth type initialisation (#5975) 2019-09-04 16:16:56 +01:00
notifier.py
python_dependencies.py Fix up some typechecking (#6150) 2019-10-02 05:29:01 -07:00
secrets.py
server.py Allow use of different ratelimits for admin redactions. 2019-09-11 10:46:38 +01:00
server.pyi
types.py Fix up some typechecking (#6150) 2019-10-02 05:29:01 -07:00
visibility.py