MatrixSynapse/synapse/rest/admin
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
..
__init__.py Make token serializing/deserializing async (#8427) 2020-09-30 20:29:19 +01:00
_base.py Use admin_patterns for all admin APIs. (#8331) 2020-09-17 07:04:15 -04:00
devices.py Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00
event_reports.py Admin API for reported events (#8217) 2020-09-22 18:15:04 +01:00
groups.py Move admin endpoints into separate files (#6308) 2019-11-20 11:49:11 +00:00
media.py Fix and add test to deprecated quarantine media admin api (#6756) 2020-01-22 11:05:50 +00:00
purge_room_servlet.py Use admin_patterns for all admin APIs. (#8331) 2020-09-17 07:04:15 -04:00
rooms.py Stop shadow-banned users from sending invites. (#8095) 2020-08-20 15:07:42 -04:00
server_notice_servlet.py Use admin_patterns for all admin APIs. (#8331) 2020-09-17 07:04:15 -04:00
users.py Admin API for querying rooms where a user is a member (#8306) 2020-09-18 15:26:36 +01:00