0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-07-12 07:58:39 +02:00
dendrite/clientapi/routing
S7evinK 05fa66c9c8
Fix appservice username check (#2223)
* Fix appservice username check

* Flakey test moved to blocklist

* Move tests to blacklist
2022-03-07 18:14:08 +01:00
..
account_data.go Implement Push Notifications (#1842) 2022-03-03 11:40:53 +00:00
admin_whois.go
aliases.go
auth_fallback.go
capabilities.go
createroom.go
deactivate.go
device.go Only allow device deletion from session UIA was initiated from (#2235) 2022-03-01 16:39:57 +00:00
directory.go Fix appservice username check (#2223) 2022-03-07 18:14:08 +01:00
directory_public.go
directory_public_test.go
getevent.go
joinroom.go
key_backup.go
key_crosssigning.go Remember parameters on registration (#2225) 2022-02-25 14:33:02 +01:00
keys.go
leaveroom.go
login.go
logout.go
membership.go Implement server notices (#2180) 2022-02-18 16:05:03 +01:00
memberships.go
notification.go Implement Push Notifications (#1842) 2022-03-03 11:40:53 +00:00
openid.go
password.go Implement Push Notifications (#1842) 2022-03-03 11:40:53 +00:00
peekroom.go
profile.go Send profile updates asynchronously (#2246) 2022-03-03 18:24:14 +00: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
redaction.go
register.go Only allow device deletion from session UIA was initiated from (#2235) 2022-03-01 16:39:57 +00:00
register_secret.go
register_secret_test.go
register_test.go Give more time to TestSessionCleanUp tests 2022-03-03 12:37:12 +00:00
room_tagging.go Implement Push Notifications (#1842) 2022-03-03 11:40:53 +00:00
routing.go Implement Push Notifications (#1842) 2022-03-03 11:40:53 +00:00
sendevent.go Add canonical alias support (#2236) 2022-03-07 10:37:04 +01:00
sendtodevice.go
sendtyping.go
server_notices.go
server_notices_test.go
state.go Remote banned user is kicked and may not rejoin until unbanned (#2216) 2022-02-22 15:50:04 +00:00
threepid.go
userdirectory.go
voip.go Top-level setup package (#1605) 2020-12-02 17:41:00 +00:00
whoami.go