0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-10-20 08:38:56 +02:00
dendrite/clientapi/routing
2024-01-09 20:05:45 +01:00
..
account_data.go
admin.go feat: admin APIs for token authenticated registration (#3101) 2023-06-22 16:37:21 +00:00
admin_whois.go
aliases.go
auth_fallback.go
auth_fallback_test.go
capabilities.go Add config key for default room version (#3171) 2023-08-08 14:20:05 +01:00
createroom.go Add config key for default room version (#3171) 2023-08-08 14:20:05 +01:00
deactivate.go
device.go
directory.go Return M_INVALID_PARAM instead of M_BAD_JSON when setting aliases (#3297) 2024-01-09 20:05:45 +01:00
directory_public.go
directory_public_test.go
joined_rooms.go [pseudoID] More pseudo ID fixes (#3167) 2023-08-15 12:37:04 +01:00
joinroom.go
joinroom_test.go Use IsBlacklistedOrBackingOff to determine if we should try to fetch devices (#3254) 2023-11-09 08:43:27 +01:00
key_backup.go
key_crosssigning.go
keys.go
leaveroom.go
login.go Appservice Login (2nd attempt) (#3078) 2023-11-24 22:34:13 +01:00
login_test.go Appservice Login (2nd attempt) (#3078) 2023-11-24 22:34:13 +01:00
logout.go
membership.go Allow users to kick themselves (#3157) 2023-11-22 12:15:45 +00:00
notification.go
openid.go
password.go
peekroom.go
presence.go
profile.go Fix state resets (#3231) 2023-10-23 15:17:21 +02:00
pusher.go
pushrules.go
receipt.go Appservice Login (2nd attempt) (#3078) 2023-11-24 22:34:13 +01:00
redaction.go Support for room version v11 (#3204) 2023-09-27 08:27:08 +02:00
register.go Appservice Login (2nd attempt) (#3078) 2023-11-24 22:34:13 +01:00
register_secret.go
register_secret_test.go
register_test.go Refactor registration tests, remove hard-coded username validation (#3138) 2023-11-22 12:15:16 +00:00
room_hierarchy.go de-MSC-ifying space summaries (MSC2946) (#3134) 2023-07-20 15:06:05 +01:00
room_tagging.go
routing.go Add configuration option for sliding sync when hosting /.well-known/matrix/client (#3189) 2023-08-24 21:08:40 +00:00
sendevent.go Appservice Login (2nd attempt) (#3078) 2023-11-24 22:34:13 +01:00
sendevent_test.go [pseudoIDs] More pseudo ID fixes - Part 2 (#3181) 2023-08-24 16:43:51 +01:00
sendtodevice.go
sendtyping.go
server_notices.go [pseudoID] More pseudo ID fixes (#3167) 2023-08-15 12:37:04 +01:00
server_notices_test.go
state.go Move pseudoID ClientEvent hotswapping to a common location (#3199) 2023-09-15 15:25:09 +00:00
state_test.go [pseudoIDs] More pseudo ID fixes - Part 2 (#3181) 2023-08-24 16:43:51 +01:00
thirdparty.go
threepid.go
upgrade_room.go
userdirectory.go
voip.go
whoami.go