dendrite/clientapi/routing
Till b367cfeddf
Implement /thirdparty endpoints (#2831)
Implements the following endpoints 
```
GET /_matrix/client/v3/thirdparty/protocols
GET /_matrix/client/v3/thirdparty/protocols/{protocol}
GET /_matrix/client/v3/thirdparty/location
GET /_matrix/client/v3/thirdparty/location/{protocol}
GET /_matrix/client/v3/thirdparty/user
GET /_matrix/client/v3/thirdparty/user/{protocol}
```
2022-11-02 10:17:53 +00:00
..
account_data.go Private read receipts (#2789) 2022-10-11 12:27:21 +01:00
admin_whois.go
admin.go Add /_dendrite/admin/downloadState/{serverName}/{roomID} admin endpoint 2022-10-31 09:13:28 +00:00
aliases.go
auth_fallback.go Add hcaptcha support besides Google ReCaptcha (#2834) 2022-10-28 11:25:01 +01:00
capabilities.go
createroom.go Initial support for multiple server names (#2829) 2022-10-26 12:59:19 +01:00
deactivate.go
device.go
directory_public_test.go Add AS specific public room list endpoints (#2836) 2022-10-27 14:40:35 +02:00
directory_public.go Add AS specific public room list endpoints (#2836) 2022-10-27 14:40:35 +02:00
directory.go Add AS specific public room list endpoints (#2836) 2022-10-27 14:40:35 +02:00
joined_rooms.go Filter /members, return members at given point (#2827) 2022-10-25 12:39:10 +02:00
joinroom.go Generic-based internal HTTP API (#2626) 2022-08-11 15:29:33 +01:00
key_backup.go Generic-based internal HTTP API (#2626) 2022-08-11 15:29:33 +01:00
key_crosssigning.go Generic-based internal HTTP API (#2626) 2022-08-11 15:29:33 +01:00
keys.go Fix slow querying of cross-signing signatures 2022-10-24 10:07:50 +01:00
leaveroom.go
login.go Initial support for multiple server names (#2829) 2022-10-26 12:59:19 +01:00
logout.go
membership.go Initial support for multiple server names (#2829) 2022-10-26 12:59:19 +01:00
notification.go
openid.go Initial support for multiple server names (#2829) 2022-10-26 12:59:19 +01:00
password.go
peekroom.go Generic-based internal HTTP API (#2626) 2022-08-11 15:29:33 +01:00
presence.go
profile.go Initial support for multiple server names (#2829) 2022-10-26 12:59:19 +01:00
pusher.go
pushrules.go
receipt.go Private read receipts (#2789) 2022-10-11 12:27:21 +01:00
redaction.go Initial support for multiple server names (#2829) 2022-10-26 12:59:19 +01:00
register_secret_test.go
register_secret.go
register_test.go Configuration tweaks (#2567) 2022-09-01 14:15:41 +01:00
register.go Add hcaptcha support besides Google ReCaptcha (#2834) 2022-10-28 11:25:01 +01:00
room_tagging.go
routing.go Implement /thirdparty endpoints (#2831) 2022-11-02 10:17:53 +00:00
sendevent.go Initial support for multiple server names (#2829) 2022-10-26 12:59:19 +01:00
sendtodevice.go Scope transactions to endpoints (#2799) 2022-10-17 14:48:35 +02:00
sendtyping.go
server_notices_test.go
server_notices.go Set display_name and/or avatar_url for server notices (#2820) 2022-10-21 10:48:25 +02:00
state.go
thirdparty.go Implement /thirdparty endpoints (#2831) 2022-11-02 10:17:53 +00:00
threepid.go
upgrade_room.go Generic-based internal HTTP API (#2626) 2022-08-11 15:29:33 +01:00
userdirectory.go Show/hide users in user directory (#2637) 2022-08-12 13:33:31 +02:00
voip.go
whoami.go