dendrite/clientapi/routing
S7evinK f2e550efd8
Refactor appservice & client API to use userapi internal (#2290)
* Refactor user api internal

* Refactor clientapi to use internal userapi

* Use internal userapi instead of user DB directly

* Remove AccountDB dependency

* Fix linter issues

Co-authored-by: Neil Alexander <neilalexander@users.noreply.github.com>
2022-03-24 22:45:44 +01:00
..
account_data.go
admin_whois.go
aliases.go
auth_fallback.go
capabilities.go
createroom.go Refactor appservice & client API to use userapi internal (#2290) 2022-03-24 22:45:44 +01:00
deactivate.go Refactor appservice & client API to use userapi internal (#2290) 2022-03-24 22:45:44 +01:00
device.go
directory_public_test.go
directory_public.go
directory.go
getevent.go
joinroom.go Refactor appservice & client API to use userapi internal (#2290) 2022-03-24 22:45:44 +01:00
key_backup.go
key_crosssigning.go Refactor appservice & client API to use userapi internal (#2290) 2022-03-24 22:45:44 +01:00
keys.go
leaveroom.go
login.go Refactor appservice & client API to use userapi internal (#2290) 2022-03-24 22:45:44 +01:00
logout.go
membership.go Refactor appservice & client API to use userapi internal (#2290) 2022-03-24 22:45:44 +01:00
memberships.go
notification.go
openid.go
password.go Refactor appservice & client API to use userapi internal (#2290) 2022-03-24 22:45:44 +01:00
peekroom.go Refactor appservice & client API to use userapi internal (#2290) 2022-03-24 22:45:44 +01:00
profile.go Refactor appservice & client API to use userapi internal (#2290) 2022-03-24 22:45:44 +01:00
pusher.go
pushrules.go
receipt.go
redaction.go
register_secret_test.go
register_secret.go
register_test.go
register.go Refactor appservice & client API to use userapi internal (#2290) 2022-03-24 22:45:44 +01:00
room_tagging.go
routing.go Refactor appservice & client API to use userapi internal (#2290) 2022-03-24 22:45:44 +01:00
sendevent.go
sendtodevice.go
sendtyping.go Refactor appservice & client API to use userapi internal (#2290) 2022-03-24 22:45:44 +01:00
server_notices_test.go
server_notices.go Refactor appservice & client API to use userapi internal (#2290) 2022-03-24 22:45:44 +01:00
state.go
threepid.go Refactor appservice & client API to use userapi internal (#2290) 2022-03-24 22:45:44 +01:00
userdirectory.go
voip.go
whoami.go