mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-19 00:01:54 -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 | ||
| admin.py | ||
| base.py | ||
| directory.py | ||
| events.py | ||
| initial_sync.py | ||
| login.py | ||
| logout.py | ||
| presence.py | ||
| profile.py | ||
| push_rule.py | ||
| pusher.py | ||
| room.py | ||
| voip.py | ||