mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-11-13 06:50:41 -05:00
* Rip out half-implemented m.login.saml2 support This was implemented in an odd way that left most of the work to the client, in a way that I really didn't understand. It's going to be a pain to maintain, so let's start by ripping it out. * drop undocumented dependency on dateutil It turns out we were relying on dateutil being pulled in transitively by pysaml2. There's no need for that bloat. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_appservice.py | ||
| test_auth.py | ||
| test_device.py | ||
| test_directory.py | ||
| test_e2e_keys.py | ||
| test_e2e_room_keys.py | ||
| test_presence.py | ||
| test_profile.py | ||
| test_register.py | ||
| test_roomlist.py | ||
| test_sync.py | ||
| test_typing.py | ||