dendrite/clientapi/routing
Till 07bfb791ca
Scope transactions to endpoints (#2799)
To avoid returning results from e.g. `/redact` on `/sendToDevice`
requests.
Takes the raw URL path and uses `filepath.Dir` to remove the `txnID`
(file) from it.

Co-authored-by: Neil Alexander <neilalexander@users.noreply.github.com>
2022-10-17 14:48:35 +02:00
..
account_data.go Private read receipts (#2789) 2022-10-11 12:27:21 +01:00
admin_whois.go
admin.go Add /_dendrite/admin/refreshDevices/{userID} (#2746) 2022-09-30 09:32:31 +01:00
aliases.go Handle state before, send history visibility in output (#2532) 2022-06-13 15:11:10 +01:00
auth_fallback.go
capabilities.go
createroom.go Use is_direct flag from /createRoom, update stripped state (#2644) 2022-08-16 11:55:06 +01:00
deactivate.go Do not use ioutil as it is deprecated (#2625) 2022-08-05 10:26:59 +01:00
device.go Do not use ioutil as it is deprecated (#2625) 2022-08-05 10:26:59 +01:00
directory_public_test.go
directory_public.go Fix linter issues (#2624) 2022-08-05 11:12:41 +02:00
directory.go Generic-based internal HTTP API (#2626) 2022-08-11 15:29:33 +01:00
joinroom.go Generic-based internal HTTP API (#2626) 2022-08-11 15:29:33 +01:00
key_backup.go Generic-based internal HTTP API (#2626) 2022-08-11 15:29:33 +01:00
key_crosssigning.go Generic-based internal HTTP API (#2626) 2022-08-11 15:29:33 +01:00
keys.go Always return one_time_key_counts on /keys/upload (#2769) 2022-10-06 12:30:24 +02:00
leaveroom.go
login.go
logout.go
membership.go Add RoomExists flag to QueryMembershipForUser (#2450) 2022-05-11 11:29:23 +01:00
memberships.go
notification.go
openid.go
password.go
peekroom.go Generic-based internal HTTP API (#2626) 2022-08-11 15:29:33 +01:00
presence.go
profile.go
pusher.go
pushrules.go
receipt.go Private read receipts (#2789) 2022-10-11 12:27:21 +01:00
redaction.go Scope transactions to endpoints (#2799) 2022-10-17 14:48:35 +02:00
register_secret_test.go Do not use ioutil as it is deprecated (#2625) 2022-08-05 10:26:59 +01:00
register_secret.go
register_test.go Configuration tweaks (#2567) 2022-09-01 14:15:41 +01:00
register.go Restrict username length properly (#2676) 2022-08-26 09:56:41 +01:00
room_tagging.go Make the User API responsible for sending account data output events (#2592) 2022-07-25 17:30:07 +01:00
routing.go Set org.matrix.msc2285.stable in /versions 2022-10-17 10:38:22 +01:00
sendevent.go Scope transactions to endpoints (#2799) 2022-10-17 14:48:35 +02:00
sendtodevice.go Scope transactions to endpoints (#2799) 2022-10-17 14:48:35 +02:00
sendtyping.go
server_notices_test.go
server_notices.go Scope transactions to endpoints (#2799) 2022-10-17 14:48:35 +02:00
state.go Add RoomExists flag to QueryMembershipForUser (#2450) 2022-05-11 11:29:23 +01:00
threepid.go Fix linter issues (#2624) 2022-08-05 11:12:41 +02:00
upgrade_room.go Generic-based internal HTTP API (#2626) 2022-08-11 15:29:33 +01:00
userdirectory.go Show/hide users in user directory (#2637) 2022-08-12 13:33:31 +02:00
voip.go Fix linter issues (#2624) 2022-08-05 11:12:41 +02:00
whoami.go