dendrite/clientapi/routing
2022-05-05 10:47:31 +01:00
..
account_data.go Specify interfaces used by appservice, do half of clientapi 2022-05-05 10:47:31 +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 Specify interfaces used by appservice, do half of clientapi 2022-05-05 10:47:31 +01:00
aliases.go Various alias fixes (#1934) 2021-07-21 16:53:50 +01:00
auth_fallback.go Remember parameters on registration (#2225) 2022-02-25 14:33:02 +01:00
capabilities.go Finish implementing the capabilities endpoint (#1449) 2020-09-29 10:06:59 +01:00
createroom.go Specify interfaces used by appservice, do half of clientapi 2022-05-05 10:47:31 +01:00
deactivate.go Specify interfaces used by appservice, do half of clientapi 2022-05-05 10:47:31 +01:00
device.go Specify interfaces used by appservice, do half of clientapi 2022-05-05 10:47:31 +01:00
directory.go Fix appservice username check (#2223) 2022-03-07 18:14:08 +01:00
directory_public.go "Enable" remote room search (#2099) 2022-01-28 11:07:47 +00:00
directory_public_test.go Implement ExtraPublicRoomsProvider for p2p demos (#1180) 2020-07-03 12:59:00 +01:00
getevent.go Send events to appservice based on room membership (#1680) 2021-03-03 16:27:44 +00:00
joinroom.go Specify interfaces used by appservice, do half of clientapi 2022-05-05 10:47:31 +01:00
key_backup.go Specify interfaces used by appservice, do half of clientapi 2022-05-05 10:47:31 +01:00
key_crosssigning.go Specify interfaces used by appservice, do half of clientapi 2022-05-05 10:47:31 +01:00
keys.go Cross-signing groundwork (#1953) 2021-08-04 17:56:29 +01:00
leaveroom.go Implement server notices (#2180) 2022-02-18 16:05:03 +01:00
login.go Specify interfaces used by appservice, do half of clientapi 2022-05-05 10:47:31 +01:00
logout.go Specify interfaces used by appservice, do half of clientapi 2022-05-05 10:47:31 +01:00
membership.go Specify interfaces used by appservice, do half of clientapi 2022-05-05 10:47:31 +01:00
memberships.go Don't send null in joined_rooms response (#1659) 2020-12-18 13:33:08 +00:00
notification.go Specify interfaces used by appservice, do half of clientapi 2022-05-05 10:47:31 +01:00
openid.go Specify interfaces used by appservice, do half of clientapi 2022-05-05 10:47:31 +01:00
password.go Specify interfaces used by appservice, do half of clientapi 2022-05-05 10:47:31 +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 Specify interfaces used by appservice, do half of clientapi 2022-05-05 10:47:31 +01:00
pusher.go Specify interfaces used by appservice, do half of clientapi 2022-05-05 10:47:31 +01:00
pushrules.go Specify interfaces used by appservice, do half of clientapi 2022-05-05 10:47:31 +01:00
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 Specify interfaces used by appservice, do half of clientapi 2022-05-05 10:47:31 +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 Give more time to TestSessionCleanUp tests 2022-03-03 12:37:12 +00:00
room_tagging.go Specify interfaces used by appservice, do half of clientapi 2022-05-05 10:47:31 +01:00
routing.go Specify interfaces used by appservice, do half of clientapi 2022-05-05 10:47:31 +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 Specify interfaces used by appservice, do half of clientapi 2022-05-05 10:47:31 +01:00
server_notices_test.go Implement server notices (#2180) 2022-02-18 16:05:03 +01:00
state.go Remote banned user is kicked and may not rejoin until unbanned (#2216) 2022-02-22 15:50:04 +00:00
threepid.go Specify interfaces used by appservice, do half of clientapi 2022-05-05 10:47:31 +01:00
upgrade_room.go Specify interfaces used by appservice, do half of clientapi 2022-05-05 10:47:31 +01:00
userdirectory.go Specify interfaces used by appservice, do half of clientapi 2022-05-05 10:47:31 +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 Update /whoami response to match Spec v1.2 (#2201) 2022-02-18 11:28:02 +00:00