0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-09-08 20:25:36 +02:00
dendrite/clientapi/routing
devonh 7482cd2b47
Handle DisplayName field in admin user registration endpoint (#2935)
`/_synapse/admin/v1/register` has a `displayname` field that we were
previously ignoring.
This handles that field and adds the displayname to the new user if one
was provided.
2023-01-10 18:09:25 +00:00
..
account_data.go
admin.go Add clientapi tests (#2916) 2022-12-23 14:11:11 +01:00
admin_whois.go
aliases.go
auth_fallback.go Add clientapi tests (#2916) 2022-12-23 14:11:11 +01:00
auth_fallback_test.go Add clientapi tests (#2916) 2022-12-23 14:11:11 +01:00
capabilities.go
createroom.go Federation fixes for virtual hosting 2022-11-15 15:05:23 +00:00
deactivate.go
device.go
directory.go Federation fixes for virtual hosting 2022-11-15 15:05:23 +00:00
directory_public.go Federation fixes for virtual hosting 2022-11-15 15:05:23 +00:00
directory_public_test.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 Handle guest access [1/2?] (#2872) 2022-12-22 13:05:59 +01:00
joinroom_test.go Handle guest access [1/2?] (#2872) 2022-12-22 13:05:59 +01:00
key_backup.go
key_crosssigning.go
keys.go Fix slow querying of cross-signing signatures 2022-10-24 10:07:50 +01:00
leaveroom.go
login.go Add clientapi tests (#2916) 2022-12-23 14:11:11 +01:00
login_test.go Fix /login issue causing wrong device list updates (#2922) 2023-01-10 17:02:38 +01:00
logout.go
membership.go Federation fixes for virtual hosting 2022-11-15 15:05:23 +00:00
notification.go Virtual hosting schema and logic changes (#2876) 2022-11-11 16:41:37 +00:00
openid.go Initial support for multiple server names (#2829) 2022-10-26 12:59:19 +01:00
password.go Add clientapi tests (#2916) 2022-12-23 14:11:11 +01:00
peekroom.go
presence.go
profile.go Federation fixes for virtual hosting 2022-11-15 15:05:23 +00:00
pusher.go Virtual hosting schema and logic changes (#2876) 2022-11-11 16:41:37 +00:00
pushrules.go
receipt.go
redaction.go Federation fixes for virtual hosting 2022-11-15 15:05:23 +00:00
register.go Handle DisplayName field in admin user registration endpoint (#2935) 2023-01-10 18:09:25 +00:00
register_secret.go Handle DisplayName field in admin user registration endpoint (#2935) 2023-01-10 18:09:25 +00:00
register_secret_test.go Handle DisplayName field in admin user registration endpoint (#2935) 2023-01-10 18:09:25 +00:00
register_test.go Handle DisplayName field in admin user registration endpoint (#2935) 2023-01-10 18:09:25 +00:00
room_tagging.go
routing.go Add clientapi tests (#2916) 2022-12-23 14:11:11 +01:00
sendevent.go Federation fixes for virtual hosting 2022-11-15 15:05:23 +00:00
sendtodevice.go Scope transactions to endpoints (#2799) 2022-10-17 14:48:35 +02:00
sendtyping.go
server_notices.go Federation fixes for virtual hosting 2022-11-15 15:05:23 +00:00
server_notices_test.go
state.go
thirdparty.go Return empty JSON if we don't have any protocols to return (#2892) 2022-11-28 11:26:03 +01:00
threepid.go Virtual hosting schema and logic changes (#2876) 2022-11-11 16:41:37 +00:00
upgrade_room.go
userdirectory.go Federation fixes for virtual hosting 2022-11-15 15:05:23 +00:00
voip.go
whoami.go