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 Implement Push Notifications (#1842) 2022-03-03 11:40:53 +00:00
admin_whois.go
aliases.go
auth_fallback.go
capabilities.go Finish implementing the capabilities endpoint (#1449) 2020-09-29 10:06:59 +01:00
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 Only allow device deletion from session UIA was initiated from (#2235) 2022-03-01 16:39:57 +00:00
directory.go
directory_public.go "Enable" remote room search (#2099) 2022-01-28 11:07:47 +00:00
directory_public_test.go
getevent.go
joinroom.go
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 Implement server notices (#2180) 2022-02-18 16:05:03 +01:00
login.go Refactor appservice & client API to use userapi internal (#2290) 2022-03-24 22:45:44 +01:00
logout.go - Removed double imports (#1989) 2021-09-08 17:31:03 +01:00
membership.go Refactor appservice & client API to use userapi internal (#2290) 2022-03-24 22:45:44 +01:00
memberships.go
notification.go Implement Push Notifications (#1842) 2022-03-03 11:40:53 +00:00
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 Implement Push Notifications (#1842) 2022-03-03 11:40:53 +00:00
pushrules.go Implement Push Notifications (#1842) 2022-03-03 11:40:53 +00:00
receipt.go
redaction.go
register.go Refactor appservice & client API to use userapi internal (#2290) 2022-03-24 22:45:44 +01:00
register_secret.go - Removed double imports (#1989) 2021-09-08 17:31:03 +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 Implement Push Notifications (#1842) 2022-03-03 11:40:53 +00:00
routing.go Refactor appservice & client API to use userapi internal (#2290) 2022-03-24 22:45:44 +01:00
sendevent.go Add canonical alias support (#2236) 2022-03-07 10:37:04 +01:00
sendtodevice.go Make userapi responsible for checking access tokens (#1133) 2020-06-16 14:10:55 +01:00
sendtyping.go Refactor appservice & client API to use userapi internal (#2290) 2022-03-24 22:45:44 +01:00
server_notices.go Refactor appservice & client API to use userapi internal (#2290) 2022-03-24 22:45:44 +01:00
server_notices_test.go
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 Update /whoami response to match Spec v1.2 (#2201) 2022-02-18 11:28:02 +00:00