4
0
mirror of https://github.com/1f349/dendrite.git synced 2025-01-12 18:36:31 +00:00
dendrite/clientapi/routing
Till e57b301722
Set display_name and/or avatar_url for server notices ()
This should fix  by making sure we actually set the `display_name`
and/or `avatar_url` and create the needed membership event.
To avoid creating a new membership event when starting Dendrite,
`SetAvatarURL` and `SetDisplayName` now return a `Changed` value, which
also makes the regular endpoints idempotent.
2022-10-21 10:48:25 +02:00
..
account_data.go Private read receipts () 2022-10-11 12:27:21 +01:00
admin_whois.go Define component interfaces based on consumers (1/2) () 2022-05-05 13:17:38 +01:00
admin.go Add /_dendrite/admin/refreshDevices/{userID} () 2022-09-30 09:32:31 +01:00
aliases.go Handle state before, send history visibility in output () 2022-06-13 15:11:10 +01:00
auth_fallback.go Remember parameters on registration () 2022-02-25 14:33:02 +01:00
capabilities.go Define component interfaces based on consumers (1/2) () 2022-05-05 13:17:38 +01:00
createroom.go Use is_direct flag from /createRoom, update stripped state () 2022-08-16 11:55:06 +01:00
deactivate.go Do not use ioutil as it is deprecated () 2022-08-05 10:26:59 +01:00
device.go Do not use ioutil as it is deprecated () 2022-08-05 10:26:59 +01:00
directory_public_test.go Implement ExtraPublicRoomsProvider for p2p demos () 2020-07-03 12:59:00 +01:00
directory_public.go Fix linter issues () 2022-08-05 11:12:41 +02:00
directory.go Generic-based internal HTTP API () 2022-08-11 15:29:33 +01:00
joinroom.go Generic-based internal HTTP API () 2022-08-11 15:29:33 +01:00
key_backup.go Generic-based internal HTTP API () 2022-08-11 15:29:33 +01:00
key_crosssigning.go Generic-based internal HTTP API () 2022-08-11 15:29:33 +01:00
keys.go Always return one_time_key_counts on /keys/upload () 2022-10-06 12:30:24 +02:00
leaveroom.go Define component interfaces based on consumers (1/2) () 2022-05-05 13:17:38 +01:00
login.go Define component interfaces based on consumers (1/2) () 2022-05-05 13:17:38 +01:00
logout.go Define component interfaces based on consumers (1/2) () 2022-05-05 13:17:38 +01:00
membership.go Add RoomExists flag to QueryMembershipForUser () 2022-05-11 11:29:23 +01:00
memberships.go Define component interfaces based on consumers (1/2) () 2022-05-05 13:17:38 +01:00
notification.go Define component interfaces based on consumers (1/2) () 2022-05-05 13:17:38 +01:00
openid.go Define component interfaces based on consumers (1/2) () 2022-05-05 13:17:38 +01:00
password.go Define component interfaces based on consumers (1/2) () 2022-05-05 13:17:38 +01:00
peekroom.go Generic-based internal HTTP API () 2022-08-11 15:29:33 +01:00
presence.go Simplify presence stringification (should help with ) 2022-04-07 10:10:28 +01:00
profile.go Set display_name and/or avatar_url for server notices () 2022-10-21 10:48:25 +02:00
pusher.go Define component interfaces based on consumers (1/2) () 2022-05-05 13:17:38 +01:00
pushrules.go Define component interfaces based on consumers (1/2) () 2022-05-05 13:17:38 +01:00
receipt.go Private read receipts () 2022-10-11 12:27:21 +01:00
redaction.go Scope transactions to endpoints () 2022-10-17 14:48:35 +02:00
register_secret_test.go Do not use ioutil as it is deprecated () 2022-08-05 10:26:59 +01:00
register_secret.go - Removed double imports () 2021-09-08 17:31:03 +01:00
register_test.go Configuration tweaks () 2022-09-01 14:15:41 +01:00
register.go Restrict username length properly () 2022-08-26 09:56:41 +01:00
room_tagging.go Make the User API responsible for sending account data output events () 2022-07-25 17:30:07 +01:00
routing.go Set display_name and/or avatar_url for server notices () 2022-10-21 10:48:25 +02:00
sendevent.go Scope transactions to endpoints () 2022-10-17 14:48:35 +02:00
sendtodevice.go Scope transactions to endpoints () 2022-10-17 14:48:35 +02:00
sendtyping.go Define component interfaces based on consumers (1/2) () 2022-05-05 13:17:38 +01:00
server_notices_test.go Implement server notices () 2022-02-18 16:05:03 +01:00
server_notices.go Set display_name and/or avatar_url for server notices () 2022-10-21 10:48:25 +02:00
state.go Add RoomExists flag to QueryMembershipForUser () 2022-05-11 11:29:23 +01:00
threepid.go Fix linter issues () 2022-08-05 11:12:41 +02:00
upgrade_room.go Generic-based internal HTTP API () 2022-08-11 15:29:33 +01:00
userdirectory.go Show/hide users in user directory () 2022-08-12 13:33:31 +02:00
voip.go Fix linter issues () 2022-08-05 11:12:41 +02:00
whoami.go Update /whoami response to match Spec v1.2 () 2022-02-18 11:28:02 +00:00