dendrite/clientapi/routing
Neil Alexander c6ea2c9ff2
Add /_dendrite/admin/evacuateRoom/{roomID} (#2401)
* Add new endpoint to allow admins to evacuate the local server from the room

* Guard endpoint

* Use right prefix

* Auth API

* More useful return error rather than a panic

* More useful return value again

* Update the path

* Try using inputer instead

* oh provide the config

* Try that again

* Return affected user IDs

* Don't create so many forward extremities

* Add missing `Path` to name

Co-authored-by: Till <2353100+S7evinK@users.noreply.github.com>
2022-04-28 16:02:30 +01:00
..
account_data.go Prevent setting push rules via account data endpoint (#2333) 2022-04-08 10:46:23 +01:00
admin_whois.go
aliases.go
auth_fallback.go
capabilities.go
createroom.go Refactor appservice & client API to use userapi internal (#2290) 2022-03-24 22:45:44 +01:00
deactivate.go Refactor appservice & client API to use userapi internal (#2290) 2022-03-24 22:45:44 +01:00
device.go Only allow device deletion from session UIA was initiated from (#2235) 2022-03-01 16:39:57 +00:00
directory_public_test.go
directory_public.go
directory.go Fix appservice username check (#2223) 2022-03-07 18:14:08 +01:00
getevent.go
joinroom.go Refactor appservice & client API to use userapi internal (#2290) 2022-03-24 22:45:44 +01:00
key_backup.go
key_crosssigning.go Refactor appservice & client API to use userapi internal (#2290) 2022-03-24 22:45:44 +01:00
keys.go
leaveroom.go
login.go Refactor appservice & client API to use userapi internal (#2290) 2022-03-24 22:45:44 +01:00
logout.go
membership.go Refactor appservice & client API to use userapi internal (#2290) 2022-03-24 22:45:44 +01:00
memberships.go
notification.go Implement Push Notifications (#1842) 2022-03-03 11:40:53 +00:00
openid.go
password.go Refactor appservice & client API to use userapi internal (#2290) 2022-03-24 22:45:44 +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 Send avatar updates asynchronously, same as display name updates 2022-04-07 15:50:42 +01:00
pusher.go Implement Push Notifications (#1842) 2022-03-03 11:40:53 +00:00
pushrules.go Implement Push Notifications (#1842) 2022-03-03 11:40:53 +00: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_secret_test.go
register_secret.go
register_test.go Give more time to TestSessionCleanUp tests 2022-03-03 12:37:12 +00:00
register.go Add metrics for internal API requests (#2310) 2022-04-08 12:24:40 +02:00
room_tagging.go Add possibility to ignore users (#2329) 2022-04-07 15:08:19 +01:00
routing.go Add /_dendrite/admin/evacuateRoom/{roomID} (#2401) 2022-04-28 16:02:30 +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_test.go
server_notices.go Refactor appservice & client API to use userapi internal (#2290) 2022-03-24 22:45:44 +01:00
state.go
threepid.go Refactor appservice & client API to use userapi internal (#2290) 2022-03-24 22:45:44 +01:00
upgrade_room.go Added /upgrade endpoint (#2307) 2022-04-05 10:04:08 +01:00
userdirectory.go User directory for nearby Pinecone peers (P2P demo) (#2311) 2022-03-28 16:25:26 +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