MatrixSynapse/tests/rest
Erik Johnston 7941372ec8
Make token serializing/deserializing async (#8427)
The idea is that in future tokens will encode a mapping of instance to position. However, we don't want to include the full instance name in the string representation, so instead we'll have a mapping between instance name and an immutable integer ID in the DB that we can use instead. We'll then do the lookup when we serialize/deserialize the token (we could alternatively pass around an `Instance` type that includes both the name and ID, but that turns out to be a lot more invasive).
2020-09-30 20:29:19 +01:00
..
admin Fixed a bug with reactivating users with the admin API (#8362) 2020-09-22 18:19:01 +01:00
client Make token serializing/deserializing async (#8427) 2020-09-30 20:29:19 +01:00
key Convert federation client to async/await. (#7975) 2020-07-30 08:01:33 -04:00
media Do not error when thumbnailing invalid files (#8236) 2020-09-09 12:59:41 -04:00
__init__.py copyrights 2016-01-07 04:26:29 +00:00
test_health.py Add health check endpoint (#8048) 2020-08-07 14:21:24 +01:00
test_well_known.py Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00