mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-12 02:06:35 -05:00
V2 Registration forced everyone (including ASes) to create a password for a user, when ASes should be able to omit passwords. Also unbreak AS registration in general which checked too early if the given username was claimed by an AS; it was checked before knowing if the AS was the one doing the registration! Add unit tests for AS reg, user reg and disabled_registration flag. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| _base.py | ||
| admin.py | ||
| appservice.py | ||
| auth.py | ||
| directory.py | ||
| events.py | ||
| federation.py | ||
| identity.py | ||
| login.py | ||
| message.py | ||
| presence.py | ||
| profile.py | ||
| receipts.py | ||
| register.py | ||
| room.py | ||
| sync.py | ||
| typing.py | ||