dendrite/clientapi/routing
kegsay a22ab3eee6
Read the right username field when performing account deactivation (#1954)
`Login` has 2 username fields, and we were always checking the
deprecated one. Instead, check both.
2021-08-02 13:11:23 +01:00
..
account_data.go
admin_whois.go
aliases.go Various alias fixes (#1934) 2021-07-21 16:53:50 +01:00
auth_fallback.go
capabilities.go
createroom.go Various alias fixes (#1934) 2021-07-21 16:53:50 +01:00
deactivate.go Read the right username field when performing account deactivation (#1954) 2021-08-02 13:11:23 +01:00
device.go
directory.go Various alias fixes (#1934) 2021-07-21 16:53:50 +01:00
directory_public.go
directory_public_test.go
getevent.go
joinroom.go
key_backup.go Key Backups (3/3) : Implement querying keys and various bugfixes (#1946) 2021-07-27 19:29:32 +01:00
keys.go
leaveroom.go
login.go
logout.go
membership.go Fix failing ban tests (#1884) 2021-07-19 18:33:05 +01:00
memberships.go
openid.go
password.go
peekroom.go
profile.go
rate_limiting.go
receipt.go
redaction.go
register.go Implement /_synapse/admin/v1/register (#1911) 2021-07-09 16:52:31 +01:00
register_secret.go Implement /_synapse/admin/v1/register (#1911) 2021-07-09 16:52:31 +01:00
register_secret_test.go Implement /_synapse/admin/v1/register (#1911) 2021-07-09 16:52:31 +01:00
register_test.go
room_tagging.go
routing.go Alias key backup endpoints onto /unstable, fix key backup bugs (#1947) 2021-07-28 10:25:45 +01:00
sendevent.go
sendtodevice.go
sendtyping.go
state.go
threepid.go
userdirectory.go
voip.go
whoami.go