dendrite/clientapi/routing
2022-04-29 09:10:08 +01:00
..
account_data.go Prevent setting push rules via account data endpoint (#2333) 2022-04-08 10:46:23 +01:00
admin.go Move admin functions into their own file in the client API 2022-04-29 09:10:08 +01:00
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.go Fix appservice username check (#2223) 2022-03-07 18:14:08 +01:00
directory_public.go
directory_public_test.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
presence.go Simplify presence stringification (should help with vector-im/element-android#5712) 2022-04-07 10:10:28 +01:00
profile.go Send avatar updates asynchronously, same as display name updates 2022-04-07 15:50:42 +01:00
pusher.go
pushrules.go
receipt.go Remove eduserver (#2306) 2022-03-29 14:14:35 +02:00
redaction.go Add transactionsCache to redact endpoint (#2375) 2022-04-26 10:28:41 +02:00
register.go Add metrics for internal API requests (#2310) 2022-04-08 12:24:40 +02:00
register_secret.go
register_secret_test.go
register_test.go
room_tagging.go Add possibility to ignore users (#2329) 2022-04-07 15:08:19 +01:00
routing.go Move admin functions into their own file in the client API 2022-04-29 09:10:08 +01:00
sendevent.go Add metrics for internal API requests (#2310) 2022-04-08 12:24:40 +02:00
sendtodevice.go Remove eduserver (#2306) 2022-03-29 14:14:35 +02:00
sendtyping.go Remove eduserver (#2306) 2022-03-29 14:14:35 +02: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
upgrade_room.go Added /upgrade endpoint (#2307) 2022-04-05 10:04:08 +01:00
userdirectory.go User directory for nearby Pinecone peers (P2P demo) (#2311) 2022-03-28 16:25:26 +01:00
voip.go Make sure resp.Username is defined before hashing. Fixes #2356 (#2357) 2022-04-19 09:46:54 +01:00
whoami.go